2018-09-22 12:42:32,056 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-284 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-22 12:42:32,062 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=qGsePg47gdJvJsUQg3DJeYzWh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-09-22 12:42:32,062 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-22 12:42:32,063 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-09-22 12:42:32,080 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-22 12:42:33,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-22 12:42:33,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-22 12:42:33,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-22 12:42:33,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-22 12:42:33,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-22 12:42:33,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-22 12:42:33,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-22 12:42:33,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-22 12:42:33,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-22 12:42:33,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-22 12:42:33,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-22 12:42:33,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-22 12:42:33,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-22 12:42:33,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-22 12:42:33,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-22 12:42:33,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-22 12:42:33,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-22 12:42:33,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-22 12:42:33,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-22 12:42:33,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-22 12:42:33,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-22 12:42:33,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-22 12:42:33,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-22 12:42:33,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:42:33,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cc26a86-9670-463f-b3e2-4fe79e8af7cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:42:33,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0cc26a86-9670-463f-b3e2-4fe79e8af7cb 2018-09-22 12:42:33,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:33,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:42:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "115f3d2949f848d88ea3ac1e6295621b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31ff21194bed44b19fbe3e24a20aa94e"}, "audit_ids": ["xMrb7E31TMi4ilQZ4kUfVw"], "issued_at": "2018-09-22T12:42:33.000000Z"}} 2018-09-22 12:42:33,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:33,866 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:42:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:42:33,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:34,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa1c840d-3d50-42d0-9a3f-3b7090766ab9 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/672de7fab1704d9a98e1a40572132d5c"}, "description": "", "name": "heat_stack", "enabled": true, "id": "672de7fab1704d9a98e1a40572132d5c"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-22 12:42:34,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-fa1c840d-3d50-42d0-9a3f-3b7090766ab9 2018-09-22 12:42:34,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.61011505127s 2018-09-22 12:42:34,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-22 12:42:34,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}}' 2018-09-22 12:42:34,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:42:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b1ea058-0d90-4c9d-81d6-efa9caf671f3 Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073"}, "enabled": true, "id": "9677ff3daa834c9fa5ff665e659cd073", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}} 2018-09-22 12:42:34,227 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6b1ea058-0d90-4c9d-81d6-efa9caf671f3 2018-09-22 12:42:34,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.203994989395s 2018-09-22 12:42:34,228 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6b1ea058-0d90-4c9d-81d6-efa9caf671f3 2018-09-22 12:42:34,228 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d', 'id': u'9677ff3daa834c9fa5ff665e659cd073', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-22 12:42:34,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-22 12:42:34,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.489228963852s 2018-09-22 12:42:34,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:34,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a495c70-1f2a-4ce4-935c-46b00175b191 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387"}, "enabled": true, "id": "51afcb6a1f1944c2b9feea4f55a4f387", "options": {}, "domain_id": "default", "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d"}} 2018-09-22 12:42:34,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387 used request id req-0a495c70-1f2a-4ce4-935c-46b00175b191 2018-09-22 12:42:34,887 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'51afcb6a1f1944c2b9feea4f55a4f387', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d'}) 2018-09-22 12:42:34,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:34,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:35,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a57157-e0ba-4adf-bee7-f3a82d87f0b6 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:35,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-64a57157-e0ba-4adf-bee7-f3a82d87f0b6 2018-09-22 12:42:35,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.147577047348s 2018-09-22 12:42:35,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:35,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:35,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b1a1646-ba3e-4102-9f65-0fac919abcb6 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:35,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7b1a1646-ba3e-4102-9f65-0fac919abcb6 2018-09-22 12:42:35,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078460931778s 2018-09-22 12:42:35,116 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-22 12:42:35,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-22 12:42:35,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" -d '{"role": {"name": "Member"}}' 2018-09-22 12:42:35,256 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:42:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd7b8d7a-e487-4eca-9693-24130474eabe Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "13cb9c7477004d9a8bf6ea51a305bfb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1"}, "name": "Member"}} 2018-09-22 12:42:35,256 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-bd7b8d7a-e487-4eca-9693-24130474eabe 2018-09-22 12:42:35,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.13969707489s 2018-09-22 12:42:35,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:35,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35dbd31c-e86c-42c6-8383-17ee7d53ae9c Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1"}, "domain_id": null, "name": "Member", "id": "13cb9c7477004d9a8bf6ea51a305bfb1"}} 2018-09-22 12:42:35,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1 used request id req-35dbd31c-e86c-42c6-8383-17ee7d53ae9c 2018-09-22 12:42:35,389 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1'}, 'domain_id': None, 'human_id': None, 'id': u'13cb9c7477004d9a8bf6ea51a305bfb1', 'HUMAN_ID': False}) 2018-09-22 12:42:35,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:35,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:35,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37a8c9aa-92cd-44a0-9918-1edb4d4141f3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "13cb9c7477004d9a8bf6ea51a305bfb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:35,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-37a8c9aa-92cd-44a0-9918-1edb4d4141f3 2018-09-22 12:42:35,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0787091255188s 2018-09-22 12:42:35,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-22 12:42:35,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:35,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-425a74d9-7d4b-4b96-bfe9-5a4c91e57e1b Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:42:35,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-425a74d9-7d4b-4b96-bfe9-5a4c91e57e1b 2018-09-22 12:42:35,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0830929279327s 2018-09-22 12:42:35,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:42:35,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:35,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a8e1ab9-2c12-4dab-9f40-d7f2c74bd9d9 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "links": {"self": "http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387"}, "domain_id": "default", "enabled": true, "id": "51afcb6a1f1944c2b9feea4f55a4f387", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:42:35,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7a8e1ab9-2c12-4dab-9f40-d7f2c74bd9d9 2018-09-22 12:42:35,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.164494037628s 2018-09-22 12:42:35,719 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7a8e1ab9-2c12-4dab-9f40-d7f2c74bd9d9 2018-09-22 12:42:35,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 12:42:35,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:35,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66dbaa00-e819-4fbc-aa17-2149c8602608 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073"}, "enabled": true, "id": "9677ff3daa834c9fa5ff665e659cd073", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}]} 2018-09-22 12:42:35,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-66dbaa00-e819-4fbc-aa17-2149c8602608 2018-09-22 12:42:35,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.139710903168s 2018-09-22 12:42:35,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-66dbaa00-e819-4fbc-aa17-2149c8602608 2018-09-22 12:42:35,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-22 12:42:35,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=51afcb6a1f1944c2b9feea4f55a4f387&scope.project.id=9677ff3daa834c9fa5ff665e659cd073&role.id=13cb9c7477004d9a8bf6ea51a305bfb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:35,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-101c2113-32eb-47c3-984e-2d040a08f823 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=51afcb6a1f1944c2b9feea4f55a4f387&scope.project.id=9677ff3daa834c9fa5ff665e659cd073&role.id=13cb9c7477004d9a8bf6ea51a305bfb1", "previous": null, "next": null}} 2018-09-22 12:42:35,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=51afcb6a1f1944c2b9feea4f55a4f387&scope.project.id=9677ff3daa834c9fa5ff665e659cd073&role.id=13cb9c7477004d9a8bf6ea51a305bfb1 used request id req-101c2113-32eb-47c3-984e-2d040a08f823 2018-09-22 12:42:35,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0993790626526s 2018-09-22 12:42:35,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-22 12:42:35,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073/users/51afcb6a1f1944c2b9feea4f55a4f387/roles/13cb9c7477004d9a8bf6ea51a305bfb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:36,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:42:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4da4e2ac-5e22-430c-8150-6e24699fe32f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:42:36,095 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073/users/51afcb6a1f1944c2b9feea4f55a4f387/roles/13cb9c7477004d9a8bf6ea51a305bfb1 used request id req-4da4e2ac-5e22-430c-8150-6e24699fe32f 2018-09-22 12:42:36,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128409862518s 2018-09-22 12:42:36,096 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '6c78b74e-8086-409c-9fd4-140f6686ac40', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d', 'project_id': u'9677ff3daa834c9fa5ff665e659cd073', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-22 12:42:36,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-22 12:42:36,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-22 12:42:36,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-22 12:42:36,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-22 12:42:36,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-22 12:42:36,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-22 12:42:36,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-22 12:42:36,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-22 12:42:36,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-22 12:42:36,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-22 12:42:36,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-22 12:42:36,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-22 12:42:36,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-22 12:42:36,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-22 12:42:36,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-22 12:42:36,099 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-22 12:42:36,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-22 12:42:36,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-22 12:42:36,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-22 12:42:36,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-22 12:42:36,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-22 12:42:36,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-22 12:42:36,102 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d', 'password': '6c78b74e-8086-409c-9fd4-140f6686ac40', 'project_name': 'connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '9677ff3daa834c9fa5ff665e659cd073', 'project_domain_name': 'Default'} 2018-09-22 12:42:36,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:36,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:36,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9101e86-8216-4e80-9839-b028abb7befb Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "13cb9c7477004d9a8bf6ea51a305bfb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:36,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b9101e86-8216-4e80-9839-b028abb7befb 2018-09-22 12:42:36,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0880670547485s 2018-09-22 12:42:36,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:36,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:36,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97306f6e-9169-46f9-854d-202899994453 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "13cb9c7477004d9a8bf6ea51a305bfb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:36,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-97306f6e-9169-46f9-854d-202899994453 2018-09-22 12:42:36,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0869119167328s 2018-09-22 12:42:36,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-22 12:42:36,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:36,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-475e8fbf-db09-44be-9f58-6355828b3fb8 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:42:36,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-475e8fbf-db09-44be-9f58-6355828b3fb8 2018-09-22 12:42:36,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0179979801178s 2018-09-22 12:42:36,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:42:36,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:36,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc82012a-bdc1-41f1-9e41-099d051198c5 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "links": {"self": "http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387"}, "domain_id": "default", "enabled": true, "id": "51afcb6a1f1944c2b9feea4f55a4f387", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:42:36,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dc82012a-bdc1-41f1-9e41-099d051198c5 2018-09-22 12:42:36,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10263800621s 2018-09-22 12:42:36,402 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dc82012a-bdc1-41f1-9e41-099d051198c5 2018-09-22 12:42:36,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 12:42:36,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:36,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f43157de-d89a-4e3d-bd44-457a89c835e0 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073"}, "enabled": true, "id": "9677ff3daa834c9fa5ff665e659cd073", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}]} 2018-09-22 12:42:36,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f43157de-d89a-4e3d-bd44-457a89c835e0 2018-09-22 12:42:36,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0833249092102s 2018-09-22 12:42:36,491 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f43157de-d89a-4e3d-bd44-457a89c835e0 2018-09-22 12:42:36,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-22 12:42:36,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=51afcb6a1f1944c2b9feea4f55a4f387&scope.project.id=9677ff3daa834c9fa5ff665e659cd073&role.id=ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:36,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f57245-7936-440a-91b0-7775537d5135 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=51afcb6a1f1944c2b9feea4f55a4f387&scope.project.id=9677ff3daa834c9fa5ff665e659cd073&role.id=ca3ab2b28a5649949bebc9ea13b61020", "previous": null, "next": null}} 2018-09-22 12:42:36,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=51afcb6a1f1944c2b9feea4f55a4f387&scope.project.id=9677ff3daa834c9fa5ff665e659cd073&role.id=ca3ab2b28a5649949bebc9ea13b61020 used request id req-66f57245-7936-440a-91b0-7775537d5135 2018-09-22 12:42:36,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.076345205307s 2018-09-22 12:42:36,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-22 12:42:36,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073/users/51afcb6a1f1944c2b9feea4f55a4f387/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:36,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:42:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3091315b-234c-4d0e-933d-fd3e36a3680b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:42:36,693 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073/users/51afcb6a1f1944c2b9feea4f55a4f387/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-3091315b-234c-4d0e-933d-fd3e36a3680b 2018-09-22 12:42:36,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122776985168s 2018-09-22 12:42:36,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:36,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:36,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ffb9859-dc68-4d4e-8faa-7cf97d7346f2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "13cb9c7477004d9a8bf6ea51a305bfb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:36,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9ffb9859-dc68-4d4e-8faa-7cf97d7346f2 2018-09-22 12:42:36,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.143646001816s 2018-09-22 12:42:36,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-22 12:42:36,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-22 12:42:37,020 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:42:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f7c86cc-0973-48c8-a156-6d029fa774a8 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "253ed18a2ac649aa907848786f5fb8ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/253ed18a2ac649aa907848786f5fb8ad"}, "name": "heat_stack_owner"}} 2018-09-22 12:42:37,020 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-0f7c86cc-0973-48c8-a156-6d029fa774a8 2018-09-22 12:42:37,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.181182146072s 2018-09-22 12:42:37,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/253ed18a2ac649aa907848786f5fb8ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:37,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2389acd9-8e23-4666-9fe3-f6fe36b62d2d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/253ed18a2ac649aa907848786f5fb8ad"}, "domain_id": null, "name": "heat_stack_owner", "id": "253ed18a2ac649aa907848786f5fb8ad"}} 2018-09-22 12:42:37,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/253ed18a2ac649aa907848786f5fb8ad used request id req-2389acd9-8e23-4666-9fe3-f6fe36b62d2d 2018-09-22 12:42:37,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:37,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:37,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da4251f4-2982-4319-87a9-6fb1d4ae6c36 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "13cb9c7477004d9a8bf6ea51a305bfb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1"}, "name": "Member"}, {"domain_id": null, "id": "253ed18a2ac649aa907848786f5fb8ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/253ed18a2ac649aa907848786f5fb8ad"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:37,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-da4251f4-2982-4319-87a9-6fb1d4ae6c36 2018-09-22 12:42:37,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.156681060791s 2018-09-22 12:42:37,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-22 12:42:37,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:37,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-354dffca-cdb4-4b70-a476-7e58b488026e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:42:37,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-354dffca-cdb4-4b70-a476-7e58b488026e 2018-09-22 12:42:37,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.127609014511s 2018-09-22 12:42:37,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:42:37,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:37,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9727a4a2-85f3-4a5a-a0c6-469b6f6b645b Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "links": {"self": "http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387"}, "domain_id": "default", "enabled": true, "id": "51afcb6a1f1944c2b9feea4f55a4f387", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:42:37,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9727a4a2-85f3-4a5a-a0c6-469b6f6b645b 2018-09-22 12:42:37,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0948679447174s 2018-09-22 12:42:37,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-9727a4a2-85f3-4a5a-a0c6-469b6f6b645b 2018-09-22 12:42:37,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 12:42:37,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:37,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c620a9-1924-4fd5-bcb5-b18722934948 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073"}, "enabled": true, "id": "9677ff3daa834c9fa5ff665e659cd073", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}]} 2018-09-22 12:42:37,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-52c620a9-1924-4fd5-bcb5-b18722934948 2018-09-22 12:42:37,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0834889411926s 2018-09-22 12:42:37,573 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-52c620a9-1924-4fd5-bcb5-b18722934948 2018-09-22 12:42:37,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-22 12:42:37,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=51afcb6a1f1944c2b9feea4f55a4f387&scope.project.id=9677ff3daa834c9fa5ff665e659cd073&role.id=253ed18a2ac649aa907848786f5fb8ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:37,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4392b316-102b-4a62-b9cb-a3b672c08bc5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=51afcb6a1f1944c2b9feea4f55a4f387&scope.project.id=9677ff3daa834c9fa5ff665e659cd073&role.id=253ed18a2ac649aa907848786f5fb8ad", "previous": null, "next": null}} 2018-09-22 12:42:37,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=51afcb6a1f1944c2b9feea4f55a4f387&scope.project.id=9677ff3daa834c9fa5ff665e659cd073&role.id=253ed18a2ac649aa907848786f5fb8ad used request id req-4392b316-102b-4a62-b9cb-a3b672c08bc5 2018-09-22 12:42:37,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0731339454651s 2018-09-22 12:42:37,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-22 12:42:37,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073/users/51afcb6a1f1944c2b9feea4f55a4f387/roles/253ed18a2ac649aa907848786f5fb8ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:37,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:42:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a28d78c5-9605-4e01-a670-5554484588de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:42:37,776 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073/users/51afcb6a1f1944c2b9feea4f55a4f387/roles/253ed18a2ac649aa907848786f5fb8ad used request id req-a28d78c5-9605-4e01-a670-5554484588de 2018-09-22 12:42:37,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127601861954s 2018-09-22 12:42:37,776 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-22 12:42:37,777 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-22 12:42:37,777 - openstack_tests - INFO - OS Credentials = > 2018-09-22 12:42:37,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:37,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:38,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13cb9c7477004d9a8bf6ea51a305bfb1", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}, {"id": "253ed18a2ac649aa907848786f5fb8ad", "name": "heat_stack_owner"}], "expires_at": "2018-09-22T13:42:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9677ff3daa834c9fa5ff665e659cd073", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "id": "51afcb6a1f1944c2b9feea4f55a4f387"}, "audit_ids": ["hwrncCtaRwGP8cLh3DX_0g"], "issued_at": "2018-09-22T12:42:38.000000Z"}} 2018-09-22 12:42:38,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148a41279a629912148a45fccd29fe8a8d8bf76b" 2018-09-22 12:42:39,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5990f592-32a5-4be8-ad4f-9aa7ba2d61d7 Date: Sat, 22 Sep 2018 12:42:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:42:39,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-5990f592-32a5-4be8-ad4f-9aa7ba2d61d7 2018-09-22 12:42:39,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}148a41279a629912148a45fccd29fe8a8d8bf76b" 2018-09-22 12:42:40,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-6dede9b8-0a87-4d56-b69f-d8540fb743ac Date: Sat, 22 Sep 2018 12:42:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-22 12:42:40,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 used request id req-6dede9b8-0a87-4d56-b69f-d8540fb743ac 2018-09-22 12:42:40,060 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-22 12:42:40,061 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-22 12:42:40,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,062 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,063 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,064 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,066 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,067 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,069 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,069 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:40,092 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-22 12:42:40,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:40,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13cb9c7477004d9a8bf6ea51a305bfb1", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}, {"id": "253ed18a2ac649aa907848786f5fb8ad", "name": "heat_stack_owner"}], "expires_at": "2018-09-22T13:42:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9677ff3daa834c9fa5ff665e659cd073", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "id": "51afcb6a1f1944c2b9feea4f55a4f387"}, "audit_ids": ["en0qynyjQqCGaQJkaqHHKQ"], "issued_at": "2018-09-22T12:42:40.000000Z"}} 2018-09-22 12:42:40,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}475e035f1e11b33825f62f0b7ff6e9bd82bde947" 2018-09-22 12:42:41,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-758167e5-2024-486e-a4ae-5547b2838f2c Date: Sat, 22 Sep 2018 12:42:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-09-22 12:42:41,270 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&name=foo used request id req-758167e5-2024-486e-a4ae-5547b2838f2c 2018-09-22 12:42:41,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:41,272 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-22 12:42:41,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:41,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13cb9c7477004d9a8bf6ea51a305bfb1", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}, {"id": "253ed18a2ac649aa907848786f5fb8ad", "name": "heat_stack_owner"}], "expires_at": "2018-09-22T13:42:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9677ff3daa834c9fa5ff665e659cd073", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "id": "51afcb6a1f1944c2b9feea4f55a4f387"}, "audit_ids": ["611Ud_KhQYOauW4AtlXMNQ"], "issued_at": "2018-09-22T12:42:41.000000Z"}} 2018-09-22 12:42:41,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efea7c8ce00f16a7bf6088ec6e9f8e011618e4c2" 2018-09-22 12:42:41,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e32422a9-d939-45d9-88a1-dec08a3877b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:42:41,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e32422a9-d939-45d9-88a1-dec08a3877b4 2018-09-22 12:42:41,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:42:41,765 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:42:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:42:41,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efea7c8ce00f16a7bf6088ec6e9f8e011618e4c2" 2018-09-22 12:42:41,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3085d404-6377-4749-94cd-0bfc74b107e5 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "links": {"self": "http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387"}, "domain_id": "default", "enabled": true, "id": "51afcb6a1f1944c2b9feea4f55a4f387", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:42:41,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3085d404-6377-4749-94cd-0bfc74b107e5 2018-09-22 12:42:41,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:41,878 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-22 12:42:41,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:42,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13cb9c7477004d9a8bf6ea51a305bfb1", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}, {"id": "253ed18a2ac649aa907848786f5fb8ad", "name": "heat_stack_owner"}], "expires_at": "2018-09-22T13:42:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9677ff3daa834c9fa5ff665e659cd073", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "id": "51afcb6a1f1944c2b9feea4f55a4f387"}, "audit_ids": ["MtM_gspmRy2bmZ8rTIeYRw"], "issued_at": "2018-09-22T12:42:42.000000Z"}} 2018-09-22 12:42:42,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5f9811f25d3d33030fc7527dc7eac2c26a00eb" 2018-09-22 12:42:43,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-631bf998-f179-43af-91a9-6674a5ce5431 Date: Sat, 22 Sep 2018 12:42:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:42:43,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-631bf998-f179-43af-91a9-6674a5ce5431 2018-09-22 12:42:43,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:43,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13cb9c7477004d9a8bf6ea51a305bfb1", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}, {"id": "253ed18a2ac649aa907848786f5fb8ad", "name": "heat_stack_owner"}], "expires_at": "2018-09-22T13:42:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9677ff3daa834c9fa5ff665e659cd073", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "id": "51afcb6a1f1944c2b9feea4f55a4f387"}, "audit_ids": ["k0yVVCnuThyszaAKBA676Q"], "issued_at": "2018-09-22T12:42:43.000000Z"}} 2018-09-22 12:42:43,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006d60c3d42db0a2e1201b79687ff227f975d46a" 2018-09-22 12:42:44,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7e7a431b-efee-472b-8112-5dae09a84925 Date: Sat, 22 Sep 2018 12:42:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:42:44,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-7e7a431b-efee-472b-8112-5dae09a84925 2018-09-22 12:42:44,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}006d60c3d42db0a2e1201b79687ff227f975d46a" 2018-09-22 12:42:45,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-cb8ae129-c134-45c3-968c-6ca886109ad4 Date: Sat, 22 Sep 2018 12:42:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-22 12:42:45,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 used request id req-cb8ae129-c134-45c3-968c-6ca886109ad4 2018-09-22 12:42:45,461 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:42:45,461 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:45,512 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.23:5000/v2.0/tokens 2018-09-22 12:42:45,526 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-09-22 12:42:45,527 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:42:45,528 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:46,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13cb9c7477004d9a8bf6ea51a305bfb1", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}, {"id": "253ed18a2ac649aa907848786f5fb8ad", "name": "heat_stack_owner"}], "expires_at": "2018-09-22T13:42:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9677ff3daa834c9fa5ff665e659cd073", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "id": "51afcb6a1f1944c2b9feea4f55a4f387"}, "audit_ids": ["hW-nrcsxSsmZP_1dvZp4Vg"], "issued_at": "2018-09-22T12:42:46.000000Z"}} 2018-09-22 12:42:46,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d3be0ef8706af8cda9a7de428e83a192a27aef" 2018-09-22 12:42:46,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42: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-40a38a07-674f-4190-8f9f-9d39dc1e4be2 x-compute-request-id: req-40a38a07-674f-4190-8f9f-9d39dc1e4be2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:42:46,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-40a38a07-674f-4190-8f9f-9d39dc1e4be2 2018-09-22 12:42:46,754 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:42:46,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:47,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13cb9c7477004d9a8bf6ea51a305bfb1", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}, {"id": "253ed18a2ac649aa907848786f5fb8ad", "name": "heat_stack_owner"}], "expires_at": "2018-09-22T13:42:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9677ff3daa834c9fa5ff665e659cd073", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "id": "51afcb6a1f1944c2b9feea4f55a4f387"}, "audit_ids": ["I0p4q6o0Q4eqOmrzbqyKAQ"], "issued_at": "2018-09-22T12:42:47.000000Z"}} 2018-09-22 12:42:47,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fb2be5210b0c498f5208d0f72546443edc71fd4" 2018-09-22 12:42:47,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5bab216-dc97-4806-a52f-57a6b8748fa3 x-compute-request-id: req-a5bab216-dc97-4806-a52f-57a6b8748fa3 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 192}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 195}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-09-22 12:42:47,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-a5bab216-dc97-4806-a52f-57a6b8748fa3 2018-09-22 12:42:47,906 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-22 12:42:47,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:47,914 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.23:5000/v2.0/tokens 2018-09-22 12:42:47,932 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-09-22 12:42:47,932 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-22 12:42:47,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:48,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13cb9c7477004d9a8bf6ea51a305bfb1", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}, {"id": "253ed18a2ac649aa907848786f5fb8ad", "name": "heat_stack_owner"}], "expires_at": "2018-09-22T13:42:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9677ff3daa834c9fa5ff665e659cd073", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "id": "51afcb6a1f1944c2b9feea4f55a4f387"}, "audit_ids": ["23fio0tLSU-HGrbujnRC7A"], "issued_at": "2018-09-22T12:42:48.000000Z"}} 2018-09-22 12:42:48,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/9677ff3daa834c9fa5ff665e659cd073/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b582237015f02325ea7ef043109cbe1095aca102" 2018-09-22 12:42:49,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:48 GMT Server: Apache x-openstack-request-id: req-dead66ec-f87a-4a8c-9fa5-eeef37d66c40 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-09-22 12:42:49,041 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/9677ff3daa834c9fa5ff665e659cd073/stacks used request id req-dead66ec-f87a-4a8c-9fa5-eeef37d66c40 2018-09-22 12:42:49,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:49,060 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-22 12:42:49,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:49,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "13cb9c7477004d9a8bf6ea51a305bfb1", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}, {"id": "253ed18a2ac649aa907848786f5fb8ad", "name": "heat_stack_owner"}], "expires_at": "2018-09-22T13:42:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9677ff3daa834c9fa5ff665e659cd073", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/9677ff3daa834c9fa5ff665e659cd073", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "id": "51afcb6a1f1944c2b9feea4f55a4f387"}, "audit_ids": ["K-6lWaj5RAGq7yNGrEfJpg"], "issued_at": "2018-09-22T12:42:49.000000Z"}} 2018-09-22 12:42:49,436 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/9677ff3daa834c9fa5ff665e659cd073/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fb66d017727820e837cdfce619825c6e5fc52d0" 2018-09-22 12:42:50,341 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:49 GMT Server: Apache x-compute-request-id: req-0ec5ee23-ae6b-4b4b-b654-b75a8a214da0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0ec5ee23-ae6b-4b4b-b654-b75a8a214da0 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-22 12:42:50,341 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/9677ff3daa834c9fa5ff665e659cd073/volumes/detail used request id req-0ec5ee23-ae6b-4b4b-b654-b75a8a214da0 2018-09-22 12:42:50,343 - xtesting.core.unit - DEBUG - test_glance_connect_fail (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_glance_connect_success (snaps.openstack.utils.tests.glance_utils_tests.GlanceSmokeTests) ... ok test_keystone_connect_fail (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_keystone_connect_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneSmokeTests) ... ok test_neutron_connect_fail (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_neutron_connect_success (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_retrieve_ext_network_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronSmokeTests) ... ok test_nova_connect_fail (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_connect_success (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_nova_get_hypervisor_hosts (snaps.openstack.utils.tests.nova_utils_tests.NovaSmokeTests) ... ok test_heat_connect_fail (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_heat_connect_success (snaps.openstack.utils.tests.heat_utils_tests.HeatSmokeTests) ... ok test_cinder_connect_fail (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok test_cinder_connect_success (snaps.openstack.utils.tests.cinder_utils_tests.CinderSmokeTests) ... ok ---------------------------------------------------------------------- Ran 14 tests in 10.270s OK 2018-09-22 12:42:50,466 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-22 12:42:50,466 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-22 12:42:50,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:50,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:50,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-613a1d5e-cf70-4e67-9a7a-f0e689a6506a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "13cb9c7477004d9a8bf6ea51a305bfb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1"}, "name": "Member"}, {"domain_id": null, "id": "253ed18a2ac649aa907848786f5fb8ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/253ed18a2ac649aa907848786f5fb8ad"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:50,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-613a1d5e-cf70-4e67-9a7a-f0e689a6506a 2018-09-22 12:42:50,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0842518806458s 2018-09-22 12:42:50,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-22 12:42:50,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/253ed18a2ac649aa907848786f5fb8ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:50,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:42:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c8467c3-51e8-4c0a-ae87-a9a3239c8374 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:42:50,769 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/253ed18a2ac649aa907848786f5fb8ad used request id req-2c8467c3-51e8-4c0a-ae87-a9a3239c8374 2018-09-22 12:42:50,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.211452960968s 2018-09-22 12:42:50,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:42:50,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:50,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74964b34-81a3-4bd6-bd8d-e21598ba9848 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d", "links": {"self": "http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387"}, "domain_id": "default", "enabled": true, "id": "51afcb6a1f1944c2b9feea4f55a4f387", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:42:50,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-74964b34-81a3-4bd6-bd8d-e21598ba9848 2018-09-22 12:42:50,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.152511119843s 2018-09-22 12:42:50,923 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-74964b34-81a3-4bd6-bd8d-e21598ba9848 2018-09-22 12:42:50,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:42:50,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:51,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91cea57b-06ad-44d7-b678-3fd7493a58c6 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387"}, "enabled": true, "id": "51afcb6a1f1944c2b9feea4f55a4f387", "options": {}, "domain_id": "default", "name": "connection_check-user_f2219c6b-54df-4381-8e2b-831acd6cf83d"}} 2018-09-22 12:42:51,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387 used request id req-91cea57b-06ad-44d7-b678-3fd7493a58c6 2018-09-22 12:42:51,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0928387641907s 2018-09-22 12:42:51,022 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387 used request id req-91cea57b-06ad-44d7-b678-3fd7493a58c6 2018-09-22 12:42:51,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-22 12:42:51,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:51,235 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:42:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23a1715b-8ee8-49dd-bf8a-48318ad4307a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:42:51,235 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387 used request id req-23a1715b-8ee8-49dd-bf8a-48318ad4307a 2018-09-22 12:42:51,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.212649106979s 2018-09-22 12:42:51,235 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/51afcb6a1f1944c2b9feea4f55a4f387 used request id req-23a1715b-8ee8-49dd-bf8a-48318ad4307a 2018-09-22 12:42:51,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 12:42:51,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:51,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-880db9ce-cc0f-43c6-8994-58e1648865d1 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073"}, "enabled": true, "id": "9677ff3daa834c9fa5ff665e659cd073", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_f2219c6b-54df-4381-8e2b-831acd6cf83d"}]} 2018-09-22 12:42:51,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-880db9ce-cc0f-43c6-8994-58e1648865d1 2018-09-22 12:42:51,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0759768486023s 2018-09-22 12:42:51,312 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-880db9ce-cc0f-43c6-8994-58e1648865d1 2018-09-22 12:42:51,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-22 12:42:51,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:51,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:42:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-906d6094-4245-4afa-a5ec-d65adfb95113 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:42:51,589 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073 used request id req-906d6094-4245-4afa-a5ec-d65adfb95113 2018-09-22 12:42:51,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.273650884628s 2018-09-22 12:42:51,589 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9677ff3daa834c9fa5ff665e659cd073 used request id req-906d6094-4245-4afa-a5ec-d65adfb95113 2018-09-22 12:42:51,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:51,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:51,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30885afa-6585-469e-9f0b-cd4de07124fe Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "13cb9c7477004d9a8bf6ea51a305bfb1", "links": {"self": "http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:51,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-30885afa-6585-469e-9f0b-cd4de07124fe 2018-09-22 12:42:51,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0779991149902s 2018-09-22 12:42:51,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-22 12:42:51,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd353b508681279fb7ae999fe17dbd6e1e8119e4" 2018-09-22 12:42:51,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:42:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44f27a65-4b16-44ec-85ad-18bed90402f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:42:51,884 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/13cb9c7477004d9a8bf6ea51a305bfb1 used request id req-44f27a65-4b16-44ec-85ad-18bed90402f1 2018-09-22 12:42:51,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.214881896973s 2018-09-22 12:42:51,903 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-09-22 12:42:51,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-22 12:42:51,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-22 12:42:51,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-22 12:42:51,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-22 12:42:51,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-22 12:42:51,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-22 12:42:51,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-22 12:42:51,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-22 12:42:51,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-22 12:42:51,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-22 12:42:51,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-22 12:42:51,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-22 12:42:51,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-22 12:42:51,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-22 12:42:51,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-22 12:42:51,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-22 12:42:51,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-22 12:42:51,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-22 12:42:51,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-22 12:42:51,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-22 12:42:51,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-22 12:42:51,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-22 12:42:51,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-22 12:42:51,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:42:51,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c819187c-b0d2-4a94-ace3-6c132180aa59 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:42:51,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c819187c-b0d2-4a94-ace3-6c132180aa59 2018-09-22 12:42:51,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:52,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:42:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "115f3d2949f848d88ea3ac1e6295621b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31ff21194bed44b19fbe3e24a20aa94e"}, "audit_ids": ["TioiYUEyQ5OXyD6WPR6Vww"], "issued_at": "2018-09-22T12:42:52.000000Z"}} 2018-09-22 12:42:52,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:52,313 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:42:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:42:52,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:52,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8b09056-2d50-4b3f-ba86-12ef0316b9d4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/672de7fab1704d9a98e1a40572132d5c"}, "description": "", "name": "heat_stack", "enabled": true, "id": "672de7fab1704d9a98e1a40572132d5c"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-22 12:42:52,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-f8b09056-2d50-4b3f-ba86-12ef0316b9d4 2018-09-22 12:42:52,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.476525068283s 2018-09-22 12:42:52,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-22 12:42:52,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}}' 2018-09-22 12:42:52,546 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:42:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebaaefb7-5824-40f9-b371-09af96b5a7a8 Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:42:52,547 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ebaaefb7-5824-40f9-b371-09af96b5a7a8 2018-09-22 12:42:52,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.144117116928s 2018-09-22 12:42:52,547 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ebaaefb7-5824-40f9-b371-09af96b5a7a8 2018-09-22 12:42:52,548 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45', 'id': u'e0be80d39933400abe48c8503e28224e', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-22 12:42:52,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-22 12:42:52,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.442562818527s 2018-09-22 12:42:52,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:53,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a247828-405e-4148-af84-a693e48ddc35 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}, "domain_id": "default", "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:42:53,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50 used request id req-1a247828-405e-4148-af84-a693e48ddc35 2018-09-22 12:42:53,100 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'004b6165ea564cfbb572adf1581ebe50', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45'}) 2018-09-22 12:42:53,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:53,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:53,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8be9700b-e3e6-44a6-956a-9837ea26e35b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:53,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8be9700b-e3e6-44a6-956a-9837ea26e35b 2018-09-22 12:42:53,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.155229091644s 2018-09-22 12:42:53,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:53,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:53,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e99690b-a99f-4f67-9fc5-70286bf5a82f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:53,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6e99690b-a99f-4f67-9fc5-70286bf5a82f 2018-09-22 12:42:53,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.073117017746s 2018-09-22 12:42:53,331 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-22 12:42:53,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-22 12:42:53,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" -d '{"role": {"name": "Member"}}' 2018-09-22 12:42:53,473 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:42:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cc0b7ce-688e-43ba-b044-77832bd5d52d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}} 2018-09-22 12:42:53,473 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-7cc0b7ce-688e-43ba-b044-77832bd5d52d 2018-09-22 12:42:53,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.141579866409s 2018-09-22 12:42:53,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:53,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e1003be-ba1b-4f8a-8ff4-bcbdf0b1aa6e Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "domain_id": null, "name": "Member", "id": "7c96c5e387b94894b2341d7c440e6719"}} 2018-09-22 12:42:53,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719 used request id req-9e1003be-ba1b-4f8a-8ff4-bcbdf0b1aa6e 2018-09-22 12:42:53,490 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719'}, 'domain_id': None, 'human_id': None, 'id': u'7c96c5e387b94894b2341d7c440e6719', 'HUMAN_ID': False}) 2018-09-22 12:42:53,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:53,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:53,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72743760-1575-40f5-98ee-c9c12299a510 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:53,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-72743760-1575-40f5-98ee-c9c12299a510 2018-09-22 12:42:53,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746099948883s 2018-09-22 12:42:53,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-22 12:42:53,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:53,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0e1b7fd-fff4-4cc5-bd6b-42af51c481da Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:42:53,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a0e1b7fd-fff4-4cc5-bd6b-42af51c481da 2018-09-22 12:42:53,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0819289684296s 2018-09-22 12:42:53,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:42:53,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:53,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10362844-146f-4ff4-81b7-48ebe7d49d64 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:42:53,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-10362844-146f-4ff4-81b7-48ebe7d49d64 2018-09-22 12:42:53,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102751016617s 2018-09-22 12:42:53,752 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-10362844-146f-4ff4-81b7-48ebe7d49d64 2018-09-22 12:42:53,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 12:42:53,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:53,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9338263-d589-41e4-bed8-acb2d8099a74 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:42:53,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c9338263-d589-41e4-bed8-acb2d8099a74 2018-09-22 12:42:53,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0746111869812s 2018-09-22 12:42:53,834 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c9338263-d589-41e4-bed8-acb2d8099a74 2018-09-22 12:42:53,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-22 12:42:53,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=004b6165ea564cfbb572adf1581ebe50&scope.project.id=e0be80d39933400abe48c8503e28224e&role.id=7c96c5e387b94894b2341d7c440e6719 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:53,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20c10000-581c-4931-8652-6e43c44f686b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=004b6165ea564cfbb572adf1581ebe50&scope.project.id=e0be80d39933400abe48c8503e28224e&role.id=7c96c5e387b94894b2341d7c440e6719", "previous": null, "next": null}} 2018-09-22 12:42:53,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=004b6165ea564cfbb572adf1581ebe50&scope.project.id=e0be80d39933400abe48c8503e28224e&role.id=7c96c5e387b94894b2341d7c440e6719 used request id req-20c10000-581c-4931-8652-6e43c44f686b 2018-09-22 12:42:53,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0820970535278s 2018-09-22 12:42:53,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-22 12:42:53,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/004b6165ea564cfbb572adf1581ebe50/roles/7c96c5e387b94894b2341d7c440e6719 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:54,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:42:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a41740b3-3f87-42d7-b025-519926eabd04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:42:54,145 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/004b6165ea564cfbb572adf1581ebe50/roles/7c96c5e387b94894b2341d7c440e6719 used request id req-a41740b3-3f87-42d7-b025-519926eabd04 2018-09-22 12:42:54,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.226239919662s 2018-09-22 12:42:54,146 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '6e84e3a6-4699-4738-8f20-587fea1cd078', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45', 'project_id': u'e0be80d39933400abe48c8503e28224e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-22 12:42:54,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-22 12:42:54,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-22 12:42:54,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-22 12:42:54,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-22 12:42:54,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-22 12:42:54,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-22 12:42:54,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-22 12:42:54,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-22 12:42:54,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-22 12:42:54,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-22 12:42:54,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-22 12:42:54,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-22 12:42:54,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-22 12:42:54,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-22 12:42:54,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-22 12:42:54,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-22 12:42:54,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-22 12:42:54,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-22 12:42:54,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-22 12:42:54,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-22 12:42:54,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-22 12:42:54,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-22 12:42:54,151 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45', 'password': '6e84e3a6-4699-4738-8f20-587fea1cd078', 'project_name': 'api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'e0be80d39933400abe48c8503e28224e', 'project_domain_name': 'Default'} 2018-09-22 12:42:54,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:54,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:54,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d85c6cdc-0efd-4f85-9c44-20d087ed18c6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:54,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d85c6cdc-0efd-4f85-9c44-20d087ed18c6 2018-09-22 12:42:54,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0759840011597s 2018-09-22 12:42:54,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:54,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:54,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63759322-12b6-485b-b8da-594ae74d29d3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:54,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-63759322-12b6-485b-b8da-594ae74d29d3 2018-09-22 12:42:54,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807580947876s 2018-09-22 12:42:54,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-22 12:42:54,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:54,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce387f32-4f34-40b5-a3ec-d4dda0ca4fdb Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:42:54,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-ce387f32-4f34-40b5-a3ec-d4dda0ca4fdb 2018-09-22 12:42:54,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0746858119965s 2018-09-22 12:42:54,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:42:54,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:54,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f74783-1204-44fd-af5c-ec896886524d Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:42:54,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b2f74783-1204-44fd-af5c-ec896886524d 2018-09-22 12:42:54,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0883870124817s 2018-09-22 12:42:54,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b2f74783-1204-44fd-af5c-ec896886524d 2018-09-22 12:42:54,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 12:42:54,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:54,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f152f2-45c4-443c-b060-3a5704837d74 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:42:54,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d7f152f2-45c4-443c-b060-3a5704837d74 2018-09-22 12:42:54,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.175004005432s 2018-09-22 12:42:54,656 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d7f152f2-45c4-443c-b060-3a5704837d74 2018-09-22 12:42:54,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-22 12:42:54,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=004b6165ea564cfbb572adf1581ebe50&scope.project.id=e0be80d39933400abe48c8503e28224e&role.id=ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:54,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b1c2da7-44d7-4966-bfe6-5e65c342252c Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=004b6165ea564cfbb572adf1581ebe50&scope.project.id=e0be80d39933400abe48c8503e28224e&role.id=ca3ab2b28a5649949bebc9ea13b61020", "previous": null, "next": null}} 2018-09-22 12:42:54,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=004b6165ea564cfbb572adf1581ebe50&scope.project.id=e0be80d39933400abe48c8503e28224e&role.id=ca3ab2b28a5649949bebc9ea13b61020 used request id req-0b1c2da7-44d7-4966-bfe6-5e65c342252c 2018-09-22 12:42:54,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.079197883606s 2018-09-22 12:42:54,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-22 12:42:54,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/004b6165ea564cfbb572adf1581ebe50/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:54,889 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:42:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee63ef45-d185-466a-abdf-0fdc4defa749 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:42:54,889 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/004b6165ea564cfbb572adf1581ebe50/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-ee63ef45-d185-466a-abdf-0fdc4defa749 2018-09-22 12:42:54,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.15161895752s 2018-09-22 12:42:54,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:54,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:54,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-935c1ee5-9b32-4498-9427-14d3b6e856a3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:54,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-935c1ee5-9b32-4498-9427-14d3b6e856a3 2018-09-22 12:42:54,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.077605009079s 2018-09-22 12:42:54,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-22 12:42:54,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-22 12:42:55,074 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:42:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08cafa70-5bc4-4203-81ef-2ac80e3ed765 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}} 2018-09-22 12:42:55,074 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-08cafa70-5bc4-4203-81ef-2ac80e3ed765 2018-09-22 12:42:55,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.105116128922s 2018-09-22 12:42:55,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:55,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c9f0c94-c50f-41f5-bdee-4467c1f8d3a7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "domain_id": null, "name": "heat_stack_owner", "id": "247203f602ac4bd5b183cd48dde5c23c"}} 2018-09-22 12:42:55,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c used request id req-4c9f0c94-c50f-41f5-bdee-4467c1f8d3a7 2018-09-22 12:42:55,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:42:55,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:55,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba81d603-1910-42da-adcd-31992372e6f0 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:42:55,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ba81d603-1910-42da-adcd-31992372e6f0 2018-09-22 12:42:55,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0930488109589s 2018-09-22 12:42:55,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-22 12:42:55,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:55,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee31098a-f87f-4251-a2e2-de3eb52dae67 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:42:55,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-ee31098a-f87f-4251-a2e2-de3eb52dae67 2018-09-22 12:42:55,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0834679603577s 2018-09-22 12:42:55,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:42:55,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:55,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f0f6395-14de-4577-bb40-7d483977faea Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:42:55,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2f0f6395-14de-4577-bb40-7d483977faea 2018-09-22 12:42:55,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0908529758453s 2018-09-22 12:42:55,420 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2f0f6395-14de-4577-bb40-7d483977faea 2018-09-22 12:42:55,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 12:42:55,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:55,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d296d71-8fe6-4e55-a079-8eb5070c7ff3 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:42:55,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2d296d71-8fe6-4e55-a079-8eb5070c7ff3 2018-09-22 12:42:55,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0771670341492s 2018-09-22 12:42:55,503 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2d296d71-8fe6-4e55-a079-8eb5070c7ff3 2018-09-22 12:42:55,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-22 12:42:55,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=004b6165ea564cfbb572adf1581ebe50&scope.project.id=e0be80d39933400abe48c8503e28224e&role.id=247203f602ac4bd5b183cd48dde5c23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:55,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e80a8912-659c-45df-b157-5acd50bfa745 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=004b6165ea564cfbb572adf1581ebe50&scope.project.id=e0be80d39933400abe48c8503e28224e&role.id=247203f602ac4bd5b183cd48dde5c23c", "previous": null, "next": null}} 2018-09-22 12:42:55,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=004b6165ea564cfbb572adf1581ebe50&scope.project.id=e0be80d39933400abe48c8503e28224e&role.id=247203f602ac4bd5b183cd48dde5c23c used request id req-e80a8912-659c-45df-b157-5acd50bfa745 2018-09-22 12:42:55,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0852489471436s 2018-09-22 12:42:55,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-22 12:42:55,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/004b6165ea564cfbb572adf1581ebe50/roles/247203f602ac4bd5b183cd48dde5c23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:42:55,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74f3baea-0362-4f9c-b93f-f5624827c9eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:42:55,704 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/004b6165ea564cfbb572adf1581ebe50/roles/247203f602ac4bd5b183cd48dde5c23c used request id req-74f3baea-0362-4f9c-b93f-f5624827c9eb 2018-09-22 12:42:55,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113731145859s 2018-09-22 12:42:55,705 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-22 12:42:55,705 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-22 12:42:55,706 - openstack_tests - INFO - OS Credentials = > 2018-09-22 12:42:55,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:55,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:56,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:42:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["LMfuicudSD-xpZ6F1GecwQ"], "issued_at": "2018-09-22T12:42:56.000000Z"}} 2018-09-22 12:42:56,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f3d1e65cd7869a20eae706cb37443d7548af" 2018-09-22 12:42:57,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9e5c99c2-d635-44b0-a919-cde2ac55d06f Date: Sat, 22 Sep 2018 12:42:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:42:57,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-9e5c99c2-d635-44b0-a919-cde2ac55d06f 2018-09-22 12:42:57,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f3d1e65cd7869a20eae706cb37443d7548af" 2018-09-22 12:42:58,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f8e77613-d8ec-418d-beda-9328ac431d2f Date: Sat, 22 Sep 2018 12:42:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-22 12:42:58,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 used request id req-f8e77613-d8ec-418d-beda-9328ac431d2f 2018-09-22 12:42:58,090 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-22 12:42:58,091 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-09-22 12:42:58,092 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,092 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,093 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,101 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,106 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,108 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,109 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,115 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,121 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,125 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,128 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,134 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,136 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,137 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,140 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,141 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:42:58,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:42:58,595 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:42:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["ET4VuVfRSxiEGoWTqZO7hQ"], "issued_at": "2018-09-22T12:42:58.000000Z"}} 2018-09-22 12:42:58,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96e7e4f86c29287f2a3d608074f836b91245be" 2018-09-22 12:42:58,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708c23a5-8989-41d3-a60f-ff03e8b6f896 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:42:58,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-708c23a5-8989-41d3-a60f-ff03e8b6f896 2018-09-22 12:42:58,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:42:58,688 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:42:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:42:58,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96e7e4f86c29287f2a3d608074f836b91245be" 2018-09-22 12:42:58,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffc05523-f1b5-4dba-b744-7d12e854fd10 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:42:58,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-ffc05523-f1b5-4dba-b744-7d12e854fd10 2018-09-22 12:42:58,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96e7e4f86c29287f2a3d608074f836b91245be" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-fc67ad96-db3a-4d18-89b6-90aebd4a5013-projName"}}' 2018-09-22 12:42:58,888 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:42:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b83f9f52-66ea-4294-bbb9-c04d21b79dda Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d4fd664f506a4022a69525fa756ba4bf"}, "enabled": true, "id": "d4fd664f506a4022a69525fa756ba4bf", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-fc67ad96-db3a-4d18-89b6-90aebd4a5013-projName"}} 2018-09-22 12:42:58,888 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b83f9f52-66ea-4294-bbb9-c04d21b79dda 2018-09-22 12:42:58,888 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-fc67ad96-db3a-4d18-89b6-90aebd4a5013-projName 2018-09-22 12:42:58,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-fc67ad96-db3a-4d18-89b6-90aebd4a5013-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96e7e4f86c29287f2a3d608074f836b91245be" 2018-09-22 12:42:59,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80d03b7a-2e81-49ce-af79-f6e429e04b2b Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-fc67ad96-db3a-4d18-89b6-90aebd4a5013-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d4fd664f506a4022a69525fa756ba4bf"}, "enabled": true, "id": "d4fd664f506a4022a69525fa756ba4bf", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-fc67ad96-db3a-4d18-89b6-90aebd4a5013-projName"}]} 2018-09-22 12:42:59,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-fc67ad96-db3a-4d18-89b6-90aebd4a5013-projName used request id req-80d03b7a-2e81-49ce-af79-f6e429e04b2b 2018-09-22 12:42:59,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96e7e4f86c29287f2a3d608074f836b91245be" 2018-09-22 12:42:59,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1b73c1b-8096-49a2-9828-06fd5da6001c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:42:59,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-c1b73c1b-8096-49a2-9828-06fd5da6001c 2018-09-22 12:42:59,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96e7e4f86c29287f2a3d608074f836b91245be" 2018-09-22 12:43:00,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-f976eb11-b7fb-4430-9dd4-dbd82675a566 Date: Sat, 22 Sep 2018 12:43:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "created_at": "2018-09-22T12:32:04Z", "updated_at": "2018-09-22T12:32:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "2509f6c0-d532-4003-ade0-4890715eb6b7", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "0753d813-222c-4b14-b2fa-c3fd0d8e4b98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "065c9b11-d727-4dbc-9627-c3ca96457402", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "a2ac1e9f-c206-4ad0-91c2-a11b18ab31b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}], "revision_number": 4, "project_id": "1ec2ebec176645f3902e2f639c57bc4a", "id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:42:59Z", "updated_at": "2018-09-22T12:43:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:00Z", "revision_number": 0, "id": "73d16c34-556d-46ba-b6eb-edfdfe049849", "remote_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:00Z", "security_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:00Z", "revision_number": 0, "id": "4238569c-3a23-4852-b463-599fc084cd1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:00Z", "security_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:00Z", "revision_number": 0, "id": "f5677b1d-fc5a-483a-80e7-ba79ad503cd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:00Z", "security_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:00Z", "revision_number": 0, "id": "e78e71ef-27a2-42e4-917c-8dd923e45208", "remote_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:00Z", "security_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 4, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "name": "default"}]} 2018-09-22 12:43:00,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-f976eb11-b7fb-4430-9dd4-dbd82675a566 2018-09-22 12:43:00,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96e7e4f86c29287f2a3d608074f836b91245be" 2018-09-22 12:43:00,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29342478-4fab-4df7-8e30-48b1fd3c3f2e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-22 12:43:00,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a used request id req-29342478-4fab-4df7-8e30-48b1fd3c3f2e 2018-09-22 12:43:00,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96e7e4f86c29287f2a3d608074f836b91245be" 2018-09-22 12:43:00,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b4c6a14-c244-46aa-aea7-49623fcaf748 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:43:00,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-1b4c6a14-c244-46aa-aea7-49623fcaf748 2018-09-22 12:43:00,545 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9105fc66-b462-4f20-a6d8-aaa523eb588b 2018-09-22 12:43:00,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9105fc66-b462-4f20-a6d8-aaa523eb588b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96e7e4f86c29287f2a3d608074f836b91245be" 2018-09-22 12:43:01,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5db0977c-3a22-4b51-8667-e15db7bd02c6 Date: Sat, 22 Sep 2018 12:43:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:00Z", "security_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:00Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "4238569c-3a23-4852-b463-599fc084cd1d"}, {"remote_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:00Z", "security_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:00Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "73d16c34-556d-46ba-b6eb-edfdfe049849"}, {"remote_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:00Z", "security_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:00Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "e78e71ef-27a2-42e4-917c-8dd923e45208"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:00Z", "security_group_id": "9105fc66-b462-4f20-a6d8-aaa523eb588b", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:00Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "f5677b1d-fc5a-483a-80e7-ba79ad503cd1"}]} 2018-09-22 12:43:01,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=9105fc66-b462-4f20-a6d8-aaa523eb588b used request id req-5db0977c-3a22-4b51-8667-e15db7bd02c6 2018-09-22 12:43:01,264 - neutron_utils - INFO - Deleting security group with name - default 2018-09-22 12:43:01,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/9105fc66-b462-4f20-a6d8-aaa523eb588b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96e7e4f86c29287f2a3d608074f836b91245be" 2018-09-22 12:43:01,688 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b7d1b252-374a-4c20-88f4-59c709f8aa0d Content-Length: 0 Date: Sat, 22 Sep 2018 12:43:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:43:01,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/9105fc66-b462-4f20-a6d8-aaa523eb588b used request id req-b7d1b252-374a-4c20-88f4-59c709f8aa0d 2018-09-22 12:43:01,688 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-fc67ad96-db3a-4d18-89b6-90aebd4a5013-projName 2018-09-22 12:43:01,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/d4fd664f506a4022a69525fa756ba4bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd96e7e4f86c29287f2a3d608074f836b91245be" 2018-09-22 12:43:01,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbabc208-65c7-4f48-b571-c380aaf85a25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:01,997 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/d4fd664f506a4022a69525fa756ba4bf used request id req-cbabc208-65c7-4f48-b571-c380aaf85a25 2018-09-22 12:43:01,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:02,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["7clAjEYTTyqrcVjvaq0Snw"], "issued_at": "2018-09-22T12:43:02.000000Z"}} 2018-09-22 12:43:02,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8616411fb32943b75d5964c9fd34294b3bec7ece" 2018-09-22 12:43:02,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5cad592-6c1a-463b-878d-f6d2c5de99bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:02,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b5cad592-6c1a-463b-878d-f6d2c5de99bc 2018-09-22 12:43:02,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:02,467 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:02,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8616411fb32943b75d5964c9fd34294b3bec7ece" 2018-09-22 12:43:02,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c3bf1e-f868-4b4a-ad74-f36013db2c48 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:02,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-26c3bf1e-f868-4b4a-ad74-f36013db2c48 2018-09-22 12:43:02,988 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-20f8503d-d649-4e31-9667-3a537918d2a6-username 2018-09-22 12:43:02,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8616411fb32943b75d5964c9fd34294b3bec7ece" 2018-09-22 12:43:03,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1dbf652-8987-4989-a57e-c595581dd486 Content-Encoding: gzip Content-Length: 921 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-20f8503d-d649-4e31-9667-3a537918d2a6-username", "links": {"self": "http://172.30.9.23:5000/v3/users/f650b396bf864199bedc4fcfce5955bf"}, "domain_id": "default", "enabled": true, "id": "f650b396bf864199bedc4fcfce5955bf", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:43:03,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d1dbf652-8987-4989-a57e-c595581dd486 2018-09-22 12:43:03,103 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-20f8503d-d649-4e31-9667-3a537918d2a6-username 2018-09-22 12:43:03,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/f650b396bf864199bedc4fcfce5955bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8616411fb32943b75d5964c9fd34294b3bec7ece" 2018-09-22 12:43:03,268 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-938aa17f-8350-4707-8d6a-fbd48c8ce612 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:03,268 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f650b396bf864199bedc4fcfce5955bf used request id req-938aa17f-8350-4707-8d6a-fbd48c8ce612 2018-09-22 12:43:03,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:03,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["gzdr4CPTRn68WSy3LN6gJQ"], "issued_at": "2018-09-22T12:43:03.000000Z"}} 2018-09-22 12:43:03,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4699f5b33591614667e99280f0cf06c0bba82b8" 2018-09-22 12:43:03,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0375a750-9d3f-4afc-8665-d244f848da7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:03,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0375a750-9d3f-4afc-8665-d244f848da7b 2018-09-22 12:43:03,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:03,816 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-09-22 12:43:03,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:04,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["UXz6qK1HQ36zUQS1tX8A7g"], "issued_at": "2018-09-22T12:43:04.000000Z"}} 2018-09-22 12:43:04,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab479a720213774cf88f7b0187dbf292a9fccb2" 2018-09-22 12:43:04,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fb93e28-87ca-4de5-a1ce-b4cb384a7913 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:04,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4fb93e28-87ca-4de5-a1ce-b4cb384a7913 2018-09-22 12:43:04,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:04,324 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:04,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["0Mf3s9uISL2Gv0ENmtcUkw"], "issued_at": "2018-09-22T12:43:04.000000Z"}} 2018-09-22 12:43:04,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:05,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["jxzcasIZSIGb1fLn6jg8AQ"], "issued_at": "2018-09-22T12:43:05.000000Z"}} 2018-09-22 12:43:05,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fbfa08fd3ea71338825759ab9160b0100d871e8" 2018-09-22 12:43:05,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b39e7ee-f667-4bc0-af5a-48e837ed07fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:05,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7b39e7ee-f667-4bc0-af5a-48e837ed07fa 2018-09-22 12:43:05,108 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:05,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:05,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["6IpZaplES7m7prjCgqpmDw"], "issued_at": "2018-09-22T12:43:05.000000Z"}} 2018-09-22 12:43:05,523 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:05,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["h41fqFMiSBinGomPfOEo_Q"], "issued_at": "2018-09-22T12:43:05.000000Z"}} 2018-09-22 12:43:05,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f111be5b0732f264dcb668309fefc8cb741df5e" 2018-09-22 12:43:05,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57782e59-41c0-4392-8a3d-5812d9310e87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:05,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-57782e59-41c0-4392-8a3d-5812d9310e87 2018-09-22 12:43:05,970 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:05,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:06,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["hWqEkDIRRDu3gfrMFkh2zw"], "issued_at": "2018-09-22T12:43:06.000000Z"}} 2018-09-22 12:43:06,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:06,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:06,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["8st8X6amTfGPAJ0xCWHIWQ"], "issued_at": "2018-09-22T12:43:06.000000Z"}} 2018-09-22 12:43:06,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:06,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:07,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["t0AjpsszSVGIfq288FlPJg"], "issued_at": "2018-09-22T12:43:07.000000Z"}} 2018-09-22 12:43:07,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:07,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["QB8RVcxRTYCRkgecyrqL5w"], "issued_at": "2018-09-22T12:43:07.000000Z"}} 2018-09-22 12:43:07,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:07,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ed8f4d7-7ea0-41ca-89d3-e6769ae792ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:07,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3ed8f4d7-7ea0-41ca-89d3-e6769ae792ee 2018-09-22 12:43:07,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:07,625 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:07,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:07,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b3c8d1f-450c-4eeb-b6c1-abd6a6700a00 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:07,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4b3c8d1f-450c-4eeb-b6c1-abd6a6700a00 2018-09-22 12:43:08,013 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-username 2018-09-22 12:43:08,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:08,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e274137-11ad-4c59-9495-f9f8682016c5 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:08,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1e274137-11ad-4c59-9495-f9f8682016c5 2018-09-22 12:43:08,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-projName"}}' 2018-09-22 12:43:08,252 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9abf20ad-d6ca-43dd-b9a3-923fa9f50f5a Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/43cccdd5f8124401a01d684f269d3f01"}, "enabled": true, "id": "43cccdd5f8124401a01d684f269d3f01", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-projName"}} 2018-09-22 12:43:08,253 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-9abf20ad-d6ca-43dd-b9a3-923fa9f50f5a 2018-09-22 12:43:08,253 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-projName 2018-09-22 12:43:08,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" -d '{"role": {"name": "KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-role"}}' 2018-09-22 12:43:08,283 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d15dfbb-f38a-4c72-93aa-a3850171e632 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8ea82e4687e048029dd9d7e02b67f451", "links": {"self": "http://172.30.9.23:5000/v3/roles/8ea82e4687e048029dd9d7e02b67f451"}, "name": "KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-role"}} 2018-09-22 12:43:08,283 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-9d15dfbb-f38a-4c72-93aa-a3850171e632 2018-09-22 12:43:08,284 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-role 2018-09-22 12:43:08,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/8ea82e4687e048029dd9d7e02b67f451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:08,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e61cbf9-62bf-489d-a0d5-2950d7619c33 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8ea82e4687e048029dd9d7e02b67f451"}, "domain_id": null, "name": "KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-role", "id": "8ea82e4687e048029dd9d7e02b67f451"}} 2018-09-22 12:43:08,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8ea82e4687e048029dd9d7e02b67f451 used request id req-8e61cbf9-62bf-489d-a0d5-2950d7619c33 2018-09-22 12:43:08,307 - keystone_utils - INFO - Granting role KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-role to project KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-projName 2018-09-22 12:43:08,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/43cccdd5f8124401a01d684f269d3f01/users/2fbdf75d2bc84cf2bf12c86e420b5acb/roles/8ea82e4687e048029dd9d7e02b67f451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:08,431 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6ca8780-249c-4b43-ab03-00131c96e6e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:08,431 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/43cccdd5f8124401a01d684f269d3f01/users/2fbdf75d2bc84cf2bf12c86e420b5acb/roles/8ea82e4687e048029dd9d7e02b67f451 used request id req-a6ca8780-249c-4b43-ab03-00131c96e6e1 2018-09-22 12:43:08,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/43cccdd5f8124401a01d684f269d3f01/users/2fbdf75d2bc84cf2bf12c86e420b5acb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:08,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48bf6937-5af6-4cf8-8f34-0cf45ef2a6ad Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/43cccdd5f8124401a01d684f269d3f01/users/2fbdf75d2bc84cf2bf12c86e420b5acb/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8ea82e4687e048029dd9d7e02b67f451", "links": {"self": "http://172.30.9.23:5000/v3/roles/8ea82e4687e048029dd9d7e02b67f451"}, "name": "KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-role"}]} 2018-09-22 12:43:08,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/43cccdd5f8124401a01d684f269d3f01/users/2fbdf75d2bc84cf2bf12c86e420b5acb/roles used request id req-48bf6937-5af6-4cf8-8f34-0cf45ef2a6ad 2018-09-22 12:43:08,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:08,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-3751ac76-96f4-421c-be65-cf8e5ef94591 Date: Sat, 22 Sep 2018 12:43:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "created_at": "2018-09-22T12:32:04Z", "updated_at": "2018-09-22T12:32:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "0753d813-222c-4b14-b2fa-c3fd0d8e4b98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "a2ac1e9f-c206-4ad0-91c2-a11b18ab31b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "065c9b11-d727-4dbc-9627-c3ca96457402", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "2509f6c0-d532-4003-ade0-4890715eb6b7", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}], "revision_number": 4, "project_id": "1ec2ebec176645f3902e2f639c57bc4a", "id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:08Z", "updated_at": "2018-09-22T12:43:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:08Z", "revision_number": 0, "id": "0c977779-0fb4-46a3-8e7a-3915a614da9c", "remote_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:08Z", "security_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:08Z", "revision_number": 0, "id": "ed810926-6470-4a9e-99ba-ebb8cc56cf76", "remote_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:08Z", "security_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:08Z", "revision_number": 0, "id": "361cce80-8d56-4051-9fdf-ec2852059eb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:08Z", "security_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:08Z", "revision_number": 0, "id": "150df857-be6c-4b7b-a74a-05622e846da1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:08Z", "security_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 4, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "name": "default"}]} 2018-09-22 12:43:08,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-3751ac76-96f4-421c-be65-cf8e5ef94591 2018-09-22 12:43:08,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:09,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a72f9fc0-f030-42fd-88fc-f33e698f7b29 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-22 12:43:09,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a used request id req-a72f9fc0-f030-42fd-88fc-f33e698f7b29 2018-09-22 12:43:09,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:09,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-082bc598-b6ec-4145-8c06-f3e9077635f2 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:43:09,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-082bc598-b6ec-4145-8c06-f3e9077635f2 2018-09-22 12:43:09,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 871b9db1-fdb9-4faf-adaf-60e227a807e4 2018-09-22 12:43:09,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=871b9db1-fdb9-4faf-adaf-60e227a807e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:09,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-493e2eb3-6612-4dc7-9cbf-6e240592fd2d Date: Sat, 22 Sep 2018 12:43:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:08Z", "security_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:08Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "0c977779-0fb4-46a3-8e7a-3915a614da9c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:08Z", "security_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:08Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "150df857-be6c-4b7b-a74a-05622e846da1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:08Z", "security_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:08Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "361cce80-8d56-4051-9fdf-ec2852059eb8"}, {"remote_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:08Z", "security_group_id": "871b9db1-fdb9-4faf-adaf-60e227a807e4", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:08Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "ed810926-6470-4a9e-99ba-ebb8cc56cf76"}]} 2018-09-22 12:43:09,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=871b9db1-fdb9-4faf-adaf-60e227a807e4 used request id req-493e2eb3-6612-4dc7-9cbf-6e240592fd2d 2018-09-22 12:43:09,876 - neutron_utils - INFO - Deleting security group with name - default 2018-09-22 12:43:09,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/871b9db1-fdb9-4faf-adaf-60e227a807e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:10,228 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c80c97ab-0e6a-4ef4-9e13-39a029d7f17c Content-Length: 0 Date: Sat, 22 Sep 2018 12:43:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:43:10,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/871b9db1-fdb9-4faf-adaf-60e227a807e4 used request id req-c80c97ab-0e6a-4ef4-9e13-39a029d7f17c 2018-09-22 12:43:10,229 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-projName 2018-09-22 12:43:10,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/43cccdd5f8124401a01d684f269d3f01 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:10,393 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5acc4f6-e8d6-4928-94c8-d20b46998d3c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:10,393 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/43cccdd5f8124401a01d684f269d3f01 used request id req-c5acc4f6-e8d6-4928-94c8-d20b46998d3c 2018-09-22 12:43:10,393 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-username 2018-09-22 12:43:10,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/2fbdf75d2bc84cf2bf12c86e420b5acb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:10,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd40cef2-9f2e-42a4-bdfa-3f8c3ea4b6a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:10,605 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2fbdf75d2bc84cf2bf12c86e420b5acb used request id req-fd40cef2-9f2e-42a4-bdfa-3f8c3ea4b6a6 2018-09-22 12:43:10,606 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-04a3c0d7-80b7-4356-8cda-cb7f72a993d5-role 2018-09-22 12:43:10,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/8ea82e4687e048029dd9d7e02b67f451 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48a05e638bc5680e0e50f86cbc7a727613c4dcbb" 2018-09-22 12:43:10,720 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c726e9ee-5404-4171-ae34-17ba355ae0d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:10,720 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/8ea82e4687e048029dd9d7e02b67f451 used request id req-c726e9ee-5404-4171-ae34-17ba355ae0d1 2018-09-22 12:43:10,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:11,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["ww0dea5GRMSgogzt2RHkhA"], "issued_at": "2018-09-22T12:43:11.000000Z"}} 2018-09-22 12:43:11,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d441a6c109b4032bc628bbaeee7c31e2b7e69c25" 2018-09-22 12:43:11,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04becbb0-e92d-4934-9b0a-79d9b1c3a09f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:11,173 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-04becbb0-e92d-4934-9b0a-79d9b1c3a09f 2018-09-22 12:43:11,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:11,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:11,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["70wtK9Q5QwOsBJuR_r8W5A"], "issued_at": "2018-09-22T12:43:11.000000Z"}} 2018-09-22 12:43:11,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:11,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d03d02a0-85d2-4fa7-85d9-1e635e1414a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:11,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d03d02a0-85d2-4fa7-85d9-1e635e1414a0 2018-09-22 12:43:11,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:11,645 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:11,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:11,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acebfe34-40ab-4d31-9c33-2001bbf82e59 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:43:11,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-acebfe34-40ab-4d31-9c33-2001bbf82e59 2018-09-22 12:43:11,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:11,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be7f509-b8db-4ed0-a714-06bf2a7938ae Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:11,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2be7f509-b8db-4ed0-a714-06bf2a7938ae 2018-09-22 12:43:12,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:12,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93258eef-4b18-4122-94f3-6e6e540dbf26 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:12,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-93258eef-4b18-4122-94f3-6e6e540dbf26 2018-09-22 12:43:12,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:12,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79031363-7ff5-4ea2-aab0-3de296265c8b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:43:12,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 used request id req-79031363-7ff5-4ea2-aab0-3de296265c8b 2018-09-22 12:43:12,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/7a170e1fa87f4792b693bbc4510c49b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:12,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45a06f4-0572-4c32-9e39-5213d762a1bb Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/7a170e1fa87f4792b693bbc4510c49b3"}, "enabled": true, "id": "7a170e1fa87f4792b693bbc4510c49b3", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-af677bc4-f3a9-4d5-name"}} 2018-09-22 12:43:12,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/7a170e1fa87f4792b693bbc4510c49b3 used request id req-e45a06f4-0572-4c32-9e39-5213d762a1bb 2018-09-22 12:43:12,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/7a170e1fa87f4792b693bbc4510c49b3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:12,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34b8a7a1-ed69-4d98-bf7a-1c8f549973ab Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/7a170e1fa87f4792b693bbc4510c49b3/roles", "previous": null, "next": null}, "roles": []} 2018-09-22 12:43:12,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/7a170e1fa87f4792b693bbc4510c49b3/roles used request id req-34b8a7a1-ed69-4d98-bf7a-1c8f549973ab 2018-09-22 12:43:12,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:12,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a243db3-21f0-48d4-b635-7e92ff7bba3e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "domain_id": null, "name": "admin", "id": "ca3ab2b28a5649949bebc9ea13b61020"}} 2018-09-22 12:43:12,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-0a243db3-21f0-48d4-b635-7e92ff7bba3e 2018-09-22 12:43:12,611 - keystone_utils - INFO - Granting role admin to project api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 2018-09-22 12:43:12,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/7a170e1fa87f4792b693bbc4510c49b3/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:12,741 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-154ded09-4089-4890-b3f0-df8c090bce9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:12,742 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/7a170e1fa87f4792b693bbc4510c49b3/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-154ded09-4089-4890-b3f0-df8c090bce9e 2018-09-22 12:43:12,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:12,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e1ce79-f39d-46ed-b617-05e249c2b750 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:12,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-10e1ce79-f39d-46ed-b617-05e249c2b750 2018-09-22 12:43:12,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:13,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-418b7af4-b045-44a9-bf0d-25c2d110a420 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:43:13,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 used request id req-418b7af4-b045-44a9-bf0d-25c2d110a420 2018-09-22 12:43:13,000 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-af677bc4-f3a9-4d5-name 2018-09-22 12:43:13,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:13,008 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:13,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d441a6c109b4032bc628bbaeee7c31e2b7e69c25" 2018-09-22 12:43:13,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7358821-9ed3-4d10-a6b9-b09c181646db Content-Encoding: gzip Content-Length: 910 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-af677bc4-f3a9-4d5-name", "links": {"self": "http://172.30.9.23:5000/v3/users/7a170e1fa87f4792b693bbc4510c49b3"}, "domain_id": "default", "enabled": true, "id": "7a170e1fa87f4792b693bbc4510c49b3", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:43:13,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a7358821-9ed3-4d10-a6b9-b09c181646db 2018-09-22 12:43:13,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d441a6c109b4032bc628bbaeee7c31e2b7e69c25" 2018-09-22 12:43:13,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6926522-a286-421d-b236-ca9d5a465c6b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:13,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e6926522-a286-421d-b236-ca9d5a465c6b 2018-09-22 12:43:13,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d441a6c109b4032bc628bbaeee7c31e2b7e69c25" 2018-09-22 12:43:13,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1855ca9e-3234-423c-8600-a629e998f23d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:43:13,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 used request id req-1855ca9e-3234-423c-8600-a629e998f23d 2018-09-22 12:43:13,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/7a170e1fa87f4792b693bbc4510c49b3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d441a6c109b4032bc628bbaeee7c31e2b7e69c25" 2018-09-22 12:43:13,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734ff8ae-ce26-453f-a2e7-edda5cf120d8 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/7a170e1fa87f4792b693bbc4510c49b3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}]} 2018-09-22 12:43:13,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/7a170e1fa87f4792b693bbc4510c49b3/roles used request id req-734ff8ae-ce26-453f-a2e7-edda5cf120d8 2018-09-22 12:43:13,390 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-af677bc4-f3a9-4d5-name 2018-09-22 12:43:13,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/7a170e1fa87f4792b693bbc4510c49b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e959603f113354639199a21d2f3f9a7993ce118" 2018-09-22 12:43:13,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8c82305-3134-4f0e-908d-207d8351ac5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:13,732 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/7a170e1fa87f4792b693bbc4510c49b3 used request id req-d8c82305-3134-4f0e-908d-207d8351ac5a 2018-09-22 12:43:13,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:14,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["nkmf5M6OTzSAlD5-eGeTEQ"], "issued_at": "2018-09-22T12:43:14.000000Z"}} 2018-09-22 12:43:14,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06eebd8b9ae6af2cd1034ea63b90f53c3a49a10a" 2018-09-22 12:43:14,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d260d2c6-cc7e-4f62-956c-0c69cd5d370e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:14,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d260d2c6-cc7e-4f62-956c-0c69cd5d370e 2018-09-22 12:43:14,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:14,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:14,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["jhx3XcJhSeiqpRxgJF_lvA"], "issued_at": "2018-09-22T12:43:14.000000Z"}} 2018-09-22 12:43:14,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:14,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a421b79-3471-4b0b-913a-4bb602722e6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:14,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4a421b79-3471-4b0b-913a-4bb602722e6e 2018-09-22 12:43:14,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:14,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:14,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:14,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a5d7691-0c72-4b42-8d75-35fc2402bfaa Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:43:14,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7a5d7691-0c72-4b42-8d75-35fc2402bfaa 2018-09-22 12:43:14,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:15,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c323eb8e-1fbe-474c-8e6b-e0c0f7a50561 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:15,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c323eb8e-1fbe-474c-8e6b-e0c0f7a50561 2018-09-22 12:43:15,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:15,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1df6f973-7d49-41d2-aafe-61d7e157487d Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:15,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1df6f973-7d49-41d2-aafe-61d7e157487d 2018-09-22 12:43:15,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:15,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7464efdc-6891-44aa-863e-08e353d0d5e7 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:43:15,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 used request id req-7464efdc-6891-44aa-863e-08e353d0d5e7 2018-09-22 12:43:15,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/f3a076ec53644f09ae5194b29d3698b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:15,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e742069e-e73a-4195-aafb-b342f2367ff9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/f3a076ec53644f09ae5194b29d3698b4"}, "enabled": true, "id": "f3a076ec53644f09ae5194b29d3698b4", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-481b22f8-947e-484-name"}} 2018-09-22 12:43:15,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f3a076ec53644f09ae5194b29d3698b4 used request id req-e742069e-e73a-4195-aafb-b342f2367ff9 2018-09-22 12:43:15,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/f3a076ec53644f09ae5194b29d3698b4/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:15,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-487beea9-f656-4136-9f3b-14fa956d9696 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/f3a076ec53644f09ae5194b29d3698b4/roles", "previous": null, "next": null}, "roles": []} 2018-09-22 12:43:15,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/f3a076ec53644f09ae5194b29d3698b4/roles used request id req-487beea9-f656-4136-9f3b-14fa956d9696 2018-09-22 12:43:15,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:15,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f88dc62d-c54c-49d0-a6b0-6cfe41c905f3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "domain_id": null, "name": "admin", "id": "ca3ab2b28a5649949bebc9ea13b61020"}} 2018-09-22 12:43:15,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-f88dc62d-c54c-49d0-a6b0-6cfe41c905f3 2018-09-22 12:43:15,907 - keystone_utils - INFO - Granting role admin to project api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 2018-09-22 12:43:15,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/f3a076ec53644f09ae5194b29d3698b4/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:16,073 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59f044c4-74bf-4a3a-a610-975b9c8be083 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:16,074 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/f3a076ec53644f09ae5194b29d3698b4/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-59f044c4-74bf-4a3a-a610-975b9c8be083 2018-09-22 12:43:16,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:16,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa7c2b34-b01b-4a7e-9cae-266d2ff3b1fe Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:16,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-aa7c2b34-b01b-4a7e-9cae-266d2ff3b1fe 2018-09-22 12:43:16,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:16,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51749748-a17c-46ce-8ec4-3ad75a176f04 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:43:16,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 used request id req-51749748-a17c-46ce-8ec4-3ad75a176f04 2018-09-22 12:43:16,184 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-481b22f8-947e-484-name 2018-09-22 12:43:16,184 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-481b22f8-947e-484-name 2018-09-22 12:43:16,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:16,192 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:16,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/f3a076ec53644f09ae5194b29d3698b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06eebd8b9ae6af2cd1034ea63b90f53c3a49a10a" 2018-09-22 12:43:16,377 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2eb8a95-c461-4b67-93d5-44a8e5c1726e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:16,377 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f3a076ec53644f09ae5194b29d3698b4 used request id req-c2eb8a95-c461-4b67-93d5-44a8e5c1726e 2018-09-22 12:43:16,378 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-481b22f8-947e-484-name 2018-09-22 12:43:16,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/f3a076ec53644f09ae5194b29d3698b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9a251d912b136693dd524d814ed34139ec7fe77" 2018-09-22 12:43:16,466 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:43:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fecd4e36-d3a8-4be2-a55b-06c9fc5c2e9d Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: f3a076ec53644f09ae5194b29d3698b4.", "code": 404, "title": "Not Found"}} 2018-09-22 12:43:16,467 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f3a076ec53644f09ae5194b29d3698b4 used request id req-fecd4e36-d3a8-4be2-a55b-06c9fc5c2e9d 2018-09-22 12:43:16,467 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-22 12:43:16,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:16,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["pMPrtcOaQJq2V8Bm87t6rw"], "issued_at": "2018-09-22T12:43:16.000000Z"}} 2018-09-22 12:43:16,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c86a4f63ffe5c77a56498e0bc3e3424d60c1d0" 2018-09-22 12:43:16,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d741b476-8077-497a-98c2-9e39179e6292 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:16,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d741b476-8077-497a-98c2-9e39179e6292 2018-09-22 12:43:16,936 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:16,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:17,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["aLj-hJ38R3uOoiGjzowiYw"], "issued_at": "2018-09-22T12:43:17.000000Z"}} 2018-09-22 12:43:17,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:17,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df880737-3245-414f-b326-d5b95ee07a13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:17,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df880737-3245-414f-b326-d5b95ee07a13 2018-09-22 12:43:17,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:17,424 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:17,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:17,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b62f13e3-c04d-4342-aeb9-1403aca26376 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:43:17,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b62f13e3-c04d-4342-aeb9-1403aca26376 2018-09-22 12:43:17,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:17,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a8bd99f-8acb-44ba-8ee3-bceeb20606b0 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:17,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-9a8bd99f-8acb-44ba-8ee3-bceeb20606b0 2018-09-22 12:43:18,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:18,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6710c2d4-41b6-443d-b620-957d5aa1b43c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:18,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6710c2d4-41b6-443d-b620-957d5aa1b43c 2018-09-22 12:43:18,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:18,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5455589-ed4d-416e-99b4-ef00d7afc423 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:43:18,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 used request id req-f5455589-ed4d-416e-99b4-ef00d7afc423 2018-09-22 12:43:18,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/99006d2b2f2349aa902f493c9f0efde9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:18,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81fffbea-3bae-47c7-9d47-8262240e71b6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/99006d2b2f2349aa902f493c9f0efde9"}, "enabled": true, "id": "99006d2b2f2349aa902f493c9f0efde9", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-b76788ae-d407-425-name"}} 2018-09-22 12:43:18,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/99006d2b2f2349aa902f493c9f0efde9 used request id req-81fffbea-3bae-47c7-9d47-8262240e71b6 2018-09-22 12:43:18,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/99006d2b2f2349aa902f493c9f0efde9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:18,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f5720f6-9cbc-4219-9cb3-ec2251ddaacd Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/99006d2b2f2349aa902f493c9f0efde9/roles", "previous": null, "next": null}, "roles": []} 2018-09-22 12:43:18,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/99006d2b2f2349aa902f493c9f0efde9/roles used request id req-8f5720f6-9cbc-4219-9cb3-ec2251ddaacd 2018-09-22 12:43:18,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:18,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b63c1ab-ec5e-4402-98b4-2d0bd430cf1e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "domain_id": null, "name": "admin", "id": "ca3ab2b28a5649949bebc9ea13b61020"}} 2018-09-22 12:43:18,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-6b63c1ab-ec5e-4402-98b4-2d0bd430cf1e 2018-09-22 12:43:18,555 - keystone_utils - INFO - Granting role admin to project api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 2018-09-22 12:43:18,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/99006d2b2f2349aa902f493c9f0efde9/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:18,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2b3dd39-41d4-4322-a99d-582ca3665f06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:18,693 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/99006d2b2f2349aa902f493c9f0efde9/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-f2b3dd39-41d4-4322-a99d-582ca3665f06 2018-09-22 12:43:18,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:18,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b52d94e1-caf3-4256-a7c6-4c1857bbc319 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:18,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b52d94e1-caf3-4256-a7c6-4c1857bbc319 2018-09-22 12:43:18,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:18,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-616c691c-0def-4800-b877-958f3e8ec2b3 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:43:18,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 used request id req-616c691c-0def-4800-b877-958f3e8ec2b3 2018-09-22 12:43:18,883 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-b76788ae-d407-425-name 2018-09-22 12:43:18,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:18,891 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:18,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52c86a4f63ffe5c77a56498e0bc3e3424d60c1d0" 2018-09-22 12:43:18,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbcd323d-baad-4bed-a3bd-a063eaf1f951 Content-Encoding: gzip Content-Length: 911 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-b76788ae-d407-425-name", "links": {"self": "http://172.30.9.23:5000/v3/users/99006d2b2f2349aa902f493c9f0efde9"}, "domain_id": "default", "enabled": true, "id": "99006d2b2f2349aa902f493c9f0efde9", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:43:18,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-bbcd323d-baad-4bed-a3bd-a063eaf1f951 2018-09-22 12:43:18,992 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-b76788ae-d407-425-name 2018-09-22 12:43:18,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/99006d2b2f2349aa902f493c9f0efde9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b007311f9a0a8e4ddf9413b1785e7bfdcb003e21" 2018-09-22 12:43:19,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75fd4a20-c8f0-49bb-a544-730a92dc6f85 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:19,192 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/99006d2b2f2349aa902f493c9f0efde9 used request id req-75fd4a20-c8f0-49bb-a544-730a92dc6f85 2018-09-22 12:43:19,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:19,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Auh1_5f7Rc2aA8ggmHme8g"], "issued_at": "2018-09-22T12:43:19.000000Z"}} 2018-09-22 12:43:19,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15461de967ea499abdbe3e9f5f6233efc7c3121a" 2018-09-22 12:43:19,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d37f518a-62a0-4323-a83a-33439c98a16d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:19,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d37f518a-62a0-4323-a83a-33439c98a16d 2018-09-22 12:43:19,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:19,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:20,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["KJHRILrtQ7e-a8OGkn9_wg"], "issued_at": "2018-09-22T12:43:20.000000Z"}} 2018-09-22 12:43:20,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:20,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ecdc90-35be-4c52-8e01-04c028f5b483 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:20,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d5ecdc90-35be-4c52-8e01-04c028f5b483 2018-09-22 12:43:20,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:20,124 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:20,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:20,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c5b1f6b-266b-45ff-aa3e-9c127361781c Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:43:20,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6c5b1f6b-266b-45ff-aa3e-9c127361781c 2018-09-22 12:43:20,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:20,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b18ded5f-903d-4f91-afd8-b63201395ec8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:20,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b18ded5f-903d-4f91-afd8-b63201395ec8 2018-09-22 12:43:20,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:20,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74afe521-b3fd-4b49-a36b-e70346721291 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:20,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-74afe521-b3fd-4b49-a36b-e70346721291 2018-09-22 12:43:20,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:20,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e06c17-eb09-4190-9a91-124c86697b14 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:43:20,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 used request id req-50e06c17-eb09-4190-9a91-124c86697b14 2018-09-22 12:43:20,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/f83b7c92588d4453a621b0bdbe157bfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:21,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3eb8ba8-8721-4ef3-a7cf-9f445bbde5df Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/f83b7c92588d4453a621b0bdbe157bfb"}, "enabled": true, "id": "f83b7c92588d4453a621b0bdbe157bfb", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-597bc685-2f89-49c-name"}} 2018-09-22 12:43:21,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/f83b7c92588d4453a621b0bdbe157bfb used request id req-c3eb8ba8-8721-4ef3-a7cf-9f445bbde5df 2018-09-22 12:43:21,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/f83b7c92588d4453a621b0bdbe157bfb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:21,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d787d985-941a-4991-acce-3503c983cc3d Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/f83b7c92588d4453a621b0bdbe157bfb/roles", "previous": null, "next": null}, "roles": []} 2018-09-22 12:43:21,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/f83b7c92588d4453a621b0bdbe157bfb/roles used request id req-d787d985-941a-4991-acce-3503c983cc3d 2018-09-22 12:43:21,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:21,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16f8b076-b815-48c2-bb13-2950891daab4 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "domain_id": null, "name": "admin", "id": "ca3ab2b28a5649949bebc9ea13b61020"}} 2018-09-22 12:43:21,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-16f8b076-b815-48c2-bb13-2950891daab4 2018-09-22 12:43:21,233 - keystone_utils - INFO - Granting role admin to project api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 2018-09-22 12:43:21,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/f83b7c92588d4453a621b0bdbe157bfb/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:21,363 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c88d12c-bb44-4405-979b-642a8e3d6481 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:21,363 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e/users/f83b7c92588d4453a621b0bdbe157bfb/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-5c88d12c-bb44-4405-979b-642a8e3d6481 2018-09-22 12:43:21,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:21,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd2686dc-382e-4fa1-b0de-585a33971ef7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:21,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cd2686dc-382e-4fa1-b0de-585a33971ef7 2018-09-22 12:43:21,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:21,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-975fd4e7-d894-45eb-bbfd-a441497818d6 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:43:21,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45 used request id req-975fd4e7-d894-45eb-bbfd-a441497818d6 2018-09-22 12:43:21,536 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-597bc685-2f89-49c-name 2018-09-22 12:43:21,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:21,543 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:21,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15461de967ea499abdbe3e9f5f6233efc7c3121a" 2018-09-22 12:43:21,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e668579b-85e4-4820-947d-9c24fc37a192 Content-Encoding: gzip Content-Length: 908 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-597bc685-2f89-49c-name", "links": {"self": "http://172.30.9.23:5000/v3/users/f83b7c92588d4453a621b0bdbe157bfb"}, "domain_id": "default", "enabled": true, "id": "f83b7c92588d4453a621b0bdbe157bfb", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:43:21,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e668579b-85e4-4820-947d-9c24fc37a192 2018-09-22 12:43:21,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:21,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:22,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["LEqVh5jFTbutF29kIZMhyA"], "issued_at": "2018-09-22T12:43:22.000000Z"}} 2018-09-22 12:43:22,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65e51236aa3b76fc8418a458c3f587e4aaa56a9" 2018-09-22 12:43:22,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae064b2b-d89a-47b1-8177-4501c4556b27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:22,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ae064b2b-d89a-47b1-8177-4501c4556b27 2018-09-22 12:43:22,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:22,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:22,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a65e51236aa3b76fc8418a458c3f587e4aaa56a9" 2018-09-22 12:43:22,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1705f5a-e15f-4b17-ad57-2292c99712bb Content-Encoding: gzip Content-Length: 908 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-597bc685-2f89-49c-name", "links": {"self": "http://172.30.9.23:5000/v3/users/f83b7c92588d4453a621b0bdbe157bfb"}, "domain_id": "default", "enabled": true, "id": "f83b7c92588d4453a621b0bdbe157bfb", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:43:22,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a1705f5a-e15f-4b17-ad57-2292c99712bb 2018-09-22 12:43:22,232 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-597bc685-2f89-49c-name 2018-09-22 12:43:22,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/f83b7c92588d4453a621b0bdbe157bfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214150db84b8ca5beac6592e819366c72644bd2f" 2018-09-22 12:43:22,438 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd33c36c-c238-4691-ab35-da2bc628addd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:22,438 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/f83b7c92588d4453a621b0bdbe157bfb used request id req-fd33c36c-c238-4691-ab35-da2bc628addd 2018-09-22 12:43:22,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:22,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["ykEyLLpbTYavW4qXwuEvig"], "issued_at": "2018-09-22T12:43:22.000000Z"}} 2018-09-22 12:43:22,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6908265a54010ff8a8291df068d88b1954931583" 2018-09-22 12:43:22,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38e3b6b9-e9aa-4d62-9e80-97fa2dc65db2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:22,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-38e3b6b9-e9aa-4d62-9e80-97fa2dc65db2 2018-09-22 12:43:22,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:22,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:23,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["6RMZ2HuhStOfz3LukfjxKA"], "issued_at": "2018-09-22T12:43:23.000000Z"}} 2018-09-22 12:43:23,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dc8e4a503b610a05fb586d853b6575aed38b5a" 2018-09-22 12:43:23,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29340f15-cf19-4834-82dc-00d86fcd356b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:23,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-29340f15-cf19-4834-82dc-00d86fcd356b 2018-09-22 12:43:23,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:23,341 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:23,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-60307396-c131-44e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dc8e4a503b610a05fb586d853b6575aed38b5a" 2018-09-22 12:43:23,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e985a60-bc83-4569-92c3-a42fea99e9a0 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-60307396-c131-44e-name", "previous": null, "next": null}, "projects": []} 2018-09-22 12:43:23,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-60307396-c131-44e-name used request id req-9e985a60-bc83-4569-92c3-a42fea99e9a0 2018-09-22 12:43:23,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dc8e4a503b610a05fb586d853b6575aed38b5a" 2018-09-22 12:43:23,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb85f830-2d01-4867-b676-29af46cd1c6e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:23,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-fb85f830-2d01-4867-b676-29af46cd1c6e 2018-09-22 12:43:23,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dc8e4a503b610a05fb586d853b6575aed38b5a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-60307396-c131-44e-name"}}' 2018-09-22 12:43:23,721 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:43:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd53556d-0941-40c8-95cb-8465ac747a49 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/924609d2b3fc4641b910df2759dde858"}, "enabled": true, "id": "924609d2b3fc4641b910df2759dde858", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-60307396-c131-44e-name"}} 2018-09-22 12:43:23,721 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-bd53556d-0941-40c8-95cb-8465ac747a49 2018-09-22 12:43:23,721 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-60307396-c131-44e-name 2018-09-22 12:43:23,721 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-60307396-c131-44e-name 2018-09-22 12:43:23,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:23,730 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:23,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/924609d2b3fc4641b910df2759dde858 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6908265a54010ff8a8291df068d88b1954931583" 2018-09-22 12:43:23,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-978626ce-a1e5-47fc-96ce-cfad6ef86d78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:23,892 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/924609d2b3fc4641b910df2759dde858 used request id req-978626ce-a1e5-47fc-96ce-cfad6ef86d78 2018-09-22 12:43:23,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dc8e4a503b610a05fb586d853b6575aed38b5a" 2018-09-22 12:43:24,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-2a27151c-1e30-4f0b-b2ce-8d8a2431fa4a Date: Sat, 22 Sep 2018 12:43:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "created_at": "2018-09-22T12:32:04Z", "updated_at": "2018-09-22T12:32:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "065c9b11-d727-4dbc-9627-c3ca96457402", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "2509f6c0-d532-4003-ade0-4890715eb6b7", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "0753d813-222c-4b14-b2fa-c3fd0d8e4b98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "a2ac1e9f-c206-4ad0-91c2-a11b18ab31b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}], "revision_number": 4, "project_id": "1ec2ebec176645f3902e2f639c57bc4a", "id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:24Z", "updated_at": "2018-09-22T12:43:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "a125fd4f-b6cc-4b84-9def-adaf86aa32c0", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "7e83ca33-6cf6-4f9d-9935-e8ddbaae8988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "672692d1-f0a4-464a-8fe2-cede268b0153", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "c707f954-2a6c-4e43-b073-37c511326aa8", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 4, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "name": "default"}]} 2018-09-22 12:43:24,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-2a27151c-1e30-4f0b-b2ce-8d8a2431fa4a 2018-09-22 12:43:24,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dc8e4a503b610a05fb586d853b6575aed38b5a" 2018-09-22 12:43:24,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c93443f3-7597-42fb-a4b7-2408c6d73ee5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-22 12:43:24,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a used request id req-c93443f3-7597-42fb-a4b7-2408c6d73ee5 2018-09-22 12:43:24,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dc8e4a503b610a05fb586d853b6575aed38b5a" 2018-09-22 12:43:24,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54c7a84d-8551-44aa-9559-45cc8b5b5c19 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:43:24,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-54c7a84d-8551-44aa-9559-45cc8b5b5c19 2018-09-22 12:43:24,473 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-60307396-c131-44e-name 2018-09-22 12:43:24,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/924609d2b3fc4641b910df2759dde858 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dc8e4a503b610a05fb586d853b6575aed38b5a" 2018-09-22 12:43:24,560 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:43:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5c0c11e-85ec-489e-9eca-9ea4d6ca039d Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 924609d2b3fc4641b910df2759dde858.", "code": 404, "title": "Not Found"}} 2018-09-22 12:43:24,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/924609d2b3fc4641b910df2759dde858 used request id req-b5c0c11e-85ec-489e-9eca-9ea4d6ca039d 2018-09-22 12:43:24,560 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-09-22 12:43:24,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dc8e4a503b610a05fb586d853b6575aed38b5a" 2018-09-22 12:43:24,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5e6e4d-8e1d-405c-a26d-f26399cb071b Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:24,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ef5e6e4d-8e1d-405c-a26d-f26399cb071b 2018-09-22 12:43:24,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6908265a54010ff8a8291df068d88b1954931583" 2018-09-22 12:43:24,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3ab9cc2-c371-406c-ba55-4528fa29bc8c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:43:24,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-c3ab9cc2-c371-406c-ba55-4528fa29bc8c 2018-09-22 12:43:24,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9dc8e4a503b610a05fb586d853b6575aed38b5a" 2018-09-22 12:43:24,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36b1c744-2e4a-4364-b9fb-ff09864d8ff7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:24,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-36b1c744-2e4a-4364-b9fb-ff09864d8ff7 2018-09-22 12:43:24,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:25,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["CIz7Fp0mSBKuhwmb1KFz7g"], "issued_at": "2018-09-22T12:43:25.000000Z"}} 2018-09-22 12:43:25,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4e59759052da6336b793bd844a4bf03dd2552e9" 2018-09-22 12:43:25,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba57134e-d37a-4bcc-a9a6-04cb4918bf34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:25,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ba57134e-d37a-4bcc-a9a6-04cb4918bf34 2018-09-22 12:43:25,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:25,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:25,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["_rSmwAgYRdOfYUrPIhR0mg"], "issued_at": "2018-09-22T12:43:25.000000Z"}} 2018-09-22 12:43:25,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efbd3410764f239c85dd34ca5347e9be6135ac78" 2018-09-22 12:43:25,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9fb5856-e1b2-4ec1-b09b-8d54aaa2f747 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:25,688 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f9fb5856-e1b2-4ec1-b09b-8d54aaa2f747 2018-09-22 12:43:25,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:25,697 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:25,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c6d3ee04-55cd-44c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efbd3410764f239c85dd34ca5347e9be6135ac78" 2018-09-22 12:43:25,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ad4603-692e-4b47-becb-f36a8f1e0b66 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c6d3ee04-55cd-44c-name", "previous": null, "next": null}, "projects": []} 2018-09-22 12:43:25,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c6d3ee04-55cd-44c-name used request id req-b9ad4603-692e-4b47-becb-f36a8f1e0b66 2018-09-22 12:43:25,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efbd3410764f239c85dd34ca5347e9be6135ac78" 2018-09-22 12:43:25,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ff4d921-d53f-4609-965d-af2abd1ada21 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:25,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-3ff4d921-d53f-4609-965d-af2abd1ada21 2018-09-22 12:43:25,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efbd3410764f239c85dd34ca5347e9be6135ac78" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-c6d3ee04-55cd-44c-name"}}' 2018-09-22 12:43:26,034 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:43:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36c8c87e-13a7-47c1-80ac-3e66165806f0 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47cbd4ce706d4e5a85ee25d7bb6c9a63"}, "enabled": true, "id": "47cbd4ce706d4e5a85ee25d7bb6c9a63", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-c6d3ee04-55cd-44c-name"}} 2018-09-22 12:43:26,034 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-36c8c87e-13a7-47c1-80ac-3e66165806f0 2018-09-22 12:43:26,034 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-c6d3ee04-55cd-44c-name 2018-09-22 12:43:26,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:26,042 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:26,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c6d3ee04-55cd-44c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4e59759052da6336b793bd844a4bf03dd2552e9" 2018-09-22 12:43:26,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef9362e2-9d9e-4926-ab5d-73996564c470 Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c6d3ee04-55cd-44c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/47cbd4ce706d4e5a85ee25d7bb6c9a63"}, "enabled": true, "id": "47cbd4ce706d4e5a85ee25d7bb6c9a63", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-c6d3ee04-55cd-44c-name"}]} 2018-09-22 12:43:26,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-c6d3ee04-55cd-44c-name used request id req-ef9362e2-9d9e-4926-ab5d-73996564c470 2018-09-22 12:43:26,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4e59759052da6336b793bd844a4bf03dd2552e9" 2018-09-22 12:43:26,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c8ca12-865d-4956-a638-3a7ec56fece3 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:43:26,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-85c8ca12-865d-4956-a638-3a7ec56fece3 2018-09-22 12:43:26,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efbd3410764f239c85dd34ca5347e9be6135ac78" 2018-09-22 12:43:27,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-692e0f41-209e-4c0a-9712-0574efeb57f6 Date: Sat, 22 Sep 2018 12:43:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "created_at": "2018-09-22T12:32:04Z", "updated_at": "2018-09-22T12:32:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "a2ac1e9f-c206-4ad0-91c2-a11b18ab31b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "065c9b11-d727-4dbc-9627-c3ca96457402", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "2509f6c0-d532-4003-ade0-4890715eb6b7", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "0753d813-222c-4b14-b2fa-c3fd0d8e4b98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}], "revision_number": 4, "project_id": "1ec2ebec176645f3902e2f639c57bc4a", "id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:24Z", "updated_at": "2018-09-22T12:43:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "a125fd4f-b6cc-4b84-9def-adaf86aa32c0", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "7e83ca33-6cf6-4f9d-9935-e8ddbaae8988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "672692d1-f0a4-464a-8fe2-cede268b0153", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "c707f954-2a6c-4e43-b073-37c511326aa8", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 4, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "name": "default"}]} 2018-09-22 12:43:27,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-692e0f41-209e-4c0a-9712-0574efeb57f6 2018-09-22 12:43:27,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efbd3410764f239c85dd34ca5347e9be6135ac78" 2018-09-22 12:43:27,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3b77e78-32cc-461f-93cc-d5b691ee4fe1 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-22 12:43:27,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a used request id req-a3b77e78-32cc-461f-93cc-d5b691ee4fe1 2018-09-22 12:43:27,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efbd3410764f239c85dd34ca5347e9be6135ac78" 2018-09-22 12:43:27,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d589bcc9-2e81-4baa-9a9c-d33d087f3a7c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:43:27,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-d589bcc9-2e81-4baa-9a9c-d33d087f3a7c 2018-09-22 12:43:27,220 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-c6d3ee04-55cd-44c-name 2018-09-22 12:43:27,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/47cbd4ce706d4e5a85ee25d7bb6c9a63 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efbd3410764f239c85dd34ca5347e9be6135ac78" 2018-09-22 12:43:27,382 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23e7a708-9f8f-47d7-9df1-6cdf736d6d2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:27,382 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/47cbd4ce706d4e5a85ee25d7bb6c9a63 used request id req-23e7a708-9f8f-47d7-9df1-6cdf736d6d2c 2018-09-22 12:43:27,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efbd3410764f239c85dd34ca5347e9be6135ac78" 2018-09-22 12:43:27,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfba0655-19ff-4dee-afe9-d42fbff25495 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:27,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-cfba0655-19ff-4dee-afe9-d42fbff25495 2018-09-22 12:43:27,407 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:27,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["y-BRrVbRSaCl-RVIw6icWg"], "issued_at": "2018-09-22T12:43:27.000000Z"}} 2018-09-22 12:43:27,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1391780adb8ac750757bd7f94337379da5389ce" 2018-09-22 12:43:27,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fcfa4ae-9714-4f44-8a2b-73a4c73ad78d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:27,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2fcfa4ae-9714-4f44-8a2b-73a4c73ad78d 2018-09-22 12:43:27,868 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:27,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:28,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Y2CivK96S7-e8RVgB23Dpg"], "issued_at": "2018-09-22T12:43:28.000000Z"}} 2018-09-22 12:43:28,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7e4bf74553610c9eb21a4038af600c9c7b8f77" 2018-09-22 12:43:28,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-698e4525-02c5-451b-991b-53c61d34b75b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:28,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-698e4525-02c5-451b-991b-53c61d34b75b 2018-09-22 12:43:28,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:28,353 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:28,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-11347e96-2cf2-494-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7e4bf74553610c9eb21a4038af600c9c7b8f77" 2018-09-22 12:43:28,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8432aa4b-02bf-44a0-bdaf-f2cd9648853d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-11347e96-2cf2-494-name", "previous": null, "next": null}, "projects": []} 2018-09-22 12:43:28,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-11347e96-2cf2-494-name used request id req-8432aa4b-02bf-44a0-bdaf-f2cd9648853d 2018-09-22 12:43:28,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7e4bf74553610c9eb21a4038af600c9c7b8f77" 2018-09-22 12:43:28,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7181c82a-2c52-4e5d-8361-84fbfe26597e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:28,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-7181c82a-2c52-4e5d-8361-84fbfe26597e 2018-09-22 12:43:28,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7e4bf74553610c9eb21a4038af600c9c7b8f77" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-11347e96-2cf2-494-name"}}' 2018-09-22 12:43:28,674 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:43:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-190063e2-bf6e-4c04-8ad5-886407a3e210 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1c2789a731b241b58b0848b0d1ecb8e7"}, "enabled": true, "id": "1c2789a731b241b58b0848b0d1ecb8e7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-11347e96-2cf2-494-name"}} 2018-09-22 12:43:28,674 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-190063e2-bf6e-4c04-8ad5-886407a3e210 2018-09-22 12:43:28,674 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-11347e96-2cf2-494-name 2018-09-22 12:43:28,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:28,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:28,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-11347e96-2cf2-494-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1391780adb8ac750757bd7f94337379da5389ce" 2018-09-22 12:43:28,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b25e1ae-f87a-4304-b21c-16f60b85a9ed Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-11347e96-2cf2-494-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1c2789a731b241b58b0848b0d1ecb8e7"}, "enabled": true, "id": "1c2789a731b241b58b0848b0d1ecb8e7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-11347e96-2cf2-494-name"}]} 2018-09-22 12:43:28,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-11347e96-2cf2-494-name used request id req-2b25e1ae-f87a-4304-b21c-16f60b85a9ed 2018-09-22 12:43:28,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:28,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:29,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["1vD75fPZSZuCtIsP1eghXw"], "issued_at": "2018-09-22T12:43:29.000000Z"}} 2018-09-22 12:43:29,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91c2ea08a5fbb740034ca2010c6c81ef8c60685a" 2018-09-22 12:43:29,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae9e67db-1492-4743-bbb4-9e3d2388b185 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:29,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ae9e67db-1492-4743-bbb4-9e3d2388b185 2018-09-22 12:43:29,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:29,199 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:29,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-11347e96-2cf2-494-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91c2ea08a5fbb740034ca2010c6c81ef8c60685a" 2018-09-22 12:43:29,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5154d09-82e0-4651-a669-f4d5613c4652 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-11347e96-2cf2-494-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/1c2789a731b241b58b0848b0d1ecb8e7"}, "enabled": true, "id": "1c2789a731b241b58b0848b0d1ecb8e7", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-11347e96-2cf2-494-name"}]} 2018-09-22 12:43:29,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-11347e96-2cf2-494-name used request id req-d5154d09-82e0-4651-a669-f4d5613c4652 2018-09-22 12:43:29,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1391780adb8ac750757bd7f94337379da5389ce" 2018-09-22 12:43:29,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e97a43f-19cd-48a4-b46d-321d7346249a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:43:29,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-6e97a43f-19cd-48a4-b46d-321d7346249a 2018-09-22 12:43:29,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7e4bf74553610c9eb21a4038af600c9c7b8f77" 2018-09-22 12:43:29,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-8fb22a4a-ad51-4497-91fc-182e2807d77f Date: Sat, 22 Sep 2018 12:43:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "created_at": "2018-09-22T12:32:04Z", "updated_at": "2018-09-22T12:32:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "2509f6c0-d532-4003-ade0-4890715eb6b7", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "0753d813-222c-4b14-b2fa-c3fd0d8e4b98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "a2ac1e9f-c206-4ad0-91c2-a11b18ab31b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "065c9b11-d727-4dbc-9627-c3ca96457402", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}], "revision_number": 4, "project_id": "1ec2ebec176645f3902e2f639c57bc4a", "id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:24Z", "updated_at": "2018-09-22T12:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "672692d1-f0a4-464a-8fe2-cede268b0153", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "c707f954-2a6c-4e43-b073-37c511326aa8", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "a125fd4f-b6cc-4b84-9def-adaf86aa32c0", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "7e83ca33-6cf6-4f9d-9935-e8ddbaae8988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 4, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "name": "default"}]} 2018-09-22 12:43:29,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-8fb22a4a-ad51-4497-91fc-182e2807d77f 2018-09-22 12:43:29,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7e4bf74553610c9eb21a4038af600c9c7b8f77" 2018-09-22 12:43:29,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d471943a-661b-4d90-9936-5a10ff2d6f79 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-22 12:43:29,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a used request id req-d471943a-661b-4d90-9936-5a10ff2d6f79 2018-09-22 12:43:29,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7e4bf74553610c9eb21a4038af600c9c7b8f77" 2018-09-22 12:43:29,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc6569e7-ba00-4486-b4ad-fbdacec46c2b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:43:29,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-fc6569e7-ba00-4486-b4ad-fbdacec46c2b 2018-09-22 12:43:29,925 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-11347e96-2cf2-494-name 2018-09-22 12:43:29,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/1c2789a731b241b58b0848b0d1ecb8e7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7e4bf74553610c9eb21a4038af600c9c7b8f77" 2018-09-22 12:43:30,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f90298fd-5141-465e-ae7d-582185152326 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:30,083 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1c2789a731b241b58b0848b0d1ecb8e7 used request id req-f90298fd-5141-465e-ae7d-582185152326 2018-09-22 12:43:30,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e7e4bf74553610c9eb21a4038af600c9c7b8f77" 2018-09-22 12:43:30,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5481ade1-7ae5-4b93-8502-b83c40bfd979 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:30,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5481ade1-7ae5-4b93-8502-b83c40bfd979 2018-09-22 12:43:30,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:30,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Ef122uQHTxO6FSaCyMdLxQ"], "issued_at": "2018-09-22T12:43:30.000000Z"}} 2018-09-22 12:43:30,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1056d95b4b3eb11ce945ea9500118344d0ab1527" 2018-09-22 12:43:30,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eec6ee95-260e-4821-b896-33883988c535 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:30,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eec6ee95-260e-4821-b896-33883988c535 2018-09-22 12:43:30,662 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:30,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:31,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["tarhTZt2SD6LpAe3PwuO9Q"], "issued_at": "2018-09-22T12:43:31.000000Z"}} 2018-09-22 12:43:31,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b67cc458243aac13232b284a95cea689b7e6f" 2018-09-22 12:43:31,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f76a6c6-4064-49b2-83b8-4c2397e91366 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:31,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3f76a6c6-4064-49b2-83b8-4c2397e91366 2018-09-22 12:43:31,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:31,130 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:31,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-3bf293b0-0198-406-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b67cc458243aac13232b284a95cea689b7e6f" 2018-09-22 12:43:31,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1feb0423-a197-43d3-84bf-b0756040b94c Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-3bf293b0-0198-406-name", "previous": null, "next": null}, "projects": []} 2018-09-22 12:43:31,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-3bf293b0-0198-406-name used request id req-1feb0423-a197-43d3-84bf-b0756040b94c 2018-09-22 12:43:31,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b67cc458243aac13232b284a95cea689b7e6f" 2018-09-22 12:43:31,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf099b31-ec09-447d-8bb0-8f1f853a2607 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-09-22 12:43:31,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=foo used request id req-cf099b31-ec09-447d-8bb0-8f1f853a2607 2018-09-22 12:43:31,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b67cc458243aac13232b284a95cea689b7e6f" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-3bf293b0-0198-406-name"}}' 2018-09-22 12:43:31,317 - keystoneauth.session - DEBUG - RESP: [400] Date: Sat, 22 Sep 2018 12:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57ca553f-1676-4339-b886-4b7a9fd102da Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-09-22 12:43:31,317 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-57ca553f-1676-4339-b886-4b7a9fd102da 2018-09-22 12:43:31,317 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-09-22 12:43:31,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}743b67cc458243aac13232b284a95cea689b7e6f" 2018-09-22 12:43:31,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c4f7d96-8972-4525-a15b-d8d087ecb100 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:31,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8c4f7d96-8972-4525-a15b-d8d087ecb100 2018-09-22 12:43:31,337 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:31,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["MDRG2WYsTI2difpLYxIKpg"], "issued_at": "2018-09-22T12:43:31.000000Z"}} 2018-09-22 12:43:31,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6635f41319f534496a1b9b737fb45552eafbb12c" 2018-09-22 12:43:31,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12f75139-77c5-4064-8d7d-63e88848e694 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:31,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-12f75139-77c5-4064-8d7d-63e88848e694 2018-09-22 12:43:31,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:31,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:32,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["tY-REZNYRAKf3AiJ8dvxYA"], "issued_at": "2018-09-22T12:43:32.000000Z"}} 2018-09-22 12:43:32,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eca8cdb8dbfb3cc2485c7409f41ca112beb0ad5" 2018-09-22 12:43:32,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b6adad9-98c2-4f72-a802-a1518f64c324 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:32,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6b6adad9-98c2-4f72-a802-a1518f64c324 2018-09-22 12:43:32,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:32,283 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:32,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-992d18c9-f942-4a4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eca8cdb8dbfb3cc2485c7409f41ca112beb0ad5" 2018-09-22 12:43:32,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c1d477e-9f28-4676-8327-b9b64957e5ee Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-992d18c9-f942-4a4-name", "previous": null, "next": null}, "projects": []} 2018-09-22 12:43:32,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-992d18c9-f942-4a4-name used request id req-8c1d477e-9f28-4676-8327-b9b64957e5ee 2018-09-22 12:43:32,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eca8cdb8dbfb3cc2485c7409f41ca112beb0ad5" 2018-09-22 12:43:32,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b107d9b5-e58c-465f-9f75-5cf7545345f4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:32,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-b107d9b5-e58c-465f-9f75-5cf7545345f4 2018-09-22 12:43:32,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eca8cdb8dbfb3cc2485c7409f41ca112beb0ad5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-992d18c9-f942-4a4-name"}}' 2018-09-22 12:43:32,600 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:43:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b55a6059-8888-4884-8371-c8cedfbaf18a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0d44ff04cb99499198f0464fd1b4fde8"}, "enabled": true, "id": "0d44ff04cb99499198f0464fd1b4fde8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-992d18c9-f942-4a4-name"}} 2018-09-22 12:43:32,600 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b55a6059-8888-4884-8371-c8cedfbaf18a 2018-09-22 12:43:32,600 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-992d18c9-f942-4a4-name 2018-09-22 12:43:32,600 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:43:32,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/0d44ff04cb99499198f0464fd1b4fde8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eca8cdb8dbfb3cc2485c7409f41ca112beb0ad5" 2018-09-22 12:43:33,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43: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-57e38e82-d7c1-4a67-a5a7-7872a0ba4536 x-compute-request-id: req-57e38e82-d7c1-4a67-a5a7-7872a0ba4536 Content-Encoding: gzip Content-Length: 221 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": "0d44ff04cb99499198f0464fd1b4fde8", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-22 12:43:33,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/0d44ff04cb99499198f0464fd1b4fde8 used request id req-57e38e82-d7c1-4a67-a5a7-7872a0ba4536 2018-09-22 12:43:33,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/0d44ff04cb99499198f0464fd1b4fde8 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eca8cdb8dbfb3cc2485c7409f41ca112beb0ad5" -d '{"quota_set": {"metadata_items": 128, "injected_file_content_bytes": 60000, "ram": 70000, "key_pairs": 8, "instances": 5, "injected_files": 6, "cores": 4, "fixed_ips": 7}}' 2018-09-22 12:43:33,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3247765b-7ccc-48ad-a207-2a385a37f7be x-compute-request-id: req-3247765b-7ccc-48ad-a207-2a385a37f7be Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-22 12:43:33,995 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/0d44ff04cb99499198f0464fd1b4fde8 used request id req-3247765b-7ccc-48ad-a207-2a385a37f7be 2018-09-22 12:43:34,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:34,005 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:34,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-992d18c9-f942-4a4-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6635f41319f534496a1b9b737fb45552eafbb12c" 2018-09-22 12:43:34,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25e9d871-ed46-40e5-bdc6-65f0059201ed Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-992d18c9-f942-4a4-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/0d44ff04cb99499198f0464fd1b4fde8"}, "enabled": true, "id": "0d44ff04cb99499198f0464fd1b4fde8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-992d18c9-f942-4a4-name"}]} 2018-09-22 12:43:34,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-992d18c9-f942-4a4-name used request id req-25e9d871-ed46-40e5-bdc6-65f0059201ed 2018-09-22 12:43:34,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6635f41319f534496a1b9b737fb45552eafbb12c" 2018-09-22 12:43:34,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-569a72b9-8794-46af-85f0-e7bab5f8c339 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:43:34,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-569a72b9-8794-46af-85f0-e7bab5f8c339 2018-09-22 12:43:34,174 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:43:34,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/0d44ff04cb99499198f0464fd1b4fde8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6635f41319f534496a1b9b737fb45552eafbb12c" 2018-09-22 12:43:35,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43: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-457e39a6-d450-4e4b-9d4b-e3e46fdaeb4e x-compute-request-id: req-457e39a6-d450-4e4b-9d4b-e3e46fdaeb4e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "id": "0d44ff04cb99499198f0464fd1b4fde8", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-22 12:43:35,044 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/0d44ff04cb99499198f0464fd1b4fde8 used request id req-457e39a6-d450-4e4b-9d4b-e3e46fdaeb4e 2018-09-22 12:43:35,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eca8cdb8dbfb3cc2485c7409f41ca112beb0ad5" 2018-09-22 12:43:35,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-a858bb5e-f8e6-4cd4-9339-2c3ddf110896 Date: Sat, 22 Sep 2018 12:43:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "created_at": "2018-09-22T12:32:04Z", "updated_at": "2018-09-22T12:32:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "0753d813-222c-4b14-b2fa-c3fd0d8e4b98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "a2ac1e9f-c206-4ad0-91c2-a11b18ab31b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "065c9b11-d727-4dbc-9627-c3ca96457402", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "2509f6c0-d532-4003-ade0-4890715eb6b7", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}], "revision_number": 4, "project_id": "1ec2ebec176645f3902e2f639c57bc4a", "id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:24Z", "updated_at": "2018-09-22T12:43:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "c707f954-2a6c-4e43-b073-37c511326aa8", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "a125fd4f-b6cc-4b84-9def-adaf86aa32c0", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "7e83ca33-6cf6-4f9d-9935-e8ddbaae8988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "672692d1-f0a4-464a-8fe2-cede268b0153", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 4, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "name": "default"}]} 2018-09-22 12:43:35,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-a858bb5e-f8e6-4cd4-9339-2c3ddf110896 2018-09-22 12:43:35,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eca8cdb8dbfb3cc2485c7409f41ca112beb0ad5" 2018-09-22 12:43:35,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe24982-adf7-4118-9e89-6137ae59a510 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-22 12:43:35,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a used request id req-cbe24982-adf7-4118-9e89-6137ae59a510 2018-09-22 12:43:35,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eca8cdb8dbfb3cc2485c7409f41ca112beb0ad5" 2018-09-22 12:43:36,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-253a152d-b389-4bea-b16e-ea329433aaaf Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:43:36,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-253a152d-b389-4bea-b16e-ea329433aaaf 2018-09-22 12:43:36,065 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-992d18c9-f942-4a4-name 2018-09-22 12:43:36,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/0d44ff04cb99499198f0464fd1b4fde8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eca8cdb8dbfb3cc2485c7409f41ca112beb0ad5" 2018-09-22 12:43:36,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce35b50c-a488-494b-aaf3-b273a5ea60f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:36,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0d44ff04cb99499198f0464fd1b4fde8 used request id req-ce35b50c-a488-494b-aaf3-b273a5ea60f6 2018-09-22 12:43:36,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eca8cdb8dbfb3cc2485c7409f41ca112beb0ad5" 2018-09-22 12:43:36,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4280bfd-6df5-4f27-87f5-61e899be43d4 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:36,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d4280bfd-6df5-4f27-87f5-61e899be43d4 2018-09-22 12:43:36,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:36,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["mLsied8ATgman3wRreJfwg"], "issued_at": "2018-09-22T12:43:36.000000Z"}} 2018-09-22 12:43:36,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b345bf5cc2e23aca132f5e9c13b1b19004c061c" 2018-09-22 12:43:36,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96c5eeb3-578b-4929-b399-cf91bc2536d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:36,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-96c5eeb3-578b-4929-b399-cf91bc2536d0 2018-09-22 12:43:36,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:36,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:37,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["LXAWmxLEQ967Nf08xH-7mg"], "issued_at": "2018-09-22T12:43:37.000000Z"}} 2018-09-22 12:43:37,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" 2018-09-22 12:43:37,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02464892-702c-4c22-a172-544d0beb1b43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:37,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-02464892-702c-4c22-a172-544d0beb1b43 2018-09-22 12:43:37,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:37,294 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:37,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a067113-4698-441-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" 2018-09-22 12:43:37,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0c35115-dde5-4451-9dbb-417b6fc4beb1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a067113-4698-441-name", "previous": null, "next": null}, "projects": []} 2018-09-22 12:43:37,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a067113-4698-441-name used request id req-b0c35115-dde5-4451-9dbb-417b6fc4beb1 2018-09-22 12:43:37,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" 2018-09-22 12:43:37,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dbde6a5-75f0-4068-9f3c-db48fa9d44f4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:37,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-5dbde6a5-75f0-4068-9f3c-db48fa9d44f4 2018-09-22 12:43:37,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-9a067113-4698-441-name"}}' 2018-09-22 12:43:37,634 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:43:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94dd107d-8154-4f86-abf4-ed404514d82a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/2e95c6705b444e76aea2ce6ddea76182"}, "enabled": true, "id": "2e95c6705b444e76aea2ce6ddea76182", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9a067113-4698-441-name"}} 2018-09-22 12:43:37,634 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-94dd107d-8154-4f86-abf4-ed404514d82a 2018-09-22 12:43:37,634 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-9a067113-4698-441-name 2018-09-22 12:43:37,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:37,642 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:37,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a067113-4698-441-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b345bf5cc2e23aca132f5e9c13b1b19004c061c" 2018-09-22 12:43:37,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df62c9d7-ecab-49d1-b048-1bd843083b6b Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a067113-4698-441-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/2e95c6705b444e76aea2ce6ddea76182"}, "enabled": true, "id": "2e95c6705b444e76aea2ce6ddea76182", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-9a067113-4698-441-name"}]} 2018-09-22 12:43:37,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-9a067113-4698-441-name used request id req-df62c9d7-ecab-49d1-b048-1bd843083b6b 2018-09-22 12:43:37,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b345bf5cc2e23aca132f5e9c13b1b19004c061c" 2018-09-22 12:43:37,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c4cae17-3603-40d8-a039-aa5cc76e560a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:43:37,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-3c4cae17-3603-40d8-a039-aa5cc76e560a 2018-09-22 12:43:37,822 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:43:37,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/2e95c6705b444e76aea2ce6ddea76182 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" -d '{"quota_set": {"metadata_items": 64, "injected_file_content_bytes": 5120, "ram": 25600, "key_pairs": 50, "instances": 5, "injected_files": 3, "cores": 5, "fixed_ips": 100}}' 2018-09-22 12:43:39,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e71057bf-bdf5-4107-8bc8-e9f895dddbfd x-compute-request-id: req-e71057bf-bdf5-4107-8bc8-e9f895dddbfd Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-22 12:43:39,080 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/2e95c6705b444e76aea2ce6ddea76182 used request id req-e71057bf-bdf5-4107-8bc8-e9f895dddbfd 2018-09-22 12:43:39,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/quotas/2e95c6705b444e76aea2ce6ddea76182 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-09-22 12:43:39,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-3dbe7d97-368d-47bf-a327-cf223ae15e10 Date: Sat, 22 Sep 2018 12:43:39 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-09-22 12:43:39,376 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/2e95c6705b444e76aea2ce6ddea76182 used request id req-3dbe7d97-368d-47bf-a327-cf223ae15e10 2018-09-22 12:43:39,377 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:43:39,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/2e95c6705b444e76aea2ce6ddea76182 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" 2018-09-22 12:43:40,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43: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-3c064844-c80e-4b82-9360-66311aef9268 x-compute-request-id: req-3c064844-c80e-4b82-9360-66311aef9268 Content-Encoding: gzip Content-Length: 221 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": "2e95c6705b444e76aea2ce6ddea76182", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-22 12:43:40,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/2e95c6705b444e76aea2ce6ddea76182 used request id req-3c064844-c80e-4b82-9360-66311aef9268 2018-09-22 12:43:40,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/2e95c6705b444e76aea2ce6ddea76182 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" 2018-09-22 12:43:40,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-5020368d-6a62-480d-b727-37a842729681 Date: Sat, 22 Sep 2018 12:43:40 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25, "bgpvpn": -1}} 2018-09-22 12:43:40,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/2e95c6705b444e76aea2ce6ddea76182 used request id req-5020368d-6a62-480d-b727-37a842729681 2018-09-22 12:43:40,812 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:43:40,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/2e95c6705b444e76aea2ce6ddea76182 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b345bf5cc2e23aca132f5e9c13b1b19004c061c" 2018-09-22 12:43:41,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43: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-59ea7d55-b0a3-4942-803d-b84c52cb6ebc x-compute-request-id: req-59ea7d55-b0a3-4942-803d-b84c52cb6ebc Content-Encoding: gzip Content-Length: 221 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": "2e95c6705b444e76aea2ce6ddea76182", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-09-22 12:43:41,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/2e95c6705b444e76aea2ce6ddea76182 used request id req-59ea7d55-b0a3-4942-803d-b84c52cb6ebc 2018-09-22 12:43:41,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/2e95c6705b444e76aea2ce6ddea76182 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b345bf5cc2e23aca132f5e9c13b1b19004c061c" 2018-09-22 12:43:42,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-3b9cd507-1b22-45f0-b035-c3bd45eafbb1 Date: Sat, 22 Sep 2018 12:43:42 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, "bgpvpn": -1}} 2018-09-22 12:43:42,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/2e95c6705b444e76aea2ce6ddea76182 used request id req-3b9cd507-1b22-45f0-b035-c3bd45eafbb1 2018-09-22 12:43:42,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" 2018-09-22 12:43:43,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4847 X-Openstack-Request-Id: req-b29d7fd2-f37f-4954-b1ab-83e2343247cf Date: Sat, 22 Sep 2018 12:43:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "created_at": "2018-09-22T12:32:04Z", "updated_at": "2018-09-22T12:32:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "065c9b11-d727-4dbc-9627-c3ca96457402", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "2509f6c0-d532-4003-ade0-4890715eb6b7", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "0753d813-222c-4b14-b2fa-c3fd0d8e4b98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "a2ac1e9f-c206-4ad0-91c2-a11b18ab31b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}], "revision_number": 4, "project_id": "1ec2ebec176645f3902e2f639c57bc4a", "id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:24Z", "updated_at": "2018-09-22T12:43:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "a125fd4f-b6cc-4b84-9def-adaf86aa32c0", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "7e83ca33-6cf6-4f9d-9935-e8ddbaae8988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "672692d1-f0a4-464a-8fe2-cede268b0153", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "c707f954-2a6c-4e43-b073-37c511326aa8", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 4, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "name": "default"}]} 2018-09-22 12:43:43,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-b29d7fd2-f37f-4954-b1ab-83e2343247cf 2018-09-22 12:43:43,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" 2018-09-22 12:43:43,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bf57c21-85c9-4497-bb6d-b081001a2dbb Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-22 12:43:43,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a used request id req-9bf57c21-85c9-4497-bb6d-b081001a2dbb 2018-09-22 12:43:43,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" 2018-09-22 12:43:43,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69f5ea4e-0642-4d11-ac3e-41d0642b8df9 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:43:43,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-69f5ea4e-0642-4d11-ac3e-41d0642b8df9 2018-09-22 12:43:43,423 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-9a067113-4698-441-name 2018-09-22 12:43:43,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/2e95c6705b444e76aea2ce6ddea76182 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" 2018-09-22 12:43:43,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0eec1f7f-46bd-4807-943d-7cfee39f4e24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:43,603 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/2e95c6705b444e76aea2ce6ddea76182 used request id req-0eec1f7f-46bd-4807-943d-7cfee39f4e24 2018-09-22 12:43:43,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76da9486973c3437f4798ff9159d4890db8bb5ae" 2018-09-22 12:43:43,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e195a3-2e17-4d97-9ad9-b20066548c09 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:43,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-74e195a3-2e17-4d97-9ad9-b20066548c09 2018-09-22 12:43:43,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:44,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["3J9wIVcoSaO_Vxw6D2jdBA"], "issued_at": "2018-09-22T12:43:44.000000Z"}} 2018-09-22 12:43:44,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ed30c1011538325565b233d2f79005de078996" 2018-09-22 12:43:44,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c9be3fc-e058-4b1f-ab44-e38309ca9a4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:44,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3c9be3fc-e058-4b1f-ab44-e38309ca9a4c 2018-09-22 12:43:44,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:44,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:44,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["qc6OWM6mSvyrSgWHbAupiQ"], "issued_at": "2018-09-22T12:43:44.000000Z"}} 2018-09-22 12:43:44,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:44,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12023867-a920-4a5f-b057-ee6c17c74245 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:44,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-12023867-a920-4a5f-b057-ee6c17c74245 2018-09-22 12:43:44,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:44,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:44,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-8b1548f7-fd50-4ea-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:44,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45c683e-8202-4ef1-8012-96133f3e71f0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-8b1548f7-fd50-4ea-name", "previous": null, "next": null}, "projects": []} 2018-09-22 12:43:44,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-8b1548f7-fd50-4ea-name used request id req-e45c683e-8202-4ef1-8012-96133f3e71f0 2018-09-22 12:43:44,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:44,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-733820c7-cf73-4adb-aba4-707b5ccf62d8 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:44,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-733820c7-cf73-4adb-aba4-707b5ccf62d8 2018-09-22 12:43:44,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name"}}' 2018-09-22 12:43:45,008 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:43:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bc5e5f9-0111-4140-8744-73f56053c0fd Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1"}, "enabled": true, "id": "ca0f6fc8296649938f8da577f0a5b9c1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name"}} 2018-09-22 12:43:45,009 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0bc5e5f9-0111-4140-8744-73f56053c0fd 2018-09-22 12:43:45,009 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-8b1548f7-fd50-4ea-name 2018-09-22 12:43:45,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:45,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:45,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["dKfRzzCySHmKeBPBCrd3ZA"], "issued_at": "2018-09-22T12:43:45.000000Z"}} 2018-09-22 12:43:45,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39127bafa8fa7bd50beeb0a1313fee015c6730f" 2018-09-22 12:43:45,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-553f7768-5333-4114-8f36-8cb7d2efabd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:45,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-553f7768-5333-4114-8f36-8cb7d2efabd1 2018-09-22 12:43:45,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:45,479 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:45,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39127bafa8fa7bd50beeb0a1313fee015c6730f" 2018-09-22 12:43:45,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aee0d47-d204-4f96-be32-4f4884a3fd41 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:43:45,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5aee0d47-d204-4f96-be32-4f4884a3fd41 2018-09-22 12:43:45,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39127bafa8fa7bd50beeb0a1313fee015c6730f" 2018-09-22 12:43:45,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d09f785-a50d-4d55-83be-4054a10f5233 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:45,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-5d09f785-a50d-4d55-83be-4054a10f5233 2018-09-22 12:43:46,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39127bafa8fa7bd50beeb0a1313fee015c6730f" 2018-09-22 12:43:46,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41b06efc-85f4-4e72-a92a-177f8d2ab1dc Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:46,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-41b06efc-85f4-4e72-a92a-177f8d2ab1dc 2018-09-22 12:43:46,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-8b1548f7-fd50-4ea-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39127bafa8fa7bd50beeb0a1313fee015c6730f" 2018-09-22 12:43:46,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fce39529-ca73-437e-8fd9-dacbadcb68d3 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-8b1548f7-fd50-4ea-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1"}, "enabled": true, "id": "ca0f6fc8296649938f8da577f0a5b9c1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name"}]} 2018-09-22 12:43:46,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-8b1548f7-fd50-4ea-name used request id req-fce39529-ca73-437e-8fd9-dacbadcb68d3 2018-09-22 12:43:46,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/97744b3eb2f34808ac40b0a4da22c122 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39127bafa8fa7bd50beeb0a1313fee015c6730f" 2018-09-22 12:43:46,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0323d76-c220-4ada-bca3-17b5462601ae Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/97744b3eb2f34808ac40b0a4da22c122"}, "enabled": true, "id": "97744b3eb2f34808ac40b0a4da22c122", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-user"}} 2018-09-22 12:43:46,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/97744b3eb2f34808ac40b0a4da22c122 used request id req-d0323d76-c220-4ada-bca3-17b5462601ae 2018-09-22 12:43:46,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1/users/97744b3eb2f34808ac40b0a4da22c122/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39127bafa8fa7bd50beeb0a1313fee015c6730f" 2018-09-22 12:43:46,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa6596c-1a21-4b06-98ad-49cded5271ca Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1/users/97744b3eb2f34808ac40b0a4da22c122/roles", "previous": null, "next": null}, "roles": []} 2018-09-22 12:43:46,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1/users/97744b3eb2f34808ac40b0a4da22c122/roles used request id req-9fa6596c-1a21-4b06-98ad-49cded5271ca 2018-09-22 12:43:46,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39127bafa8fa7bd50beeb0a1313fee015c6730f" 2018-09-22 12:43:46,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e8391e1-a85f-4cb8-bd82-6e913567786c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "domain_id": null, "name": "admin", "id": "ca3ab2b28a5649949bebc9ea13b61020"}} 2018-09-22 12:43:46,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-5e8391e1-a85f-4cb8-bd82-6e913567786c 2018-09-22 12:43:46,488 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-8b1548f7-fd50-4ea-name 2018-09-22 12:43:46,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1/users/97744b3eb2f34808ac40b0a4da22c122/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39127bafa8fa7bd50beeb0a1313fee015c6730f" 2018-09-22 12:43:46,627 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0364e7df-a438-4158-9d52-1aa9910ba0ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:46,627 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1/users/97744b3eb2f34808ac40b0a4da22c122/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-0364e7df-a438-4158-9d52-1aa9910ba0ef 2018-09-22 12:43:46,628 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-8b1548f7-fd50-4ea-user 2018-09-22 12:43:46,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:46,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c382bf1d-412a-491c-bff2-cd56d02d887f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:46,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c382bf1d-412a-491c-bff2-cd56d02d887f 2018-09-22 12:43:46,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" -d '{"role": {"name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name-role"}}' 2018-09-22 12:43:46,857 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:43:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8aebae80-ddd6-414b-ba98-f28d2e63e3ee Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cb416083155e485d8f0379b369041b05", "links": {"self": "http://172.30.9.23:5000/v3/roles/cb416083155e485d8f0379b369041b05"}, "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name-role"}} 2018-09-22 12:43:46,857 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-8aebae80-ddd6-414b-ba98-f28d2e63e3ee 2018-09-22 12:43:46,857 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-8b1548f7-fd50-4ea-name-role 2018-09-22 12:43:46,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/cb416083155e485d8f0379b369041b05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:46,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9847bff-397d-4296-a3ea-3f8630ba8bf2 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/cb416083155e485d8f0379b369041b05"}, "domain_id": null, "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name-role", "id": "cb416083155e485d8f0379b369041b05"}} 2018-09-22 12:43:46,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/cb416083155e485d8f0379b369041b05 used request id req-f9847bff-397d-4296-a3ea-3f8630ba8bf2 2018-09-22 12:43:46,949 - keystone_utils - INFO - Granting role CreateProjectUserTests-8b1548f7-fd50-4ea-name-role to project CreateProjectUserTests-8b1548f7-fd50-4ea-name 2018-09-22 12:43:46,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1/users/97744b3eb2f34808ac40b0a4da22c122/roles/cb416083155e485d8f0379b369041b05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:47,064 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e56c3bbb-ae1d-44a1-8fa5-a25e746bab94 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:47,064 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1/users/97744b3eb2f34808ac40b0a4da22c122/roles/cb416083155e485d8f0379b369041b05 used request id req-e56c3bbb-ae1d-44a1-8fa5-a25e746bab94 2018-09-22 12:43:47,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:47,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:47,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cb416083155e485d8f0379b369041b05", "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name-role"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ca0f6fc8296649938f8da577f0a5b9c1", "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/ca0f6fc8296649938f8da577f0a5b9c1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-user", "id": "97744b3eb2f34808ac40b0a4da22c122"}, "audit_ids": ["lxzV19KQSVSc59A2RIl8Ig"], "issued_at": "2018-09-22T12:43:47.000000Z"}} 2018-09-22 12:43:47,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:47,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48a8f79d-46d1-4135-aa7d-8122a22a6c86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:47,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-48a8f79d-46d1-4135-aa7d-8122a22a6c86 2018-09-22 12:43:47,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-8b1548f7-fd50-4ea-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:48,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a7612b34-9833-48bd-8385-6021ce9529ef Date: Sat, 22 Sep 2018 12:43:48 GMT RESP BODY: {"security_groups": []} 2018-09-22 12:43:48,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-8b1548f7-fd50-4ea-name&description=hello+group used request id req-a7612b34-9833-48bd-8385-6021ce9529ef 2018-09-22 12:43:48,545 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-8b1548f7-fd50-4ea-name... 2018-09-22 12:43:48,545 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-8b1548f7-fd50-4ea-name 2018-09-22 12:43:48,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" -d '{"security_group": {"name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name", "description": "hello group"}}' 2018-09-22 12:43:49,124 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-2c6b31cc-469b-491e-ad61-aa1fc10f8558 Date: Sat, 22 Sep 2018 12:43:49 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:48Z", "updated_at": "2018-09-22T12:43:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "revision_number": 0, "id": "03c56dc9-87a4-47a5-beeb-1d9d187ac154", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "revision_number": 0, "id": "a7719f01-64de-47a4-ab4a-a86540e7e58d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}], "revision_number": 2, "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name"}} 2018-09-22 12:43:49,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-2c6b31cc-469b-491e-ad61-aa1fc10f8558 2018-09-22 12:43:49,125 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d49d66d5-6150-4e97-bf1f-7620c2e0d3ba 2018-09-22 12:43:49,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:49,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a0f4be46-3b99-487c-b908-1850f39280ed Date: Sat, 22 Sep 2018 12:43:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:49Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "03c56dc9-87a4-47a5-beeb-1d9d187ac154"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:49Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "a7719f01-64de-47a4-ab4a-a86540e7e58d"}]} 2018-09-22 12:43:49,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba used request id req-a0f4be46-3b99-487c-b908-1850f39280ed 2018-09-22 12:43:49,313 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d49d66d5-6150-4e97-bf1f-7620c2e0d3ba 2018-09-22 12:43:49,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:50,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1f1a35f2-5ad4-4199-9b4f-4214cece4715 Date: Sat, 22 Sep 2018 12:43:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:49Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "03c56dc9-87a4-47a5-beeb-1d9d187ac154"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:49Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "a7719f01-64de-47a4-ab4a-a86540e7e58d"}]} 2018-09-22 12:43:50,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba used request id req-1f1a35f2-5ad4-4199-9b4f-4214cece4715 2018-09-22 12:43:50,106 - neutron_utils - INFO - Retrieving security group with ID - d49d66d5-6150-4e97-bf1f-7620c2e0d3ba 2018-09-22 12:43:50,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:50,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6e1defa7-f567-4f1e-8b82-70d1639af4c4 Date: Sat, 22 Sep 2018 12:43:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:48Z", "updated_at": "2018-09-22T12:43:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "revision_number": 0, "id": "03c56dc9-87a4-47a5-beeb-1d9d187ac154", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "revision_number": 0, "id": "a7719f01-64de-47a4-ab4a-a86540e7e58d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}], "revision_number": 2, "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name"}]} 2018-09-22 12:43:50,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba used request id req-6e1defa7-f567-4f1e-8b82-70d1639af4c4 2018-09-22 12:43:50,941 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d49d66d5-6150-4e97-bf1f-7620c2e0d3ba 2018-09-22 12:43:50,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:51,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b5d71147-e892-4616-b564-f8edb24ed5c9 Date: Sat, 22 Sep 2018 12:43:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:49Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "03c56dc9-87a4-47a5-beeb-1d9d187ac154"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:49Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "a7719f01-64de-47a4-ab4a-a86540e7e58d"}]} 2018-09-22 12:43:51,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba used request id req-b5d71147-e892-4616-b564-f8edb24ed5c9 2018-09-22 12:43:51,660 - neutron_utils - INFO - Retrieving security group with ID - d49d66d5-6150-4e97-bf1f-7620c2e0d3ba 2018-09-22 12:43:51,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:51,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-dae766d5-8f1e-48b9-8eba-6080a8d7be4c Date: Sat, 22 Sep 2018 12:43:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:48Z", "updated_at": "2018-09-22T12:43:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "revision_number": 0, "id": "03c56dc9-87a4-47a5-beeb-1d9d187ac154", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "revision_number": 0, "id": "a7719f01-64de-47a4-ab4a-a86540e7e58d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}], "revision_number": 2, "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name"}]} 2018-09-22 12:43:51,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba used request id req-dae766d5-8f1e-48b9-8eba-6080a8d7be4c 2018-09-22 12:43:51,851 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d49d66d5-6150-4e97-bf1f-7620c2e0d3ba 2018-09-22 12:43:51,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:52,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d78934ba-e609-45bd-b815-f67fffa805af Date: Sat, 22 Sep 2018 12:43:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:49Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "03c56dc9-87a4-47a5-beeb-1d9d187ac154"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:49Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "a7719f01-64de-47a4-ab4a-a86540e7e58d"}]} 2018-09-22 12:43:52,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba used request id req-d78934ba-e609-45bd-b815-f67fffa805af 2018-09-22 12:43:52,086 - neutron_utils - INFO - Retrieving security group with ID - d49d66d5-6150-4e97-bf1f-7620c2e0d3ba 2018-09-22 12:43:52,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:52,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1707b6cf-2f76-4b21-b06f-e792a4bf0a1f Date: Sat, 22 Sep 2018 12:43:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:48Z", "updated_at": "2018-09-22T12:43:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "revision_number": 0, "id": "03c56dc9-87a4-47a5-beeb-1d9d187ac154", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "revision_number": 0, "id": "a7719f01-64de-47a4-ab4a-a86540e7e58d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}], "revision_number": 2, "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name"}]} 2018-09-22 12:43:52,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba used request id req-1707b6cf-2f76-4b21-b06f-e792a4bf0a1f 2018-09-22 12:43:52,265 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d49d66d5-6150-4e97-bf1f-7620c2e0d3ba 2018-09-22 12:43:52,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:52,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ce695748-6210-4602-ae14-f5d02ad55b65 Date: Sat, 22 Sep 2018 12:43:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:49Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "03c56dc9-87a4-47a5-beeb-1d9d187ac154"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:49Z", "security_group_id": "d49d66d5-6150-4e97-bf1f-7620c2e0d3ba", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:49Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "a7719f01-64de-47a4-ab4a-a86540e7e58d"}]} 2018-09-22 12:43:52,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d49d66d5-6150-4e97-bf1f-7620c2e0d3ba used request id req-ce695748-6210-4602-ae14-f5d02ad55b65 2018-09-22 12:43:52,996 - neutron_utils - INFO - Deleting security group rule with ID - 03c56dc9-87a4-47a5-beeb-1d9d187ac154 2018-09-22 12:43:53,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/03c56dc9-87a4-47a5-beeb-1d9d187ac154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:53,366 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8833f7a9-4718-42f8-a9ed-48496f41e4ff Content-Length: 0 Date: Sat, 22 Sep 2018 12:43:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:43:53,366 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/03c56dc9-87a4-47a5-beeb-1d9d187ac154 used request id req-8833f7a9-4718-42f8-a9ed-48496f41e4ff 2018-09-22 12:43:53,366 - neutron_utils - INFO - Deleting security group rule with ID - a7719f01-64de-47a4-ab4a-a86540e7e58d 2018-09-22 12:43:53,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/a7719f01-64de-47a4-ab4a-a86540e7e58d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:53,535 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c06a0349-c7b1-42df-bb9c-4891de005b68 Content-Length: 0 Date: Sat, 22 Sep 2018 12:43:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:43:53,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/a7719f01-64de-47a4-ab4a-a86540e7e58d used request id req-c06a0349-c7b1-42df-bb9c-4891de005b68 2018-09-22 12:43:53,535 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-8b1548f7-fd50-4ea-name 2018-09-22 12:43:53,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/d49d66d5-6150-4e97-bf1f-7620c2e0d3ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04735ec12714971f10dfc147630b82b9cd294b17" 2018-09-22 12:43:54,510 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-964aa64e-a475-4b88-b5f4-3314f41679c0 Content-Length: 0 Date: Sat, 22 Sep 2018 12:43:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:43:54,510 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/d49d66d5-6150-4e97-bf1f-7620c2e0d3ba used request id req-964aa64e-a475-4b88-b5f4-3314f41679c0 2018-09-22 12:43:54,511 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-8b1548f7-fd50-4ea-user 2018-09-22 12:43:54,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/97744b3eb2f34808ac40b0a4da22c122 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b39127bafa8fa7bd50beeb0a1313fee015c6730f" 2018-09-22 12:43:54,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64d57f09-4ea6-4354-89b1-97ef7d17b66c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:54,724 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/97744b3eb2f34808ac40b0a4da22c122 used request id req-64d57f09-4ea6-4354-89b1-97ef7d17b66c 2018-09-22 12:43:54,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:55,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-3b3a667c-fe2b-4577-b91f-16c2c8146370 Date: Sat, 22 Sep 2018 12:43:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "created_at": "2018-09-22T12:32:04Z", "updated_at": "2018-09-22T12:32:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "065c9b11-d727-4dbc-9627-c3ca96457402", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "0753d813-222c-4b14-b2fa-c3fd0d8e4b98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "2509f6c0-d532-4003-ade0-4890715eb6b7", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "a2ac1e9f-c206-4ad0-91c2-a11b18ab31b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}], "revision_number": 4, "project_id": "1ec2ebec176645f3902e2f639c57bc4a", "id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:24Z", "updated_at": "2018-09-22T12:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "672692d1-f0a4-464a-8fe2-cede268b0153", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "7e83ca33-6cf6-4f9d-9935-e8ddbaae8988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "a125fd4f-b6cc-4b84-9def-adaf86aa32c0", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "c707f954-2a6c-4e43-b073-37c511326aa8", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 4, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:48Z", "updated_at": "2018-09-22T12:43:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:48Z", "revision_number": 0, "id": "016f7c9f-850a-4add-bf36-9962f1fee3ac", "remote_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:48Z", "security_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:48Z", "revision_number": 0, "id": "0e98f2ae-ceb3-4111-a9f3-3dfce015049e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:48Z", "security_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv4", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:48Z", "revision_number": 0, "id": "1612ecd0-be78-4277-9fad-8fd707bacf68", "remote_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:48Z", "security_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:48Z", "revision_number": 0, "id": "eb58cfbb-f4e2-4465-a592-aa334a04266a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:48Z", "security_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "port_range_min": null, "ethertype": "IPv6", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1"}], "revision_number": 4, "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "name": "default"}]} 2018-09-22 12:43:55,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-3b3a667c-fe2b-4577-b91f-16c2c8146370 2018-09-22 12:43:55,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:55,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d7d2014-472d-4be7-a43e-9ee6e93fb7ff Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-22 12:43:55,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a used request id req-3d7d2014-472d-4be7-a43e-9ee6e93fb7ff 2018-09-22 12:43:55,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:55,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5c2965-4c68-43b8-9637-0c401506176b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:43:55,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-bc5c2965-4c68-43b8-9637-0c401506176b 2018-09-22 12:43:55,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:55,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1c84c9b-8a4d-489c-9f60-27bf4f2b1e27 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1"}, "enabled": true, "id": "ca0f6fc8296649938f8da577f0a5b9c1", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-8b1548f7-fd50-4ea-name"}} 2018-09-22 12:43:55,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1 used request id req-f1c84c9b-8a4d-489c-9f60-27bf4f2b1e27 2018-09-22 12:43:55,319 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6939e8c2-846f-4374-a520-5ca72ca0b975 2018-09-22 12:43:55,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=6939e8c2-846f-4374-a520-5ca72ca0b975 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:55,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5b97c82e-7617-44cf-a941-4690b1f37f06 Date: Sat, 22 Sep 2018 12:43:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:48Z", "security_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:48Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "016f7c9f-850a-4add-bf36-9962f1fee3ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:48Z", "security_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:48Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "0e98f2ae-ceb3-4111-a9f3-3dfce015049e"}, {"remote_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:48Z", "security_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:48Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "1612ecd0-be78-4277-9fad-8fd707bacf68"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:43:48Z", "security_group_id": "6939e8c2-846f-4374-a520-5ca72ca0b975", "port_range_min": null, "revision_number": 0, "tenant_id": "ca0f6fc8296649938f8da577f0a5b9c1", "created_at": "2018-09-22T12:43:48Z", "project_id": "ca0f6fc8296649938f8da577f0a5b9c1", "id": "eb58cfbb-f4e2-4465-a592-aa334a04266a"}]} 2018-09-22 12:43:55,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=6939e8c2-846f-4374-a520-5ca72ca0b975 used request id req-5b97c82e-7617-44cf-a941-4690b1f37f06 2018-09-22 12:43:55,499 - neutron_utils - INFO - Deleting security group with name - default 2018-09-22 12:43:55,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/6939e8c2-846f-4374-a520-5ca72ca0b975 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:56,524 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8aef11ef-2ef5-4ab4-a799-f1344be6d2bd Content-Length: 0 Date: Sat, 22 Sep 2018 12:43:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:43:56,524 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/6939e8c2-846f-4374-a520-5ca72ca0b975 used request id req-8aef11ef-2ef5-4ab4-a799-f1344be6d2bd 2018-09-22 12:43:56,525 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-8b1548f7-fd50-4ea-name 2018-09-22 12:43:56,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:56,712 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7c1ef7b-9385-46eb-a75c-a204480119ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:56,712 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/ca0f6fc8296649938f8da577f0a5b9c1 used request id req-d7c1ef7b-9385-46eb-a75c-a204480119ad 2018-09-22 12:43:56,712 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-8b1548f7-fd50-4ea-name-role 2018-09-22 12:43:56,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/cb416083155e485d8f0379b369041b05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:56,822 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed058ced-1871-4999-926a-83aeeb5caf57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:56,822 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/cb416083155e485d8f0379b369041b05 used request id req-ed058ced-1871-4999-926a-83aeeb5caf57 2018-09-22 12:43:56,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a141cd4a4723128e8930e83bd125aa0c4418a11b" 2018-09-22 12:43:56,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec557000-a40a-43e6-a736-cdfc6052fbe3 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:56,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ec557000-a40a-43e6-a736-cdfc6052fbe3 2018-09-22 12:43:56,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:57,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["4jTydl-tSdqboEi6TrnIqA"], "issued_at": "2018-09-22T12:43:57.000000Z"}} 2018-09-22 12:43:57,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf58ca3ca6ed0df089c222705f84cccebbe1a33" 2018-09-22 12:43:57,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fde69f2c-bc08-4298-a6ac-0b4918271052 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:57,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fde69f2c-bc08-4298-a6ac-0b4918271052 2018-09-22 12:43:57,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:57,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:57,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["QPWIo64SShekFrL-Q99FIw"], "issued_at": "2018-09-22T12:43:57.000000Z"}} 2018-09-22 12:43:57,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:43:57,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8614618d-8e13-46f0-af40-8cef4b6d5c87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:57,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8614618d-8e13-46f0-af40-8cef4b6d5c87 2018-09-22 12:43:57,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:57,827 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:57,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-7b5c5a72-a0e4-497-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:43:57,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-134e3f95-3899-41fa-be99-7b6bcaefa1f4 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-7b5c5a72-a0e4-497-name", "previous": null, "next": null}, "projects": []} 2018-09-22 12:43:57,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-7b5c5a72-a0e4-497-name used request id req-134e3f95-3899-41fa-be99-7b6bcaefa1f4 2018-09-22 12:43:57,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:43:58,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aa41625-f897-4ee8-a916-50339ec78252 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:58,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-4aa41625-f897-4ee8-a916-50339ec78252 2018-09-22 12:43:58,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}}' 2018-09-22 12:43:58,122 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:43:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7ab8073-807e-4b31-8cae-5f7cf2db5abe Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537"}, "enabled": true, "id": "d33d6c5632e746a6983c0e887eb77537", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}} 2018-09-22 12:43:58,122 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b7ab8073-807e-4b31-8cae-5f7cf2db5abe 2018-09-22 12:43:58,122 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-7b5c5a72-a0e4-497-name 2018-09-22 12:43:58,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:43:58,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:43:58,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:43:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["WvGaZ6atQY-nwWM7iJ70WQ"], "issued_at": "2018-09-22T12:43:58.000000Z"}} 2018-09-22 12:43:58,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ce823f93052eccfc65e68aace1cbfba1bc09f2" 2018-09-22 12:43:58,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc9867ce-11ee-45dc-90c8-69398ceef243 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:43:58,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bc9867ce-11ee-45dc-90c8-69398ceef243 2018-09-22 12:43:58,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:43:58,618 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:43:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:43:58,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ce823f93052eccfc65e68aace1cbfba1bc09f2" 2018-09-22 12:43:58,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bfdeb7c-b889-4426-8072-2155fa7df3ca Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:43:58,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8bfdeb7c-b889-4426-8072-2155fa7df3ca 2018-09-22 12:43:58,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ce823f93052eccfc65e68aace1cbfba1bc09f2" 2018-09-22 12:43:58,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0de043c1-57c0-438c-b23b-be6aa7dbde6d Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:43:58,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0de043c1-57c0-438c-b23b-be6aa7dbde6d 2018-09-22 12:43:59,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ce823f93052eccfc65e68aace1cbfba1bc09f2" 2018-09-22 12:43:59,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-175e4356-2c6c-4122-9991-9b1461995a26 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:59,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-175e4356-2c6c-4122-9991-9b1461995a26 2018-09-22 12:43:59,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-7b5c5a72-a0e4-497-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ce823f93052eccfc65e68aace1cbfba1bc09f2" 2018-09-22 12:43:59,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed6265e-98ca-41c1-bea2-89c6d5dde708 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-7b5c5a72-a0e4-497-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537"}, "enabled": true, "id": "d33d6c5632e746a6983c0e887eb77537", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}]} 2018-09-22 12:43:59,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-7b5c5a72-a0e4-497-name used request id req-2ed6265e-98ca-41c1-bea2-89c6d5dde708 2018-09-22 12:43:59,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/6ba57df12fda429288fad3582731d717 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ce823f93052eccfc65e68aace1cbfba1bc09f2" 2018-09-22 12:43:59,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79222fb2-9921-4617-b563-631905c5bccb Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/6ba57df12fda429288fad3582731d717"}, "enabled": true, "id": "6ba57df12fda429288fad3582731d717", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-user1"}} 2018-09-22 12:43:59,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/6ba57df12fda429288fad3582731d717 used request id req-79222fb2-9921-4617-b563-631905c5bccb 2018-09-22 12:43:59,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/6ba57df12fda429288fad3582731d717/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ce823f93052eccfc65e68aace1cbfba1bc09f2" 2018-09-22 12:43:59,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a2c052a-eef3-4192-bf89-244c91e204b0 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/6ba57df12fda429288fad3582731d717/roles", "previous": null, "next": null}, "roles": []} 2018-09-22 12:43:59,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/6ba57df12fda429288fad3582731d717/roles used request id req-3a2c052a-eef3-4192-bf89-244c91e204b0 2018-09-22 12:43:59,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ce823f93052eccfc65e68aace1cbfba1bc09f2" 2018-09-22 12:43:59,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31240082-9331-4dbd-b7dd-235d9c9de1da Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "domain_id": null, "name": "admin", "id": "ca3ab2b28a5649949bebc9ea13b61020"}} 2018-09-22 12:43:59,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-31240082-9331-4dbd-b7dd-235d9c9de1da 2018-09-22 12:43:59,745 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-7b5c5a72-a0e4-497-name 2018-09-22 12:43:59,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/6ba57df12fda429288fad3582731d717/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ce823f93052eccfc65e68aace1cbfba1bc09f2" 2018-09-22 12:43:59,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:43:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6d68103-e50e-446b-8888-df653e992226 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:43:59,873 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/6ba57df12fda429288fad3582731d717/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-c6d68103-e50e-446b-8888-df653e992226 2018-09-22 12:43:59,873 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-7b5c5a72-a0e4-497-user1 2018-09-22 12:43:59,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:43:59,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:43:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43f15030-a9e8-4441-9e16-aeb1bf66a730 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:43:59,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-43f15030-a9e8-4441-9e16-aeb1bf66a730 2018-09-22 12:43:59,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" -d '{"role": {"name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name-role"}}' 2018-09-22 12:44:00,042 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:43:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a13eb6c8-cfca-4a7d-8d18-6f57b64c67e2 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "24d3c8b011f04634b7bd693ce0fd28ce", "links": {"self": "http://172.30.9.23:5000/v3/roles/24d3c8b011f04634b7bd693ce0fd28ce"}, "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name-role"}} 2018-09-22 12:44:00,042 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-a13eb6c8-cfca-4a7d-8d18-6f57b64c67e2 2018-09-22 12:44:00,043 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-7b5c5a72-a0e4-497-name-role 2018-09-22 12:44:00,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/24d3c8b011f04634b7bd693ce0fd28ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:00,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2233bf4f-251d-4112-960d-27d7caa75d52 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/24d3c8b011f04634b7bd693ce0fd28ce"}, "domain_id": null, "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name-role", "id": "24d3c8b011f04634b7bd693ce0fd28ce"}} 2018-09-22 12:44:00,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/24d3c8b011f04634b7bd693ce0fd28ce used request id req-2233bf4f-251d-4112-960d-27d7caa75d52 2018-09-22 12:44:00,140 - keystone_utils - INFO - Granting role CreateProjectUserTests-7b5c5a72-a0e4-497-name-role to project CreateProjectUserTests-7b5c5a72-a0e4-497-name 2018-09-22 12:44:00,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/6ba57df12fda429288fad3582731d717/roles/24d3c8b011f04634b7bd693ce0fd28ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:00,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:44:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dad466ef-2d7a-4fab-af17-234e4e34c280 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:44:00,255 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/6ba57df12fda429288fad3582731d717/roles/24d3c8b011f04634b7bd693ce0fd28ce used request id req-dad466ef-2d7a-4fab-af17-234e4e34c280 2018-09-22 12:44:00,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:44:00,256 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:00,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["7d_0_4s6RumckJ1vWVa2sw"], "issued_at": "2018-09-22T12:44:00.000000Z"}} 2018-09-22 12:44:00,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25e196de7bd283a29e6250d4256462870dfa640a" 2018-09-22 12:44:00,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fa3d3fa-0a7b-4918-97cc-02340d89e131 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:00,800 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3fa3d3fa-0a7b-4918-97cc-02340d89e131 2018-09-22 12:44:00,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:44:00,810 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:44:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:44:00,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25e196de7bd283a29e6250d4256462870dfa640a" 2018-09-22 12:44:00,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ab8451e-0af2-4d6c-a9c3-e79646d77013 Content-Encoding: gzip Content-Length: 912 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-user1", "links": {"self": "http://172.30.9.23:5000/v3/users/6ba57df12fda429288fad3582731d717"}, "domain_id": "default", "enabled": true, "id": "6ba57df12fda429288fad3582731d717", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:44:00,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-7ab8451e-0af2-4d6c-a9c3-e79646d77013 2018-09-22 12:44:00,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25e196de7bd283a29e6250d4256462870dfa640a" 2018-09-22 12:44:00,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31bbb524-0b7c-4afd-9d08-32b41548e325 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-09-22 12:44:00,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-31bbb524-0b7c-4afd-9d08-32b41548e325 2018-09-22 12:44:01,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25e196de7bd283a29e6250d4256462870dfa640a" 2018-09-22 12:44:01,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d08d908-4d37-4acd-b75b-2d830cb8abd4 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "24d3c8b011f04634b7bd693ce0fd28ce", "links": {"self": "http://172.30.9.23:5000/v3/roles/24d3c8b011f04634b7bd693ce0fd28ce"}, "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name-role"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:44:01,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1d08d908-4d37-4acd-b75b-2d830cb8abd4 2018-09-22 12:44:01,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-7b5c5a72-a0e4-497-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25e196de7bd283a29e6250d4256462870dfa640a" 2018-09-22 12:44:01,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-931643a5-1448-4968-955c-9e1b45c6e415 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-7b5c5a72-a0e4-497-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537"}, "enabled": true, "id": "d33d6c5632e746a6983c0e887eb77537", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}]} 2018-09-22 12:44:01,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-7b5c5a72-a0e4-497-name used request id req-931643a5-1448-4968-955c-9e1b45c6e415 2018-09-22 12:44:01,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/2a4a5e669ab646b085040178044c353c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25e196de7bd283a29e6250d4256462870dfa640a" 2018-09-22 12:44:01,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b973d20f-2342-4e39-8d39-0f3c54811ac9 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/2a4a5e669ab646b085040178044c353c"}, "enabled": true, "id": "2a4a5e669ab646b085040178044c353c", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-user2"}} 2018-09-22 12:44:01,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/2a4a5e669ab646b085040178044c353c used request id req-b973d20f-2342-4e39-8d39-0f3c54811ac9 2018-09-22 12:44:01,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/2a4a5e669ab646b085040178044c353c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25e196de7bd283a29e6250d4256462870dfa640a" 2018-09-22 12:44:01,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1f1564-7cd2-486c-9548-39671fade6f5 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/2a4a5e669ab646b085040178044c353c/roles", "previous": null, "next": null}, "roles": []} 2018-09-22 12:44:01,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/2a4a5e669ab646b085040178044c353c/roles used request id req-1d1f1564-7cd2-486c-9548-39671fade6f5 2018-09-22 12:44:01,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25e196de7bd283a29e6250d4256462870dfa640a" 2018-09-22 12:44:01,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49830d55-d385-4581-a491-96417fb2c103 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "domain_id": null, "name": "admin", "id": "ca3ab2b28a5649949bebc9ea13b61020"}} 2018-09-22 12:44:01,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-49830d55-d385-4581-a491-96417fb2c103 2018-09-22 12:44:01,752 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-7b5c5a72-a0e4-497-name 2018-09-22 12:44:01,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/2a4a5e669ab646b085040178044c353c/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25e196de7bd283a29e6250d4256462870dfa640a" 2018-09-22 12:44:01,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:44:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34b3f7e8-56b1-4dac-9673-db4dd5490b9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:44:01,879 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/2a4a5e669ab646b085040178044c353c/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-34b3f7e8-56b1-4dac-9673-db4dd5490b9e 2018-09-22 12:44:01,879 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-7b5c5a72-a0e4-497-user2 2018-09-22 12:44:01,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/24d3c8b011f04634b7bd693ce0fd28ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:01,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02318d7d-b4fd-411d-842c-821bdcb8fe29 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/24d3c8b011f04634b7bd693ce0fd28ce"}, "domain_id": null, "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name-role", "id": "24d3c8b011f04634b7bd693ce0fd28ce"}} 2018-09-22 12:44:01,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/24d3c8b011f04634b7bd693ce0fd28ce used request id req-02318d7d-b4fd-411d-842c-821bdcb8fe29 2018-09-22 12:44:01,900 - keystone_utils - INFO - Granting role CreateProjectUserTests-7b5c5a72-a0e4-497-name-role to project CreateProjectUserTests-7b5c5a72-a0e4-497-name 2018-09-22 12:44:01,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/2a4a5e669ab646b085040178044c353c/roles/24d3c8b011f04634b7bd693ce0fd28ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:02,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:44:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ea0e01e-d3f3-4889-b398-df0e6d6f04a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:44:02,028 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537/users/2a4a5e669ab646b085040178044c353c/roles/24d3c8b011f04634b7bd693ce0fd28ce used request id req-2ea0e01e-d3f3-4889-b398-df0e6d6f04a6 2018-09-22 12:44:02,029 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:44:02,030 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:02,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24d3c8b011f04634b7bd693ce0fd28ce", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name-role"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d33d6c5632e746a6983c0e887eb77537", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/d33d6c5632e746a6983c0e887eb77537", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/d33d6c5632e746a6983c0e887eb77537", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/d33d6c5632e746a6983c0e887eb77537", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/d33d6c5632e746a6983c0e887eb77537", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/d33d6c5632e746a6983c0e887eb77537", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/d33d6c5632e746a6983c0e887eb77537", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-user1", "id": "6ba57df12fda429288fad3582731d717"}, "audit_ids": ["H0W0s_BnSDyIxV9ooD8k6A"], "issued_at": "2018-09-22T12:44:02.000000Z"}} 2018-09-22 12:44:02,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:02,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b82dcff-005b-489f-b9c1-f21e06bbd599 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:02,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6b82dcff-005b-489f-b9c1-f21e06bbd599 2018-09-22 12:44:02,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-7b5c5a72-a0e4-497-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:03,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ea43c98d-0d4d-4c05-b8d3-d71cae0d9cee Date: Sat, 22 Sep 2018 12:44:03 GMT RESP BODY: {"security_groups": []} 2018-09-22 12:44:03,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-7b5c5a72-a0e4-497-name&description=hello+group used request id req-ea43c98d-0d4d-4c05-b8d3-d71cae0d9cee 2018-09-22 12:44:03,453 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-7b5c5a72-a0e4-497-name... 2018-09-22 12:44:03,453 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-7b5c5a72-a0e4-497-name 2018-09-22 12:44:03,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" -d '{"security_group": {"name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name", "description": "hello group"}}' 2018-09-22 12:44:04,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-b5b45be9-201a-4717-9d39-57b0ee5a37b1 Date: Sat, 22 Sep 2018 12:44:04 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "updated_at": "2018-09-22T12:44:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv6", "project_id": "d33d6c5632e746a6983c0e887eb77537"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "660848b6-caf5-4839-8d95-1c08f917ea81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv4", "project_id": "d33d6c5632e746a6983c0e887eb77537"}], "revision_number": 2, "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}} 2018-09-22 12:44:04,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-b5b45be9-201a-4717-9d39-57b0ee5a37b1 2018-09-22 12:44:04,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:04,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:04,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-59fdf046-99d1-4b09-a7e6-cdc962a851b7 Date: Sat, 22 Sep 2018 12:44: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-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "660848b6-caf5-4839-8d95-1c08f917ea81"}]} 2018-09-22 12:44:04,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-59fdf046-99d1-4b09-a7e6-cdc962a851b7 2018-09-22 12:44:04,773 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:04,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:04,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0ff98e50-fd4e-4dd7-827e-e1ad5c684fcb Date: Sat, 22 Sep 2018 12:44: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-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "660848b6-caf5-4839-8d95-1c08f917ea81"}]} 2018-09-22 12:44:04,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-0ff98e50-fd4e-4dd7-827e-e1ad5c684fcb 2018-09-22 12:44:04,951 - neutron_utils - INFO - Retrieving security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:04,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:05,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-9f3eef38-e5a2-4e07-bdea-1bf4f95b24b7 Date: Sat, 22 Sep 2018 12:44:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "updated_at": "2018-09-22T12:44:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv6", "project_id": "d33d6c5632e746a6983c0e887eb77537"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "660848b6-caf5-4839-8d95-1c08f917ea81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv4", "project_id": "d33d6c5632e746a6983c0e887eb77537"}], "revision_number": 2, "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}]} 2018-09-22 12:44:05,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-9f3eef38-e5a2-4e07-bdea-1bf4f95b24b7 2018-09-22 12:44:05,136 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:05,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:05,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d2b1a3e-5262-40f0-8cde-81d27a18e2bd Date: Sat, 22 Sep 2018 12:44: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-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "660848b6-caf5-4839-8d95-1c08f917ea81"}]} 2018-09-22 12:44:05,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-3d2b1a3e-5262-40f0-8cde-81d27a18e2bd 2018-09-22 12:44:05,857 - neutron_utils - INFO - Retrieving security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:05,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:06,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-99954029-263d-4ced-a0fc-5cfe661e7263 Date: Sat, 22 Sep 2018 12:44:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "updated_at": "2018-09-22T12:44:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv6", "project_id": "d33d6c5632e746a6983c0e887eb77537"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "660848b6-caf5-4839-8d95-1c08f917ea81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv4", "project_id": "d33d6c5632e746a6983c0e887eb77537"}], "revision_number": 2, "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}]} 2018-09-22 12:44:06,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-99954029-263d-4ced-a0fc-5cfe661e7263 2018-09-22 12:44:06,697 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:06,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:06,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-187401bf-24bd-402c-9f82-fe0efb065baa Date: Sat, 22 Sep 2018 12:44: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-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "660848b6-caf5-4839-8d95-1c08f917ea81"}]} 2018-09-22 12:44:06,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-187401bf-24bd-402c-9f82-fe0efb065baa 2018-09-22 12:44:06,879 - neutron_utils - INFO - Retrieving security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:06,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:07,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d7022c11-b913-4bd8-834f-699dafd9af86 Date: Sat, 22 Sep 2018 12:44:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "updated_at": "2018-09-22T12:44:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv6", "project_id": "d33d6c5632e746a6983c0e887eb77537"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "660848b6-caf5-4839-8d95-1c08f917ea81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv4", "project_id": "d33d6c5632e746a6983c0e887eb77537"}], "revision_number": 2, "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}]} 2018-09-22 12:44:07,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-d7022c11-b913-4bd8-834f-699dafd9af86 2018-09-22 12:44:07,205 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:07,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:07,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-12bfadf2-7ab9-4598-afb7-6f3edc5776a9 Date: Sat, 22 Sep 2018 12:44: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-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "660848b6-caf5-4839-8d95-1c08f917ea81"}]} 2018-09-22 12:44:07,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-12bfadf2-7ab9-4598-afb7-6f3edc5776a9 2018-09-22 12:44:07,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:44:07,403 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:07,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "24d3c8b011f04634b7bd693ce0fd28ce", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name-role"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d33d6c5632e746a6983c0e887eb77537", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/d33d6c5632e746a6983c0e887eb77537", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/d33d6c5632e746a6983c0e887eb77537", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/d33d6c5632e746a6983c0e887eb77537", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/d33d6c5632e746a6983c0e887eb77537", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/d33d6c5632e746a6983c0e887eb77537", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/d33d6c5632e746a6983c0e887eb77537", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/d33d6c5632e746a6983c0e887eb77537", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-user2", "id": "2a4a5e669ab646b085040178044c353c"}, "audit_ids": ["eGUt_je-Rj-mJ0SbMcEfDg"], "issued_at": "2018-09-22T12:44:07.000000Z"}} 2018-09-22 12:44:07,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb250b35a561c16322e2ad4ee2e18daa52450f8" 2018-09-22 12:44:07,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45366e2c-39b2-496c-9f77-4b18915f4a51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:07,885 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-45366e2c-39b2-496c-9f77-4b18915f4a51 2018-09-22 12:44:07,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-7b5c5a72-a0e4-497-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb250b35a561c16322e2ad4ee2e18daa52450f8" 2018-09-22 12:44:08,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-b2ea16d5-e830-4b6e-adb0-aab5e95a60ca Date: Sat, 22 Sep 2018 12:44:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "updated_at": "2018-09-22T12:44:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv6", "project_id": "d33d6c5632e746a6983c0e887eb77537"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "660848b6-caf5-4839-8d95-1c08f917ea81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv4", "project_id": "d33d6c5632e746a6983c0e887eb77537"}], "revision_number": 2, "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}]} 2018-09-22 12:44:08,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-7b5c5a72-a0e4-497-name&description=hello+group used request id req-b2ea16d5-e830-4b6e-adb0-aab5e95a60ca 2018-09-22 12:44:08,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:44:08,719 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:44:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:44:08,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb250b35a561c16322e2ad4ee2e18daa52450f8" 2018-09-22 12:44:08,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b76d305-1378-41d2-a847-a77f7a9636c4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537"}, "enabled": true, "id": "d33d6c5632e746a6983c0e887eb77537", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}} 2018-09-22 12:44:08,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537 used request id req-5b76d305-1378-41d2-a847-a77f7a9636c4 2018-09-22 12:44:08,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:08,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb250b35a561c16322e2ad4ee2e18daa52450f8" 2018-09-22 12:44:09,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-25aff03d-fc82-407f-be53-536a5cc92d38 Date: Sat, 22 Sep 2018 12:44:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "660848b6-caf5-4839-8d95-1c08f917ea81"}]} 2018-09-22 12:44:09,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-25aff03d-fc82-407f-be53-536a5cc92d38 2018-09-22 12:44:09,516 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:09,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb250b35a561c16322e2ad4ee2e18daa52450f8" 2018-09-22 12:44:09,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e440b52c-b0fa-4dbd-b7c1-6b4697a1f177 Date: Sat, 22 Sep 2018 12:44:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "660848b6-caf5-4839-8d95-1c08f917ea81"}]} 2018-09-22 12:44:09,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-e440b52c-b0fa-4dbd-b7c1-6b4697a1f177 2018-09-22 12:44:09,685 - neutron_utils - INFO - Retrieving security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:09,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb250b35a561c16322e2ad4ee2e18daa52450f8" 2018-09-22 12:44:09,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-fe6b08f5-2aaa-4c44-b9a6-0cf5e3decdf4 Date: Sat, 22 Sep 2018 12:44:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "updated_at": "2018-09-22T12:44:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv6", "project_id": "d33d6c5632e746a6983c0e887eb77537"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "660848b6-caf5-4839-8d95-1c08f917ea81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv4", "project_id": "d33d6c5632e746a6983c0e887eb77537"}], "revision_number": 2, "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}]} 2018-09-22 12:44:09,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-fe6b08f5-2aaa-4c44-b9a6-0cf5e3decdf4 2018-09-22 12:44:09,905 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b73c2c5b-b546-4b64-a7fd-adf01d2e7662 2018-09-22 12:44:09,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb250b35a561c16322e2ad4ee2e18daa52450f8" 2018-09-22 12:44:10,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-622f7e10-59bd-4bc1-82e3-95b8488ddcc2 Date: Sat, 22 Sep 2018 12:44: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-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "294cd620-446a-425e-abb3-9c9f6ccda5cf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "b73c2c5b-b546-4b64-a7fd-adf01d2e7662", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "660848b6-caf5-4839-8d95-1c08f917ea81"}]} 2018-09-22 12:44:10,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-622f7e10-59bd-4bc1-82e3-95b8488ddcc2 2018-09-22 12:44:10,079 - neutron_utils - INFO - Deleting security group rule with ID - 660848b6-caf5-4839-8d95-1c08f917ea81 2018-09-22 12:44:10,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/660848b6-caf5-4839-8d95-1c08f917ea81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:10,265 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2bdead0e-b072-4f6c-9699-6a50ddcb7a83 Content-Length: 0 Date: Sat, 22 Sep 2018 12:44:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:10,265 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/660848b6-caf5-4839-8d95-1c08f917ea81 used request id req-2bdead0e-b072-4f6c-9699-6a50ddcb7a83 2018-09-22 12:44:10,265 - neutron_utils - INFO - Deleting security group rule with ID - 294cd620-446a-425e-abb3-9c9f6ccda5cf 2018-09-22 12:44:10,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/294cd620-446a-425e-abb3-9c9f6ccda5cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:10,367 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c21eab4-9966-45c7-8f12-5473cc8adf49 Content-Length: 0 Date: Sat, 22 Sep 2018 12:44:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:10,368 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/294cd620-446a-425e-abb3-9c9f6ccda5cf used request id req-1c21eab4-9966-45c7-8f12-5473cc8adf49 2018-09-22 12:44:10,368 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-7b5c5a72-a0e4-497-name 2018-09-22 12:44:10,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fe72af411486cff4223fdd6cdb3a3b681c7a83" 2018-09-22 12:44:10,553 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-333c2845-96bc-4888-a6d7-8299d22cdf5b Content-Length: 0 Date: Sat, 22 Sep 2018 12:44:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:10,554 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-333c2845-96bc-4888-a6d7-8299d22cdf5b 2018-09-22 12:44:10,554 - neutron_utils - INFO - Deleting security group rule with ID - 660848b6-caf5-4839-8d95-1c08f917ea81 2018-09-22 12:44:10,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/660848b6-caf5-4839-8d95-1c08f917ea81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb250b35a561c16322e2ad4ee2e18daa52450f8" 2018-09-22 12:44:11,300 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-08dd106c-7b8e-49fe-8e48-467158f872a2 Date: Sat, 22 Sep 2018 12:44:11 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 660848b6-caf5-4839-8d95-1c08f917ea81 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-22 12:44:11,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/660848b6-caf5-4839-8d95-1c08f917ea81 used request id req-08dd106c-7b8e-49fe-8e48-467158f872a2 2018-09-22 12:44:11,300 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 660848b6-caf5-4839-8d95-1c08f917ea81 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-09-22 12:44:11,300 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 660848b6-caf5-4839-8d95-1c08f917ea81 does not exist Neutron server returns request_ids: ['req-08dd106c-7b8e-49fe-8e48-467158f872a2'] 2018-09-22 12:44:11,301 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-7b5c5a72-a0e4-497-name 2018-09-22 12:44:11,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/b73c2c5b-b546-4b64-a7fd-adf01d2e7662 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}feb250b35a561c16322e2ad4ee2e18daa52450f8" 2018-09-22 12:44:11,581 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-619bd77a-1550-41b6-bc8d-54b86fce9b48 Date: Sat, 22 Sep 2018 12:44:11 GMT RESP BODY: {"NeutronError": {"message": "Security group b73c2c5b-b546-4b64-a7fd-adf01d2e7662 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-09-22 12:44:11,581 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/b73c2c5b-b546-4b64-a7fd-adf01d2e7662 used request id req-619bd77a-1550-41b6-bc8d-54b86fce9b48 2018-09-22 12:44:11,581 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group b73c2c5b-b546-4b64-a7fd-adf01d2e7662 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-09-22 12:44:11,582 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group b73c2c5b-b546-4b64-a7fd-adf01d2e7662 does not exist Neutron server returns request_ids: ['req-619bd77a-1550-41b6-bc8d-54b86fce9b48'] 2018-09-22 12:44:11,582 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-7b5c5a72-a0e4-497-user1 2018-09-22 12:44:11,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/6ba57df12fda429288fad3582731d717 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37ce823f93052eccfc65e68aace1cbfba1bc09f2" 2018-09-22 12:44:11,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:44:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c624edb-72cd-4ad1-b30d-5c67483fe7c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:44:11,780 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/6ba57df12fda429288fad3582731d717 used request id req-3c624edb-72cd-4ad1-b30d-5c67483fe7c0 2018-09-22 12:44:11,781 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-7b5c5a72-a0e4-497-user2 2018-09-22 12:44:11,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/2a4a5e669ab646b085040178044c353c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25e196de7bd283a29e6250d4256462870dfa640a" 2018-09-22 12:44:11,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:44:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-630f0313-cfbc-4967-b7f1-417513ea165b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:44:11,989 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/2a4a5e669ab646b085040178044c353c used request id req-630f0313-cfbc-4967-b7f1-417513ea165b 2018-09-22 12:44:11,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:12,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-c1c786c0-85d6-488f-8293-84b17210ea87 Date: Sat, 22 Sep 2018 12:44:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "created_at": "2018-09-22T12:32:04Z", "updated_at": "2018-09-22T12:32:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "065c9b11-d727-4dbc-9627-c3ca96457402", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "0753d813-222c-4b14-b2fa-c3fd0d8e4b98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "2509f6c0-d532-4003-ade0-4890715eb6b7", "remote_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:32:04Z", "revision_number": 0, "id": "a2ac1e9f-c206-4ad0-91c2-a11b18ab31b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:32:04Z", "security_group_id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "tenant_id": "1ec2ebec176645f3902e2f639c57bc4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "1ec2ebec176645f3902e2f639c57bc4a"}], "revision_number": 4, "project_id": "1ec2ebec176645f3902e2f639c57bc4a", "id": "04716525-4216-4ce9-ade0-18b39b04ea9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:43:24Z", "updated_at": "2018-09-22T12:43:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "672692d1-f0a4-464a-8fe2-cede268b0153", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "7e83ca33-6cf6-4f9d-9935-e8ddbaae8988", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "a125fd4f-b6cc-4b84-9def-adaf86aa32c0", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:43:24Z", "revision_number": 0, "id": "c707f954-2a6c-4e43-b073-37c511326aa8", "remote_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "remote_ip_prefix": null, "created_at": "2018-09-22T12:43:24Z", "security_group_id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 4, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "10c79d99-1f99-4e1e-8368-1e52165a658f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "updated_at": "2018-09-22T12:44:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "4b1d4803-732f-4009-a002-fd6090e0908d", "remote_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv4", "project_id": "d33d6c5632e746a6983c0e887eb77537"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "5f9519ea-7e1f-4c6a-b9ba-1bb45aa97308", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv4", "project_id": "d33d6c5632e746a6983c0e887eb77537"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "a4eabc42-5566-488b-8b5d-c1e1e7c5ed80", "remote_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv6", "project_id": "d33d6c5632e746a6983c0e887eb77537"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "revision_number": 0, "id": "d83f08dd-b285-4864-9af9-46b582fead84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:44:03Z", "security_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "port_range_min": null, "ethertype": "IPv6", "project_id": "d33d6c5632e746a6983c0e887eb77537"}], "revision_number": 4, "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "name": "default"}]} 2018-09-22 12:44:12,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-c1c786c0-85d6-488f-8293-84b17210ea87 2018-09-22 12:44:12,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:12,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3300ce19-f8f3-4210-94df-b7d40a144cd5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-09-22 12:44:12,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a used request id req-3300ce19-f8f3-4210-94df-b7d40a144cd5 2018-09-22 12:44:12,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:12,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d31340c5-8427-436b-9edd-734ee48b6c18 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:44:12,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-d31340c5-8427-436b-9edd-734ee48b6c18 2018-09-22 12:44:12,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:12,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd47692a-0258-46c9-b013-b88fd5ef7420 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537"}, "enabled": true, "id": "d33d6c5632e746a6983c0e887eb77537", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-7b5c5a72-a0e4-497-name"}} 2018-09-22 12:44:12,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537 used request id req-dd47692a-0258-46c9-b013-b88fd5ef7420 2018-09-22 12:44:12,681 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8ea64555-344d-43ea-b898-6cbc6cd79d20 2018-09-22 12:44:12,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8ea64555-344d-43ea-b898-6cbc6cd79d20 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:12,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ad3bac76-78f6-4cbd-bd5b-d11345d4f9f9 Date: Sat, 22 Sep 2018 12:44:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "4b1d4803-732f-4009-a002-fd6090e0908d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "5f9519ea-7e1f-4c6a-b9ba-1bb45aa97308"}, {"remote_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "a4eabc42-5566-488b-8b5d-c1e1e7c5ed80"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:44:03Z", "security_group_id": "8ea64555-344d-43ea-b898-6cbc6cd79d20", "port_range_min": null, "revision_number": 0, "tenant_id": "d33d6c5632e746a6983c0e887eb77537", "created_at": "2018-09-22T12:44:03Z", "project_id": "d33d6c5632e746a6983c0e887eb77537", "id": "d83f08dd-b285-4864-9af9-46b582fead84"}]} 2018-09-22 12:44:12,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8ea64555-344d-43ea-b898-6cbc6cd79d20 used request id req-ad3bac76-78f6-4cbd-bd5b-d11345d4f9f9 2018-09-22 12:44:12,857 - neutron_utils - INFO - Deleting security group with name - default 2018-09-22 12:44:12,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/8ea64555-344d-43ea-b898-6cbc6cd79d20 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:13,303 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-050b8ea6-3b1c-420c-9a14-7cce3accb470 Content-Length: 0 Date: Sat, 22 Sep 2018 12:44:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:13,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/8ea64555-344d-43ea-b898-6cbc6cd79d20 used request id req-050b8ea6-3b1c-420c-9a14-7cce3accb470 2018-09-22 12:44:13,304 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-7b5c5a72-a0e4-497-name 2018-09-22 12:44:13,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:13,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:44:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3d47482-952c-44c4-8fb9-c717074dd6cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:44:13,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/d33d6c5632e746a6983c0e887eb77537 used request id req-f3d47482-952c-44c4-8fb9-c717074dd6cc 2018-09-22 12:44:13,478 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-7b5c5a72-a0e4-497-name-role 2018-09-22 12:44:13,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/24d3c8b011f04634b7bd693ce0fd28ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:13,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:44:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d5a152e-cad3-4be0-a1d4-d05e879380ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:44:13,588 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/24d3c8b011f04634b7bd693ce0fd28ce used request id req-2d5a152e-cad3-4be0-a1d4-d05e879380ff 2018-09-22 12:44:13,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f496bf2fa125399e0de3587ca6ccaa19883e4e5" 2018-09-22 12:44:13,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da324783-f49d-4060-a678-7e376127eae7 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:44:13,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-da324783-f49d-4060-a678-7e376127eae7 2018-09-22 12:44:13,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:14,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["0RrXmDC5Qa241KtX_sZbHQ"], "issued_at": "2018-09-22T12:44:14.000000Z"}} 2018-09-22 12:44:14,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8ea58d2f9c5fefa285095ac54bd05a1171cf4f0" 2018-09-22 12:44:14,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9d867839-a327-4419-aec8-6a2c2897bb0b Date: Sat, 22 Sep 2018 12:44:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:44:14,635 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9d867839-a327-4419-aec8-6a2c2897bb0b 2018-09-22 12:44:14,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b8ea58d2f9c5fefa285095ac54bd05a1171cf4f0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-90f973de-402d-4b7d-bd07-4f4ab172242c"}' 2018-09-22 12:44:15,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f X-Openstack-Request-Id: req-ac973a97-7a21-4640-9348-3e1f6d4167aa Date: Sat, 22 Sep 2018 12:44:15 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-90f973de-402d-4b7d-bd07-4f4ab172242c", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:44:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-22T12:44:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f", "min_disk": 0, "protected": false, "id": "b01d16a3-0c5e-4803-b252-8f5592dfa44f", "file": "/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f/file", "checksum": null, "owner": "e0be80d39933400abe48c8503e28224e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:44:15,397 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-ac973a97-7a21-4640-9348-3e1f6d4167aa 2018-09-22 12:44:15,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8ea58d2f9c5fefa285095ac54bd05a1171cf4f0" -d '' 2018-09-22 12:44:19,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb4fa216-9b67-43f7-aba2-5d107e12c495 Date: Sat, 22 Sep 2018 12:44:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:44:19,762 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f/file used request id req-cb4fa216-9b67-43f7-aba2-5d107e12c495 2018-09-22 12:44:19,763 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-22 12:44:19,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8ea58d2f9c5fefa285095ac54bd05a1171cf4f0" 2018-09-22 12:44:20,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-a30423fc-11fb-431d-9f83-23b5e55c1200 Date: Sat, 22 Sep 2018 12:44:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-90f973de-402d-4b7d-bd07-4f4ab172242c", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:44:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:44:19Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f/snap", "metadata": {}}], "self": "/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f", "min_disk": 0, "protected": false, "id": "b01d16a3-0c5e-4803-b252-8f5592dfa44f", "file": "/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:44:20,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f used request id req-a30423fc-11fb-431d-9f83-23b5e55c1200 2018-09-22 12:44:20,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8ea58d2f9c5fefa285095ac54bd05a1171cf4f0" 2018-09-22 12:44:20,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3456d58b-8531-4fcf-8166-cc0f761b24f0 Date: Sat, 22 Sep 2018 12:44:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:44:20,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-3456d58b-8531-4fcf-8166-cc0f761b24f0 2018-09-22 12:44:20,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-90f973de-402d-4b7d-bd07-4f4ab172242c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8ea58d2f9c5fefa285095ac54bd05a1171cf4f0" 2018-09-22 12:44:21,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-9ed9dac6-a3f8-4109-aa5c-8a362cae66cb Date: Sat, 22 Sep 2018 12:44:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-90f973de-402d-4b7d-bd07-4f4ab172242c", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:44:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:44:19Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f/snap", "metadata": {}}], "self": "/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f", "min_disk": 0, "protected": false, "id": "b01d16a3-0c5e-4803-b252-8f5592dfa44f", "file": "/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-90f973de-402d-4b7d-bd07-4f4ab172242c"} 2018-09-22 12:44:21,569 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-90f973de-402d-4b7d-bd07-4f4ab172242c used request id req-9ed9dac6-a3f8-4109-aa5c-8a362cae66cb 2018-09-22 12:44:21,570 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-90f973de-402d-4b7d-bd07-4f4ab172242c 2018-09-22 12:44:21,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8ea58d2f9c5fefa285095ac54bd05a1171cf4f0" 2018-09-22 12:44:23,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4b06e1ce-2753-4bdd-ac23-ca0f6e213874 Date: Sat, 22 Sep 2018 12:44:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:44:23,313 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b01d16a3-0c5e-4803-b252-8f5592dfa44f used request id req-4b06e1ce-2753-4bdd-ac23-ca0f6e213874 2018-09-22 12:44:23,314 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-09-22 12:44:23,315 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:23,686 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["jGdD2WTVQoy45aQIGdLYLA"], "issued_at": "2018-09-22T12:44:23.000000Z"}} 2018-09-22 12:44:23,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520460187e250153241bbbfd490fc7d060710206" 2018-09-22 12:44:23,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5188c729-dc7c-4152-a5a9-420b7d032903 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:23,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5188c729-dc7c-4152-a5a9-420b7d032903 2018-09-22 12:44:23,766 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-1c5fc591-7c8c-4b6a-b6aa-bd4ef85da24a-pub-net 2018-09-22 12:44:23,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520460187e250153241bbbfd490fc7d060710206" -d '{"network": {"name": "NeutronUtilsNetworkTests-1c5fc591-7c8c-4b6a-b6aa-bd4ef85da24a-pub-net", "admin_state_up": true}}' 2018-09-22 12:44:24,377 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-832ab022-41b8-4e2f-bd69-20316f7bb72a Date: Sat, 22 Sep 2018 12:44:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"666e66d3-58d0-46ad-ace0-51c10bb6977c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:24Z","is_default":false,"provider:segmentation_id":69,"name":"NeutronUtilsNetworkTests-1c5fc591-7c8c-4b6a-b6aa-bd4ef85da24a-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:24Z","mtu":1450}} 2018-09-22 12:44:24,377 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-832ab022-41b8-4e2f-bd69-20316f7bb72a 2018-09-22 12:44:24,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=666e66d3-58d0-46ad-ace0-51c10bb6977c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520460187e250153241bbbfd490fc7d060710206" 2018-09-22 12:44:24,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6921e273-887f-4dfe-9406-8af8fb76715c Date: Sat, 22 Sep 2018 12:44:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"666e66d3-58d0-46ad-ace0-51c10bb6977c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:24Z","provider:segmentation_id":69,"name":"NeutronUtilsNetworkTests-1c5fc591-7c8c-4b6a-b6aa-bd4ef85da24a-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:24Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:24,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=666e66d3-58d0-46ad-ace0-51c10bb6977c used request id req-6921e273-887f-4dfe-9406-8af8fb76715c 2018-09-22 12:44:24,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=666e66d3-58d0-46ad-ace0-51c10bb6977c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520460187e250153241bbbfd490fc7d060710206" 2018-09-22 12:44:24,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-391d03fa-1715-4565-90d8-d840128cf7ba Date: Sat, 22 Sep 2018 12:44:24 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:44:24,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=666e66d3-58d0-46ad-ace0-51c10bb6977c used request id req-391d03fa-1715-4565-90d8-d840128cf7ba 2018-09-22 12:44:24,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=666e66d3-58d0-46ad-ace0-51c10bb6977c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520460187e250153241bbbfd490fc7d060710206" 2018-09-22 12:44:25,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9d1c2aae-979a-429e-8edb-d9f12f4f1712 Date: Sat, 22 Sep 2018 12:44:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"666e66d3-58d0-46ad-ace0-51c10bb6977c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:24Z","provider:segmentation_id":69,"name":"NeutronUtilsNetworkTests-1c5fc591-7c8c-4b6a-b6aa-bd4ef85da24a-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:24Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:25,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=666e66d3-58d0-46ad-ace0-51c10bb6977c used request id req-9d1c2aae-979a-429e-8edb-d9f12f4f1712 2018-09-22 12:44:25,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=666e66d3-58d0-46ad-ace0-51c10bb6977c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520460187e250153241bbbfd490fc7d060710206" 2018-09-22 12:44:25,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b05a66d4-f1d5-4c9b-ad5e-ac6fd377d48d Date: Sat, 22 Sep 2018 12:44:25 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:44:25,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=666e66d3-58d0-46ad-ace0-51c10bb6977c used request id req-b05a66d4-f1d5-4c9b-ad5e-ac6fd377d48d 2018-09-22 12:44:25,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-1c5fc591-7c8c-4b6a-b6aa-bd4ef85da24a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520460187e250153241bbbfd490fc7d060710206" 2018-09-22 12:44:26,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-840cadcf-2227-4ed2-84a9-699f9884f3e2 Date: Sat, 22 Sep 2018 12:44:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"666e66d3-58d0-46ad-ace0-51c10bb6977c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:24Z","provider:segmentation_id":69,"name":"NeutronUtilsNetworkTests-1c5fc591-7c8c-4b6a-b6aa-bd4ef85da24a-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:24Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:26,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-1c5fc591-7c8c-4b6a-b6aa-bd4ef85da24a-pub-net used request id req-840cadcf-2227-4ed2-84a9-699f9884f3e2 2018-09-22 12:44:26,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:44:26,136 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:44:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:44:26,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520460187e250153241bbbfd490fc7d060710206" 2018-09-22 12:44:26,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a806257-1a4e-4eaf-a162-8006c7225e78 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:44:26,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-6a806257-1a4e-4eaf-a162-8006c7225e78 2018-09-22 12:44:26,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=666e66d3-58d0-46ad-ace0-51c10bb6977c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520460187e250153241bbbfd490fc7d060710206" 2018-09-22 12:44:26,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-52ec4daa-d7ed-4c84-8ea5-f73568cb0d0a Date: Sat, 22 Sep 2018 12:44:26 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:44:26,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=666e66d3-58d0-46ad-ace0-51c10bb6977c used request id req-52ec4daa-d7ed-4c84-8ea5-f73568cb0d0a 2018-09-22 12:44:26,266 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-1c5fc591-7c8c-4b6a-b6aa-bd4ef85da24a-pub-net 2018-09-22 12:44:26,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/666e66d3-58d0-46ad-ace0-51c10bb6977c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}520460187e250153241bbbfd490fc7d060710206" 2018-09-22 12:44:27,216 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7544583-abc5-4b47-bb1d-feb7ddd3be8b Date: Sat, 22 Sep 2018 12:44:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:27,216 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/666e66d3-58d0-46ad-ace0-51c10bb6977c used request id req-a7544583-abc5-4b47-bb1d-feb7ddd3be8b 2018-09-22 12:44:27,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:27,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["dPapN0R1QyK1FWLF-cp_fA"], "issued_at": "2018-09-22T12:44:27.000000Z"}} 2018-09-22 12:44:27,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73824fc0a125b3bee76b1b179f396284ed0d9a6b" 2018-09-22 12:44:27,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d131f97-6358-43a7-afb6-e4db5dcc1a30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:27,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5d131f97-6358-43a7-afb6-e4db5dcc1a30 2018-09-22 12:44:27,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:28,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["MnnENwtiRiyPoDhmMLr8LQ"], "issued_at": "2018-09-22T12:44:28.000000Z"}} 2018-09-22 12:44:28,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36cdd930d869c14db260f887a880ef7f6aa4ec05" 2018-09-22 12:44:28,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dad55c6-7964-4e71-aba3-852f7146752e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:28,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2dad55c6-7964-4e71-aba3-852f7146752e 2018-09-22 12:44:28,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:28,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Ca0tBDjmQKiHbaoAWUSnYA"], "issued_at": "2018-09-22T12:44:28.000000Z"}} 2018-09-22 12:44:28,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:28,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abf31bdd-282c-4be6-ab34-c07cd13a5b36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:28,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-abf31bdd-282c-4be6-ab34-c07cd13a5b36 2018-09-22 12:44:28,623 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-net 2018-09-22 12:44:28,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" -d '{"network": {"name": "NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-net", "admin_state_up": true}}' 2018-09-22 12:44:29,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-69b9fc20-c3ed-454f-a642-c07fc25e9413 Date: Sat, 22 Sep 2018 12:44: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":"78502757-6a74-4949-ac46-1e043a360421","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:28Z","is_default":false,"provider:segmentation_id":45,"name":"NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:28Z","mtu":1450}} 2018-09-22 12:44:29,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-69b9fc20-c3ed-454f-a642-c07fc25e9413 2018-09-22 12:44:29,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=78502757-6a74-4949-ac46-1e043a360421 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:29,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9e65eab6-70b4-4bc0-93cd-782b04a4a00c Date: Sat, 22 Sep 2018 12:44:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"78502757-6a74-4949-ac46-1e043a360421","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:28Z","provider:segmentation_id":45,"name":"NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:28Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:29,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=78502757-6a74-4949-ac46-1e043a360421 used request id req-9e65eab6-70b4-4bc0-93cd-782b04a4a00c 2018-09-22 12:44:29,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:29,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b1a42ecb-041e-459f-9a03-71ce4e49a816 Date: Sat, 22 Sep 2018 12:44:29 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:44:29,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421 used request id req-b1a42ecb-041e-459f-9a03-71ce4e49a816 2018-09-22 12:44:29,524 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet 2018-09-22 12:44:29,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" -d '{"subnets": [{"ip_version": 4, "network_id": "78502757-6a74-4949-ac46-1e043a360421", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet"}]}' 2018-09-22 12:44:30,210 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7d7457f5-fe9a-47a1-bf0c-b850f7ab4bd9 Date: Sat, 22 Sep 2018 12:44:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78502757-6a74-4949-ac46-1e043a360421","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:29Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"f7a44476-9c66-454a-bf0e-0005488604ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet"}]} 2018-09-22 12:44:30,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-7d7457f5-fe9a-47a1-bf0c-b850f7ab4bd9 2018-09-22 12:44:30,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=78502757-6a74-4949-ac46-1e043a360421 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:30,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2debead5-d0fe-47b3-9e84-67ce5938db1a Date: Sat, 22 Sep 2018 12:44:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"78502757-6a74-4949-ac46-1e043a360421","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["f7a44476-9c66-454a-bf0e-0005488604ef"],"description":"","tags":[],"updated_at":"2018-09-22T12:44:29Z","provider:segmentation_id":45,"name":"NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:28Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:30,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=78502757-6a74-4949-ac46-1e043a360421 used request id req-2debead5-d0fe-47b3-9e84-67ce5938db1a 2018-09-22 12:44:30,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:30,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4afd3fed-7df3-4740-8b04-dcff4f0e9b6a Date: Sat, 22 Sep 2018 12:44:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78502757-6a74-4949-ac46-1e043a360421","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"f7a44476-9c66-454a-bf0e-0005488604ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet"}]} 2018-09-22 12:44:30,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421 used request id req-4afd3fed-7df3-4740-8b04-dcff4f0e9b6a 2018-09-22 12:44:30,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:30,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-75c2d1f2-4fa5-4bc5-92e1-e2bc0d696a71 Date: Sat, 22 Sep 2018 12:44:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"78502757-6a74-4949-ac46-1e043a360421","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["f7a44476-9c66-454a-bf0e-0005488604ef"],"description":"","tags":[],"updated_at":"2018-09-22T12:44:29Z","provider:segmentation_id":45,"name":"NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:28Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:30,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-net used request id req-75c2d1f2-4fa5-4bc5-92e1-e2bc0d696a71 2018-09-22 12:44:30,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:44:30,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:44:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:44:30,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:30,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60dce20d-90da-443c-bcea-b467c1f86b65 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:44:30,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-60dce20d-90da-443c-bcea-b467c1f86b65 2018-09-22 12:44:30,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:30,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-82d49e87-2ee0-462f-9cb0-7390ebc606ab Date: Sat, 22 Sep 2018 12:44:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78502757-6a74-4949-ac46-1e043a360421","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"f7a44476-9c66-454a-bf0e-0005488604ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet"}]} 2018-09-22 12:44:30,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421 used request id req-82d49e87-2ee0-462f-9cb0-7390ebc606ab 2018-09-22 12:44:30,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421&name=NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:31,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d8a26eca-116d-4bf6-8713-137e5315efff Date: Sat, 22 Sep 2018 12:44:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78502757-6a74-4949-ac46-1e043a360421","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"f7a44476-9c66-454a-bf0e-0005488604ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet"}]} 2018-09-22 12:44:31,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421&name=NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet used request id req-d8a26eca-116d-4bf6-8713-137e5315efff 2018-09-22 12:44:31,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421&name=NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:32,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4a18ec01-eca0-4615-a6e4-2dae5c3526f1 Date: Sat, 22 Sep 2018 12:44:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78502757-6a74-4949-ac46-1e043a360421","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"f7a44476-9c66-454a-bf0e-0005488604ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet"}]} 2018-09-22 12:44:32,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421&name=NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet used request id req-4a18ec01-eca0-4615-a6e4-2dae5c3526f1 2018-09-22 12:44:32,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:32,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e17d7afd-b631-4aaa-ba5e-77576af16fce Date: Sat, 22 Sep 2018 12:44:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78502757-6a74-4949-ac46-1e043a360421","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"f7a44476-9c66-454a-bf0e-0005488604ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet"}]} 2018-09-22 12:44:32,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=78502757-6a74-4949-ac46-1e043a360421 used request id req-e17d7afd-b631-4aaa-ba5e-77576af16fce 2018-09-22 12:44:32,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:32,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c74544ed-5cec-4494-a050-ad6566d6a5cf Date: Sat, 22 Sep 2018 12:44:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78502757-6a74-4949-ac46-1e043a360421","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"f7a44476-9c66-454a-bf0e-0005488604ef","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet"}]} 2018-09-22 12:44:32,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet used request id req-c74544ed-5cec-4494-a050-ad6566d6a5cf 2018-09-22 12:44:32,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:33,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a80565a-576c-44d2-b8bd-4b8dbd30317b Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:44:33,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-3a80565a-576c-44d2-b8bd-4b8dbd30317b 2018-09-22 12:44:33,060 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet 2018-09-22 12:44:33,060 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-subnet 2018-09-22 12:44:33,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/f7a44476-9c66-454a-bf0e-0005488604ef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:35,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-79bcb4f1-7869-46f7-bec8-a2fa3f59c1bc Date: Sat, 22 Sep 2018 12:44:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:35,262 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f7a44476-9c66-454a-bf0e-0005488604ef used request id req-79bcb4f1-7869-46f7-bec8-a2fa3f59c1bc 2018-09-22 12:44:35,262 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-73b48002-d4bf-4730-96cb-bb88cb75d46e-pub-net 2018-09-22 12:44:35,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/78502757-6a74-4949-ac46-1e043a360421 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60f6e3b00a9114878bd3beabd3bedc4c820a87c8" 2018-09-22 12:44:37,136 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf2d7d0e-76f8-41b4-81dc-d595a4980a76 Date: Sat, 22 Sep 2018 12:44:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:37,137 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/78502757-6a74-4949-ac46-1e043a360421 used request id req-cf2d7d0e-76f8-41b4-81dc-d595a4980a76 2018-09-22 12:44:37,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:37,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["CST_UCqLTZKuM9F3YA9B0Q"], "issued_at": "2018-09-22T12:44:37.000000Z"}} 2018-09-22 12:44:37,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e249979600471d2dc7c181d19d341e41319ee6" 2018-09-22 12:44:37,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81725460-6442-4bb9-ba53-333126898340 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:37,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-81725460-6442-4bb9-ba53-333126898340 2018-09-22 12:44:37,613 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-cf71831e-6ec9-4897-b210-e1530f0de238-pub-net 2018-09-22 12:44:37,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e249979600471d2dc7c181d19d341e41319ee6" -d '{"network": {"name": "NeutronUtilsSubnetTests-cf71831e-6ec9-4897-b210-e1530f0de238-pub-net", "admin_state_up": true}}' 2018-09-22 12:44:38,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-05ff5f2f-109b-49ad-b383-595f7e4e2220 Date: Sat, 22 Sep 2018 12:44:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0f2b7ebb-2a6b-45c3-a6d2-a5489334af80","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:37Z","is_default":false,"provider:segmentation_id":47,"name":"NeutronUtilsSubnetTests-cf71831e-6ec9-4897-b210-e1530f0de238-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:37Z","mtu":1450}} 2018-09-22 12:44:38,022 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-05ff5f2f-109b-49ad-b383-595f7e4e2220 2018-09-22 12:44:38,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0f2b7ebb-2a6b-45c3-a6d2-a5489334af80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e249979600471d2dc7c181d19d341e41319ee6" 2018-09-22 12:44:38,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4700a08c-782d-4d8e-939c-cb62792a047d Date: Sat, 22 Sep 2018 12:44:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0f2b7ebb-2a6b-45c3-a6d2-a5489334af80","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:37Z","provider:segmentation_id":47,"name":"NeutronUtilsSubnetTests-cf71831e-6ec9-4897-b210-e1530f0de238-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:37Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:38,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0f2b7ebb-2a6b-45c3-a6d2-a5489334af80 used request id req-4700a08c-782d-4d8e-939c-cb62792a047d 2018-09-22 12:44:38,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0f2b7ebb-2a6b-45c3-a6d2-a5489334af80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e249979600471d2dc7c181d19d341e41319ee6" 2018-09-22 12:44:38,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4e239051-4989-43e6-af75-e1646b45ebb5 Date: Sat, 22 Sep 2018 12:44:38 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:44:38,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0f2b7ebb-2a6b-45c3-a6d2-a5489334af80 used request id req-4e239051-4989-43e6-af75-e1646b45ebb5 2018-09-22 12:44:38,446 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-cf71831e-6ec9-4897-b210-e1530f0de238-pub-subnet 2018-09-22 12:44:38,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e249979600471d2dc7c181d19d341e41319ee6" -d '{"subnets": [{"ip_version": 4, "network_id": "0f2b7ebb-2a6b-45c3-a6d2-a5489334af80", "cidr": "", "name": "NeutronUtilsSubnetTests-cf71831e-6ec9-4897-b210-e1530f0de238-pub-subnet"}]}' 2018-09-22 12:44:38,597 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-b3ed9c57-abe9-4e4a-b232-d91dd926dfd0 Date: Sat, 22 Sep 2018 12:44:38 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-22 12:44:38,597 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b3ed9c57-abe9-4e4a-b232-d91dd926dfd0 2018-09-22 12:44:38,597 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-22 12:44:38,598 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-cf71831e-6ec9-4897-b210-e1530f0de238-pub-subnet] for network [NeutronUtilsSubnetTests-cf71831e-6ec9-4897-b210-e1530f0de238-pub-net] 2018-09-22 12:44:38,598 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-cf71831e-6ec9-4897-b210-e1530f0de238-pub-net 2018-09-22 12:44:38,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/0f2b7ebb-2a6b-45c3-a6d2-a5489334af80 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4e249979600471d2dc7c181d19d341e41319ee6" 2018-09-22 12:44:39,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61b324de-d949-4216-b837-5fbae6e3e315 Date: Sat, 22 Sep 2018 12:44:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:39,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0f2b7ebb-2a6b-45c3-a6d2-a5489334af80 used request id req-61b324de-d949-4216-b837-5fbae6e3e315 2018-09-22 12:44:39,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:39,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["3kocerQRSWSxaOVU79fWOQ"], "issued_at": "2018-09-22T12:44:39.000000Z"}} 2018-09-22 12:44:39,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:40,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28c57d44-81e8-4d00-8aca-46ad7bb8aa7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:40,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-28c57d44-81e8-4d00-8aca-46ad7bb8aa7f 2018-09-22 12:44:40,037 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-net 2018-09-22 12:44:40,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" -d '{"network": {"name": "NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-net", "admin_state_up": true}}' 2018-09-22 12:44:40,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-82d00afa-08a5-4972-b630-2c2762482304 Date: Sat, 22 Sep 2018 12:44: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":"ff27cadc-602d-4752-b925-066cdfc27eb3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:40Z","is_default":false,"provider:segmentation_id":24,"name":"NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:40Z","mtu":1450}} 2018-09-22 12:44:40,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-82d00afa-08a5-4972-b630-2c2762482304 2018-09-22 12:44:40,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ff27cadc-602d-4752-b925-066cdfc27eb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:40,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ae747a62-ad59-4ba6-bb40-b58edf5ad53f Date: Sat, 22 Sep 2018 12:44:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ff27cadc-602d-4752-b925-066cdfc27eb3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:40Z","provider:segmentation_id":24,"name":"NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:40Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:40,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ff27cadc-602d-4752-b925-066cdfc27eb3 used request id req-ae747a62-ad59-4ba6-bb40-b58edf5ad53f 2018-09-22 12:44:40,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:41,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7ceeb1f8-97b3-4975-871e-45389b0414cd Date: Sat, 22 Sep 2018 12:44:41 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:44:41,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3 used request id req-7ceeb1f8-97b3-4975-871e-45389b0414cd 2018-09-22 12:44:41,563 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet 2018-09-22 12:44:41,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" -d '{"subnets": [{"ip_version": 4, "network_id": "ff27cadc-602d-4752-b925-066cdfc27eb3", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet"}]}' 2018-09-22 12:44:42,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e0e3b2ad-1049-420e-b567-06ade3b1e48b Date: Sat, 22 Sep 2018 12:44:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff27cadc-602d-4752-b925-066cdfc27eb3","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:41Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:41Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"0a0225c4-2a13-4d46-9763-53adf0f4d2d3","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet"}]} 2018-09-22 12:44:42,168 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-e0e3b2ad-1049-420e-b567-06ade3b1e48b 2018-09-22 12:44:42,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ff27cadc-602d-4752-b925-066cdfc27eb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:42,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1761775c-fda0-4152-b5b5-809b551f9c55 Date: Sat, 22 Sep 2018 12:44:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ff27cadc-602d-4752-b925-066cdfc27eb3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["0a0225c4-2a13-4d46-9763-53adf0f4d2d3"],"description":"","tags":[],"updated_at":"2018-09-22T12:44:41Z","provider:segmentation_id":24,"name":"NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:40Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:42,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ff27cadc-602d-4752-b925-066cdfc27eb3 used request id req-1761775c-fda0-4152-b5b5-809b551f9c55 2018-09-22 12:44:42,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:42,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-64aad0b2-d9eb-4d3a-bc2e-5882886830dc Date: Sat, 22 Sep 2018 12:44:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff27cadc-602d-4752-b925-066cdfc27eb3","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:41Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"0a0225c4-2a13-4d46-9763-53adf0f4d2d3","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet"}]} 2018-09-22 12:44:42,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3 used request id req-64aad0b2-d9eb-4d3a-bc2e-5882886830dc 2018-09-22 12:44:42,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:42,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3ab541f0-fec8-4e51-9793-3e1e6a8309e0 Date: Sat, 22 Sep 2018 12:44:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ff27cadc-602d-4752-b925-066cdfc27eb3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["0a0225c4-2a13-4d46-9763-53adf0f4d2d3"],"description":"","tags":[],"updated_at":"2018-09-22T12:44:41Z","provider:segmentation_id":24,"name":"NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:40Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:42,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-net used request id req-3ab541f0-fec8-4e51-9793-3e1e6a8309e0 2018-09-22 12:44:42,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:44:42,896 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:44:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:44:42,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:42,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03101aea-caf2-4f98-bed2-81bc48a481ca Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:44:42,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-03101aea-caf2-4f98-bed2-81bc48a481ca 2018-09-22 12:44:43,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:43,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4c6a051a-a905-47ec-b98c-e3ce9c49e0e9 Date: Sat, 22 Sep 2018 12:44:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff27cadc-602d-4752-b925-066cdfc27eb3","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:41Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"0a0225c4-2a13-4d46-9763-53adf0f4d2d3","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet"}]} 2018-09-22 12:44:43,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3 used request id req-4c6a051a-a905-47ec-b98c-e3ce9c49e0e9 2018-09-22 12:44:43,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3&name=NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:43,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0dfa1b1f-0b74-42b7-a7ca-601af12f6d56 Date: Sat, 22 Sep 2018 12:44:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff27cadc-602d-4752-b925-066cdfc27eb3","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:41Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"0a0225c4-2a13-4d46-9763-53adf0f4d2d3","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet"}]} 2018-09-22 12:44:43,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3&name=NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet used request id req-0dfa1b1f-0b74-42b7-a7ca-601af12f6d56 2018-09-22 12:44:43,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3&name=NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:43,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-44a2293a-872c-407d-9370-9d762b399545 Date: Sat, 22 Sep 2018 12:44:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff27cadc-602d-4752-b925-066cdfc27eb3","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:41Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"0a0225c4-2a13-4d46-9763-53adf0f4d2d3","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet"}]} 2018-09-22 12:44:43,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3&name=NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet used request id req-44a2293a-872c-407d-9370-9d762b399545 2018-09-22 12:44:43,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:43,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8d386777-c8c3-4f86-ad14-f6a044920450 Date: Sat, 22 Sep 2018 12:44:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff27cadc-602d-4752-b925-066cdfc27eb3","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:41Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"0a0225c4-2a13-4d46-9763-53adf0f4d2d3","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet"}]} 2018-09-22 12:44:43,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff27cadc-602d-4752-b925-066cdfc27eb3 used request id req-8d386777-c8c3-4f86-ad14-f6a044920450 2018-09-22 12:44:43,809 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet 2018-09-22 12:44:43,809 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-subnet 2018-09-22 12:44:43,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/0a0225c4-2a13-4d46-9763-53adf0f4d2d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:45,563 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa2bb9c1-d674-46d2-be54-38b3293ebb49 Date: Sat, 22 Sep 2018 12:44:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:45,563 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/0a0225c4-2a13-4d46-9763-53adf0f4d2d3 used request id req-fa2bb9c1-d674-46d2-be54-38b3293ebb49 2018-09-22 12:44:45,564 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-39df43ec-91a0-4d2b-9930-712ac783042e-pub-net 2018-09-22 12:44:45,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/ff27cadc-602d-4752-b925-066cdfc27eb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfda918ff6407073006a1d1fe4594232494d30dc" 2018-09-22 12:44:47,007 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5eea5f84-273c-46c1-9747-0a65e379393f Date: Sat, 22 Sep 2018 12:44:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:47,008 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ff27cadc-602d-4752-b925-066cdfc27eb3 used request id req-5eea5f84-273c-46c1-9747-0a65e379393f 2018-09-22 12:44:47,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:47,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["0k1vAfFeTDGkAJJP9yfX2A"], "issued_at": "2018-09-22T12:44:47.000000Z"}} 2018-09-22 12:44:47,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}412e723deb72cac3f72a29674abbd5c423c065c9" 2018-09-22 12:44:47,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c1ac77-20fb-4d0c-88db-368035f90582 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:47,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-89c1ac77-20fb-4d0c-88db-368035f90582 2018-09-22 12:44:47,498 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-1601956f-44c9-4b26-811b-590962fb67cd-pub-net 2018-09-22 12:44:47,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}412e723deb72cac3f72a29674abbd5c423c065c9" -d '{"network": {"name": "NeutronUtilsSubnetTests-1601956f-44c9-4b26-811b-590962fb67cd-pub-net", "admin_state_up": true}}' 2018-09-22 12:44:47,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-3d2a8ba6-b788-451a-a654-5c3d1559945c Date: Sat, 22 Sep 2018 12:44:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7e4382b1-37fd-4c43-b8c4-bc13729ec248","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:47Z","is_default":false,"provider:segmentation_id":32,"name":"NeutronUtilsSubnetTests-1601956f-44c9-4b26-811b-590962fb67cd-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:47Z","mtu":1450}} 2018-09-22 12:44:47,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-3d2a8ba6-b788-451a-a654-5c3d1559945c 2018-09-22 12:44:47,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7e4382b1-37fd-4c43-b8c4-bc13729ec248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}412e723deb72cac3f72a29674abbd5c423c065c9" 2018-09-22 12:44:48,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-36c0baa1-73b5-4a53-9075-56caa0b3c0cc Date: Sat, 22 Sep 2018 12:44:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7e4382b1-37fd-4c43-b8c4-bc13729ec248","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:47Z","provider:segmentation_id":32,"name":"NeutronUtilsSubnetTests-1601956f-44c9-4b26-811b-590962fb67cd-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:47Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:48,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7e4382b1-37fd-4c43-b8c4-bc13729ec248 used request id req-36c0baa1-73b5-4a53-9075-56caa0b3c0cc 2018-09-22 12:44:48,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7e4382b1-37fd-4c43-b8c4-bc13729ec248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}412e723deb72cac3f72a29674abbd5c423c065c9" 2018-09-22 12:44:48,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-08168069-3ad4-4a0b-aa5a-f2a021e2d15f Date: Sat, 22 Sep 2018 12:44:48 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:44:48,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7e4382b1-37fd-4c43-b8c4-bc13729ec248 used request id req-08168069-3ad4-4a0b-aa5a-f2a021e2d15f 2018-09-22 12:44:48,377 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-1601956f-44c9-4b26-811b-590962fb67cd-pub-subnet 2018-09-22 12:44:48,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}412e723deb72cac3f72a29674abbd5c423c065c9" -d '{"subnets": [{"ip_version": 4, "network_id": "7e4382b1-37fd-4c43-b8c4-bc13729ec248", "cidr": null, "name": "NeutronUtilsSubnetTests-1601956f-44c9-4b26-811b-590962fb67cd-pub-subnet"}]}' 2018-09-22 12:44:48,664 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-5b1b2138-d0a0-4865-8e3d-b85eddbdf2ca Date: Sat, 22 Sep 2018 12:44:48 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-09-22 12:44:48,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-5b1b2138-d0a0-4865-8e3d-b85eddbdf2ca 2018-09-22 12:44:48,665 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-09-22 12:44:48,665 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-1601956f-44c9-4b26-811b-590962fb67cd-pub-subnet] for network [NeutronUtilsSubnetTests-1601956f-44c9-4b26-811b-590962fb67cd-pub-net] 2018-09-22 12:44:48,665 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-1601956f-44c9-4b26-811b-590962fb67cd-pub-net 2018-09-22 12:44:48,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/7e4382b1-37fd-4c43-b8c4-bc13729ec248 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}412e723deb72cac3f72a29674abbd5c423c065c9" 2018-09-22 12:44:49,577 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9629cc39-e321-4511-b790-633df1e38445 Date: Sat, 22 Sep 2018 12:44:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:49,577 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7e4382b1-37fd-4c43-b8c4-bc13729ec248 used request id req-9629cc39-e321-4511-b790-633df1e38445 2018-09-22 12:44:49,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:49,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["zzOY1oR6T7eiO52meSWkOQ"], "issued_at": "2018-09-22T12:44:49.000000Z"}} 2018-09-22 12:44:49,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" 2018-09-22 12:44:50,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d09f7b48-e426-4e90-a444-66202bedd5bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:50,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d09f7b48-e426-4e90-a444-66202bedd5bc 2018-09-22 12:44:50,037 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-net 2018-09-22 12:44:50,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" -d '{"network": {"name": "NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-net", "admin_state_up": true}}' 2018-09-22 12:44:50,485 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-d3f99672-6fd1-44be-974c-cf5966aa712a Date: Sat, 22 Sep 2018 12:44:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b00ad912-c6d7-4aac-88e1-e5aa761fe9a7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:50Z","is_default":false,"provider:segmentation_id":23,"name":"NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:50Z","mtu":1450}} 2018-09-22 12:44:50,485 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-d3f99672-6fd1-44be-974c-cf5966aa712a 2018-09-22 12:44:50,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" 2018-09-22 12:44:51,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-107f6e7c-8b3c-43ad-af7e-c75f2dd31269 Date: Sat, 22 Sep 2018 12:44:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b00ad912-c6d7-4aac-88e1-e5aa761fe9a7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:50Z","provider:segmentation_id":23,"name":"NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:50Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:51,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 used request id req-107f6e7c-8b3c-43ad-af7e-c75f2dd31269 2018-09-22 12:44:51,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" 2018-09-22 12:44:51,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-089e8230-4551-4629-af5e-ef59f2565357 Date: Sat, 22 Sep 2018 12:44:51 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:44:51,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 used request id req-089e8230-4551-4629-af5e-ef59f2565357 2018-09-22 12:44:51,567 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-subnet 2018-09-22 12:44:51,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" -d '{"subnets": [{"ip_version": 4, "network_id": "b00ad912-c6d7-4aac-88e1-e5aa761fe9a7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-subnet"}]}' 2018-09-22 12:44:52,198 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5280e356-7309-438b-a6ec-9b6c77568a99 Date: Sat, 22 Sep 2018 12:44:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b00ad912-c6d7-4aac-88e1-e5aa761fe9a7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:51Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:51Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"61f389de-d392-4365-9c53-045a75662148","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-subnet"}]} 2018-09-22 12:44:52,198 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-5280e356-7309-438b-a6ec-9b6c77568a99 2018-09-22 12:44:52,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" 2018-09-22 12:44:52,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-70bc7916-bade-4dda-990d-512d0f272421 Date: Sat, 22 Sep 2018 12:44:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b00ad912-c6d7-4aac-88e1-e5aa761fe9a7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["61f389de-d392-4365-9c53-045a75662148"],"description":"","tags":[],"updated_at":"2018-09-22T12:44:51Z","provider:segmentation_id":23,"name":"NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:50Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:52,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 used request id req-70bc7916-bade-4dda-990d-512d0f272421 2018-09-22 12:44:52,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" 2018-09-22 12:44:52,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0c57c45f-5de9-4f0d-9d66-13c80e396db6 Date: Sat, 22 Sep 2018 12:44:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b00ad912-c6d7-4aac-88e1-e5aa761fe9a7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:51Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"61f389de-d392-4365-9c53-045a75662148","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-subnet"}]} 2018-09-22 12:44:52,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 used request id req-0c57c45f-5de9-4f0d-9d66-13c80e396db6 2018-09-22 12:44:52,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" 2018-09-22 12:44:52,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4618eef4-2de4-4037-abeb-05a5cbcc8213 Date: Sat, 22 Sep 2018 12:44:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b00ad912-c6d7-4aac-88e1-e5aa761fe9a7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["61f389de-d392-4365-9c53-045a75662148"],"description":"","tags":[],"updated_at":"2018-09-22T12:44:51Z","provider:segmentation_id":23,"name":"NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:50Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:52,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-net used request id req-4618eef4-2de4-4037-abeb-05a5cbcc8213 2018-09-22 12:44:52,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:44:52,976 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:44:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:44:52,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" 2018-09-22 12:44:53,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1385b4a-c086-4a86-bad6-8b78561f3957 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:44:53,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-d1385b4a-c086-4a86-bad6-8b78561f3957 2018-09-22 12:44:53,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" 2018-09-22 12:44:53,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9a37d718-474a-4101-a031-8a59066e62f4 Date: Sat, 22 Sep 2018 12:44:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b00ad912-c6d7-4aac-88e1-e5aa761fe9a7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:51Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"61f389de-d392-4365-9c53-045a75662148","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-subnet"}]} 2018-09-22 12:44:53,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 used request id req-9a37d718-474a-4101-a031-8a59066e62f4 2018-09-22 12:44:53,931 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-subnet 2018-09-22 12:44:53,931 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-subnet 2018-09-22 12:44:53,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/61f389de-d392-4365-9c53-045a75662148 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" 2018-09-22 12:44:56,192 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1dfc6cc-c650-470a-8c13-bbbca79aaa8b Date: Sat, 22 Sep 2018 12:44:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:56,193 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/61f389de-d392-4365-9c53-045a75662148 used request id req-d1dfc6cc-c650-470a-8c13-bbbca79aaa8b 2018-09-22 12:44:56,193 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-bcee2440-73cc-4a44-97e8-b0b1fdee5ea1-pub-net 2018-09-22 12:44:56,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48956ec034510cbf44340e3b32f22a60c48657f7" 2018-09-22 12:44:58,025 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56136fa1-e1d6-413d-b2b6-820c21e281c1 Date: Sat, 22 Sep 2018 12:44:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:44:58,026 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/b00ad912-c6d7-4aac-88e1-e5aa761fe9a7 used request id req-56136fa1-e1d6-413d-b2b6-820c21e281c1 2018-09-22 12:44:58,027 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:44:58,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["TCiPPxqjS42tpxMUGRHmDA"], "issued_at": "2018-09-22T12:44:58.000000Z"}} 2018-09-22 12:44:58,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:44:58,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ee4b140-f810-4e22-bab2-23ed0a88fd19 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:44:58,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5ee4b140-f810-4e22-bab2-23ed0a88fd19 2018-09-22 12:44:58,510 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-net 2018-09-22 12:44:58,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" -d '{"network": {"name": "NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-net", "admin_state_up": true}}' 2018-09-22 12:44:58,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6fea10b4-be5d-44d7-b574-644bfff21272 Date: Sat, 22 Sep 2018 12:44:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c1597687-74e8-41fb-91cf-4d3a7358e728","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:58Z","is_default":false,"provider:segmentation_id":75,"name":"NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:58Z","mtu":1450}} 2018-09-22 12:44:58,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6fea10b4-be5d-44d7-b574-644bfff21272 2018-09-22 12:44:58,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c1597687-74e8-41fb-91cf-4d3a7358e728 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:44:59,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6f014c70-2a64-47b8-a6f6-f3ff77813a3a Date: Sat, 22 Sep 2018 12:44:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c1597687-74e8-41fb-91cf-4d3a7358e728","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:44:58Z","provider:segmentation_id":75,"name":"NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:58Z","provider:network_type":"vxlan"}]} 2018-09-22 12:44:59,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c1597687-74e8-41fb-91cf-4d3a7358e728 used request id req-6f014c70-2a64-47b8-a6f6-f3ff77813a3a 2018-09-22 12:44:59,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c1597687-74e8-41fb-91cf-4d3a7358e728 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:44:59,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b2a23e7a-5436-4ebd-845b-9e7e4200b772 Date: Sat, 22 Sep 2018 12:44:59 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:44:59,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c1597687-74e8-41fb-91cf-4d3a7358e728 used request id req-b2a23e7a-5436-4ebd-845b-9e7e4200b772 2018-09-22 12:44:59,338 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-subnet 2018-09-22 12:44:59,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" -d '{"subnets": [{"ip_version": 4, "network_id": "c1597687-74e8-41fb-91cf-4d3a7358e728", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-subnet"}]}' 2018-09-22 12:45:00,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-417a494b-2c92-4361-8df3-336984f0cebe Date: Sat, 22 Sep 2018 12:45:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1597687-74e8-41fb-91cf-4d3a7358e728","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:59Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:59Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"d434ae8b-4c02-4a2e-8e10-b72c94633038","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-subnet"}]} 2018-09-22 12:45:00,084 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-417a494b-2c92-4361-8df3-336984f0cebe 2018-09-22 12:45:00,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c1597687-74e8-41fb-91cf-4d3a7358e728 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:00,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-798b7e99-5dad-47e5-97ea-37e5a5e9dea9 Date: Sat, 22 Sep 2018 12:45:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c1597687-74e8-41fb-91cf-4d3a7358e728","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["d434ae8b-4c02-4a2e-8e10-b72c94633038"],"description":"","tags":[],"updated_at":"2018-09-22T12:44:59Z","provider:segmentation_id":75,"name":"NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:58Z","provider:network_type":"vxlan"}]} 2018-09-22 12:45:00,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c1597687-74e8-41fb-91cf-4d3a7358e728 used request id req-798b7e99-5dad-47e5-97ea-37e5a5e9dea9 2018-09-22 12:45:00,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c1597687-74e8-41fb-91cf-4d3a7358e728 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:00,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0ff58a53-7c9c-40ab-9e73-de03887426f9 Date: Sat, 22 Sep 2018 12:45:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1597687-74e8-41fb-91cf-4d3a7358e728","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:59Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"d434ae8b-4c02-4a2e-8e10-b72c94633038","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-subnet"}]} 2018-09-22 12:45:00,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c1597687-74e8-41fb-91cf-4d3a7358e728 used request id req-0ff58a53-7c9c-40ab-9e73-de03887426f9 2018-09-22 12:45:00,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:00,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-26e9b4b9-a2dd-48bb-9843-5625b2bc0b89 Date: Sat, 22 Sep 2018 12:45:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c1597687-74e8-41fb-91cf-4d3a7358e728","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["d434ae8b-4c02-4a2e-8e10-b72c94633038"],"description":"","tags":[],"updated_at":"2018-09-22T12:44:59Z","provider:segmentation_id":75,"name":"NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:58Z","provider:network_type":"vxlan"}]} 2018-09-22 12:45:00,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-net used request id req-26e9b4b9-a2dd-48bb-9843-5625b2bc0b89 2018-09-22 12:45:00,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:45:00,905 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:45:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:45:00,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:00,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a617465e-e775-4bcd-b575-cad7b3dbaf53 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:45:00,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-a617465e-e775-4bcd-b575-cad7b3dbaf53 2018-09-22 12:45:00,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c1597687-74e8-41fb-91cf-4d3a7358e728 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:01,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-64dd1cbc-b0c3-493e-9b84-554332fbd36e Date: Sat, 22 Sep 2018 12:45:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1597687-74e8-41fb-91cf-4d3a7358e728","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:59Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"d434ae8b-4c02-4a2e-8e10-b72c94633038","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-subnet"}]} 2018-09-22 12:45:01,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c1597687-74e8-41fb-91cf-4d3a7358e728 used request id req-64dd1cbc-b0c3-493e-9b84-554332fbd36e 2018-09-22 12:45:01,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c1597687-74e8-41fb-91cf-4d3a7358e728&name=NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:01,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1be2ac9b-085c-4814-9300-1d05a2ea8002 Date: Sat, 22 Sep 2018 12:45:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1597687-74e8-41fb-91cf-4d3a7358e728","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:44:59Z","dns_nameservers":[],"updated_at":"2018-09-22T12:44:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"d434ae8b-4c02-4a2e-8e10-b72c94633038","subnetpool_id":null,"name":"NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-subnet"}]} 2018-09-22 12:45:01,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c1597687-74e8-41fb-91cf-4d3a7358e728&name=NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-subnet used request id req-1be2ac9b-085c-4814-9300-1d05a2ea8002 2018-09-22 12:45:01,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:45:01,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:45:01,747 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:45:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["FjKwUwcXQ32NSQ24W1F7-A"], "issued_at": "2018-09-22T12:45:01.000000Z"}} 2018-09-22 12:45:01,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca460ca212e7dca3955d54827ede6110ff026e16" 2018-09-22 12:45:01,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38f428c0-623a-4dbc-8779-f6d907d785f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:45:01,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-38f428c0-623a-4dbc-8779-f6d907d785f3 2018-09-22 12:45:01,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:01,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-83ff74d1-36eb-42c5-bc40-92a3eeefe984 Date: Sat, 22 Sep 2018 12:45:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:45:01,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-83ff74d1-36eb-42c5-bc40-92a3eeefe984 2018-09-22 12:45:01,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:02,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-718a9157-afc0-43d3-86a2-87baea49abaf Date: Sat, 22 Sep 2018 12:45:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-22 12:45:02,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 used request id req-718a9157-afc0-43d3-86a2-87baea49abaf 2018-09-22 12:45:02,125 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-router 2018-09-22 12:45:02,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" -d '{"router": {"external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128"}, "name": "NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-router", "admin_state_up": true}}' 2018-09-22 12:45:03,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-53ce31ca-ca9c-4fc5-b537-109efedee911 Date: Sat, 22 Sep 2018 12:45:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:03Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "3f2b4b9d-11d3-424d-be9f-7386380caf10", "name": "NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-router"}} 2018-09-22 12:45:03,740 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-53ce31ca-ca9c-4fc5-b537-109efedee911 2018-09-22 12:45:03,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=3f2b4b9d-11d3-424d-be9f-7386380caf10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:03,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-eb173bab-bfac-404e-87e2-06b737b50779 Date: Sat, 22 Sep 2018 12:45:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.205"}],"id":"f5043ec3-ff7b-44b3-8f74-fb73835edcaa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a3:d7:91","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3f2b4b9d-11d3-424d-be9f-7386380caf10","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:03Z","binding:vnic_type":"normal"}]} 2018-09-22 12:45:03,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=3f2b4b9d-11d3-424d-be9f-7386380caf10 used request id req-eb173bab-bfac-404e-87e2-06b737b50779 2018-09-22 12:45:03,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:03,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8a3cd6b2-0194-4d98-8668-b81b9d5d94e1 Date: Sat, 22 Sep 2018 12:45:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}} 2018-09-22 12:45:03,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 used request id req-8a3cd6b2-0194-4d98-8668-b81b9d5d94e1 2018-09-22 12:45:03,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:04,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5b46ac2a-7778-4b63-96d6-18a3f7bfb619 Date: Sat, 22 Sep 2018 12:45:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:03Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "3f2b4b9d-11d3-424d-be9f-7386380caf10", "name": "NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-router"}]} 2018-09-22 12:45:04,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-router used request id req-5b46ac2a-7778-4b63-96d6-18a3f7bfb619 2018-09-22 12:45:04,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:04,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38fb1a78-8b6a-4343-8c0f-068ce3f18845 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:45:04,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-38fb1a78-8b6a-4343-8c0f-068ce3f18845 2018-09-22 12:45:04,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=3f2b4b9d-11d3-424d-be9f-7386380caf10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:04,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-cfebab39-7b5a-4a86-b900-b2ce3b36001a Date: Sat, 22 Sep 2018 12:45:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:03Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.205"}],"id":"f5043ec3-ff7b-44b3-8f74-fb73835edcaa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a3:d7:91","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3f2b4b9d-11d3-424d-be9f-7386380caf10","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:03Z","binding:vnic_type":"normal"}]} 2018-09-22 12:45:04,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=3f2b4b9d-11d3-424d-be9f-7386380caf10 used request id req-cfebab39-7b5a-4a86-b900-b2ce3b36001a 2018-09-22 12:45:04,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:04,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2ca5bd7a-1ce7-4665-ac6d-20b02463c698 Date: Sat, 22 Sep 2018 12:45:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}} 2018-09-22 12:45:04,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 used request id req-2ca5bd7a-1ce7-4665-ac6d-20b02463c698 2018-09-22 12:45:04,586 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-router 2018-09-22 12:45:04,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/3f2b4b9d-11d3-424d-be9f-7386380caf10/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" -d '{"subnet_id": "d434ae8b-4c02-4a2e-8e10-b72c94633038"}' 2018-09-22 12:45:05,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4c39b3c8-c740-4dd7-a9e3-139573d9e934 Date: Sat, 22 Sep 2018 12:45:05 GMT RESP BODY: {"network_id": "c1597687-74e8-41fb-91cf-4d3a7358e728", "tenant_id": "e0be80d39933400abe48c8503e28224e", "subnet_id": "d434ae8b-4c02-4a2e-8e10-b72c94633038", "subnet_ids": ["d434ae8b-4c02-4a2e-8e10-b72c94633038"], "port_id": "2c5c14ff-7c17-4516-a252-4ecc2f6c6b2b", "id": "3f2b4b9d-11d3-424d-be9f-7386380caf10"} 2018-09-22 12:45:05,981 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3f2b4b9d-11d3-424d-be9f-7386380caf10/add_router_interface used request id req-4c39b3c8-c740-4dd7-a9e3-139573d9e934 2018-09-22 12:45:05,981 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-router 2018-09-22 12:45:05,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/3f2b4b9d-11d3-424d-be9f-7386380caf10/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" -d '{"subnet_id": "d434ae8b-4c02-4a2e-8e10-b72c94633038"}' 2018-09-22 12:45:06,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a23da1bd-eeec-4065-9e07-99d320aaee06 Date: Sat, 22 Sep 2018 12:45:06 GMT RESP BODY: {"network_id": "c1597687-74e8-41fb-91cf-4d3a7358e728", "tenant_id": "e0be80d39933400abe48c8503e28224e", "subnet_id": "d434ae8b-4c02-4a2e-8e10-b72c94633038", "subnet_ids": ["d434ae8b-4c02-4a2e-8e10-b72c94633038"], "port_id": "2c5c14ff-7c17-4516-a252-4ecc2f6c6b2b", "id": "3f2b4b9d-11d3-424d-be9f-7386380caf10"} 2018-09-22 12:45:06,951 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3f2b4b9d-11d3-424d-be9f-7386380caf10/remove_router_interface used request id req-a23da1bd-eeec-4065-9e07-99d320aaee06 2018-09-22 12:45:06,951 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-router 2018-09-22 12:45:06,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/3f2b4b9d-11d3-424d-be9f-7386380caf10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:08,020 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf282003-4f80-4945-ba1b-7f527a80f316 Content-Length: 0 Date: Sat, 22 Sep 2018 12:45:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:45:08,021 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/3f2b4b9d-11d3-424d-be9f-7386380caf10 used request id req-cf282003-4f80-4945-ba1b-7f527a80f316 2018-09-22 12:45:08,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:08,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a2a043ce-2f5d-47da-94f0-5faf76acd76f Date: Sat, 22 Sep 2018 12:45:08 GMT RESP BODY: {"routers": []} 2018-09-22 12:45:08,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-router used request id req-a2a043ce-2f5d-47da-94f0-5faf76acd76f 2018-09-22 12:45:08,071 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-subnet 2018-09-22 12:45:08,071 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-subnet 2018-09-22 12:45:08,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/d434ae8b-4c02-4a2e-8e10-b72c94633038 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:10,114 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0641e5fa-d61f-474d-939f-64acbec792de Date: Sat, 22 Sep 2018 12:45:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:45:10,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d434ae8b-4c02-4a2e-8e10-b72c94633038 used request id req-0641e5fa-d61f-474d-939f-64acbec792de 2018-09-22 12:45:10,114 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-0ed5dd59-0885-4870-bc95-0a2ca0682a1a-pub-net 2018-09-22 12:45:10,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/c1597687-74e8-41fb-91cf-4d3a7358e728 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1657909d93a22f39ef9ffc9772d201f12ce3db96" 2018-09-22 12:45:11,496 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-22e56a5a-2798-46c4-a65c-e21580d74fc5 Date: Sat, 22 Sep 2018 12:45:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:45:11,496 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c1597687-74e8-41fb-91cf-4d3a7358e728 used request id req-22e56a5a-2798-46c4-a65c-e21580d74fc5 2018-09-22 12:45:11,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:45:11,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:45:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["MiwMgdziS8-mFuDoz-X4GQ"], "issued_at": "2018-09-22T12:45:11.000000Z"}} 2018-09-22 12:45:11,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:11,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cd59d0c-90ab-4a32-ba87-1c80ff5e11e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:45:11,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5cd59d0c-90ab-4a32-ba87-1c80ff5e11e7 2018-09-22 12:45:11,971 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-net 2018-09-22 12:45:11,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" -d '{"network": {"name": "NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-net", "admin_state_up": true}}' 2018-09-22 12:45:12,480 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e142695a-892a-4024-a5fd-bbbbcbc0fc9f Date: Sat, 22 Sep 2018 12:45: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":"f1e8e5ba-3909-4033-b4e5-1d92717f0608","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:45:12Z","is_default":false,"provider:segmentation_id":31,"name":"NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:12Z","mtu":1450}} 2018-09-22 12:45:12,480 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e142695a-892a-4024-a5fd-bbbbcbc0fc9f 2018-09-22 12:45:12,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f1e8e5ba-3909-4033-b4e5-1d92717f0608 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:12,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9a80f99a-5345-428a-ad1b-f1220253c215 Date: Sat, 22 Sep 2018 12:45:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f1e8e5ba-3909-4033-b4e5-1d92717f0608","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:45:12Z","provider:segmentation_id":31,"name":"NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:12Z","provider:network_type":"vxlan"}]} 2018-09-22 12:45:12,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f1e8e5ba-3909-4033-b4e5-1d92717f0608 used request id req-9a80f99a-5345-428a-ad1b-f1220253c215 2018-09-22 12:45:12,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f1e8e5ba-3909-4033-b4e5-1d92717f0608 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:12,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-432f55d0-7de3-4574-98b6-dce86e8a87eb Date: Sat, 22 Sep 2018 12:45:12 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:45:12,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f1e8e5ba-3909-4033-b4e5-1d92717f0608 used request id req-432f55d0-7de3-4574-98b6-dce86e8a87eb 2018-09-22 12:45:12,920 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-subnet 2018-09-22 12:45:12,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" -d '{"subnets": [{"ip_version": 4, "network_id": "f1e8e5ba-3909-4033-b4e5-1d92717f0608", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-subnet"}]}' 2018-09-22 12:45:13,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-27169a58-18cd-419c-ac7d-08d298b4376c Date: Sat, 22 Sep 2018 12:45:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1e8e5ba-3909-4033-b4e5-1d92717f0608","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:13Z","dns_nameservers":[],"updated_at":"2018-09-22T12:45:13Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-subnet"}]} 2018-09-22 12:45:13,647 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-27169a58-18cd-419c-ac7d-08d298b4376c 2018-09-22 12:45:13,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f1e8e5ba-3909-4033-b4e5-1d92717f0608 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:13,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5b55756b-3dce-4594-bf83-953cffee318d Date: Sat, 22 Sep 2018 12:45:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f1e8e5ba-3909-4033-b4e5-1d92717f0608","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d"],"description":"","tags":[],"updated_at":"2018-09-22T12:45:13Z","provider:segmentation_id":31,"name":"NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:12Z","provider:network_type":"vxlan"}]} 2018-09-22 12:45:13,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f1e8e5ba-3909-4033-b4e5-1d92717f0608 used request id req-5b55756b-3dce-4594-bf83-953cffee318d 2018-09-22 12:45:13,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f1e8e5ba-3909-4033-b4e5-1d92717f0608 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:14,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4d13bfde-6359-4521-b7ce-4e45d2f81247 Date: Sat, 22 Sep 2018 12:45:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1e8e5ba-3909-4033-b4e5-1d92717f0608","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:13Z","dns_nameservers":[],"updated_at":"2018-09-22T12:45:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-subnet"}]} 2018-09-22 12:45:14,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f1e8e5ba-3909-4033-b4e5-1d92717f0608 used request id req-4d13bfde-6359-4521-b7ce-4e45d2f81247 2018-09-22 12:45:14,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:14,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7d7733c3-b602-4397-91e2-c92b1c5937e6 Date: Sat, 22 Sep 2018 12:45:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f1e8e5ba-3909-4033-b4e5-1d92717f0608","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d"],"description":"","tags":[],"updated_at":"2018-09-22T12:45:13Z","provider:segmentation_id":31,"name":"NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:12Z","provider:network_type":"vxlan"}]} 2018-09-22 12:45:14,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-net used request id req-7d7733c3-b602-4397-91e2-c92b1c5937e6 2018-09-22 12:45:14,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:45:14,205 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:45:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:45:14,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:14,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-793da121-18d9-4252-a5ba-c7d9591e1a58 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:45:14,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-793da121-18d9-4252-a5ba-c7d9591e1a58 2018-09-22 12:45:14,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f1e8e5ba-3909-4033-b4e5-1d92717f0608 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:14,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0ed56009-6391-4a74-9ed5-5753de006403 Date: Sat, 22 Sep 2018 12:45:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f1e8e5ba-3909-4033-b4e5-1d92717f0608","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:13Z","dns_nameservers":[],"updated_at":"2018-09-22T12:45:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-subnet"}]} 2018-09-22 12:45:14,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f1e8e5ba-3909-4033-b4e5-1d92717f0608 used request id req-0ed56009-6391-4a74-9ed5-5753de006403 2018-09-22 12:45:14,522 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:45:14,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:45:14,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:45:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["mgublov4TVOKo0ihhCxnBw"], "issued_at": "2018-09-22T12:45:14.000000Z"}} 2018-09-22 12:45:14,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee004fdd2a2c6756c2fe4cac9494797d50a24a4" 2018-09-22 12:45:14,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-690a7cef-bda7-4b7f-b530-df13a9de6a15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:45:14,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-690a7cef-bda7-4b7f-b530-df13a9de6a15 2018-09-22 12:45:14,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:15,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f8e67dd6-a9f8-4cb2-b959-de50b368449a Date: Sat, 22 Sep 2018 12:45:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:45:15,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-f8e67dd6-a9f8-4cb2-b959-de50b368449a 2018-09-22 12:45:15,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:15,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-64edc855-e393-490e-89e0-0c790c9bcbf9 Date: Sat, 22 Sep 2018 12:45:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-22 12:45:15,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 used request id req-64edc855-e393-490e-89e0-0c790c9bcbf9 2018-09-22 12:45:15,436 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-router 2018-09-22 12:45:15,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" -d '{"router": {"external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128"}, "name": "NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-router", "admin_state_up": true}}' 2018-09-22 12:45:16,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-b4ff26a9-e6e8-424b-85b5-0c9f0ebdad1b Date: Sat, 22 Sep 2018 12:45:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:16Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "0f37b2c5-566a-4d67-b102-64a98bac8c2c", "name": "NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-router"}} 2018-09-22 12:45:16,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-b4ff26a9-e6e8-424b-85b5-0c9f0ebdad1b 2018-09-22 12:45:16,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=0f37b2c5-566a-4d67-b102-64a98bac8c2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:16,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-dc133b47-7464-4fcb-92de-4c441c599321 Date: Sat, 22 Sep 2018 12:45:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.206"}],"id":"1437aef3-d946-438a-b95e-2fd79164aec2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:70:95","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"0f37b2c5-566a-4d67-b102-64a98bac8c2c","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:15Z","binding:vnic_type":"normal"}]} 2018-09-22 12:45:16,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=0f37b2c5-566a-4d67-b102-64a98bac8c2c used request id req-dc133b47-7464-4fcb-92de-4c441c599321 2018-09-22 12:45:16,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:16,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d850dded-47e7-4916-824a-525e6ebf5700 Date: Sat, 22 Sep 2018 12:45:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}} 2018-09-22 12:45:16,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 used request id req-d850dded-47e7-4916-824a-525e6ebf5700 2018-09-22 12:45:16,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:16,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1fc350a8-c100-4b37-9cfb-7e99b02bc058 Date: Sat, 22 Sep 2018 12:45:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:16Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "0f37b2c5-566a-4d67-b102-64a98bac8c2c", "name": "NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-router"}]} 2018-09-22 12:45:16,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-router used request id req-1fc350a8-c100-4b37-9cfb-7e99b02bc058 2018-09-22 12:45:16,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:16,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-257493d1-2548-4e53-b5e0-0a9d58486f9d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:45:16,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-257493d1-2548-4e53-b5e0-0a9d58486f9d 2018-09-22 12:45:16,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=0f37b2c5-566a-4d67-b102-64a98bac8c2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:17,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e6f034a3-cc2f-4403-9ad9-1e1c28f2c2f9 Date: Sat, 22 Sep 2018 12:45:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.206"}],"id":"1437aef3-d946-438a-b95e-2fd79164aec2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:70:95","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"0f37b2c5-566a-4d67-b102-64a98bac8c2c","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:15Z","binding:vnic_type":"normal"}]} 2018-09-22 12:45:17,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=0f37b2c5-566a-4d67-b102-64a98bac8c2c used request id req-e6f034a3-cc2f-4403-9ad9-1e1c28f2c2f9 2018-09-22 12:45:17,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:17,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3d5dede9-689f-4070-b3e2-b875efe107a6 Date: Sat, 22 Sep 2018 12:45:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}} 2018-09-22 12:45:17,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 used request id req-3d5dede9-689f-4070-b3e2-b875efe107a6 2018-09-22 12:45:17,370 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-subnet 2018-09-22 12:45:17,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:19,299 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cd4d332e-1a79-4aee-85df-c1885bdaff93 Date: Sat, 22 Sep 2018 12:45:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:45:19,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d used request id req-cd4d332e-1a79-4aee-85df-c1885bdaff93 2018-09-22 12:45:19,300 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-router 2018-09-22 12:45:19,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/0f37b2c5-566a-4d67-b102-64a98bac8c2c/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" -d '{"subnet_id": "4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d"}' 2018-09-22 12:45:19,511 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-97165f3f-811c-455b-98da-d8d2cf8041d4 Date: Sat, 22 Sep 2018 12:45:19 GMT RESP BODY: {"NeutronError": {"message": "Subnet 4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-22 12:45:19,512 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0f37b2c5-566a-4d67-b102-64a98bac8c2c/add_router_interface used request id req-97165f3f-811c-455b-98da-d8d2cf8041d4 2018-09-22 12:45:19,512 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-22 12:45:19,512 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-router 2018-09-22 12:45:19,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/0f37b2c5-566a-4d67-b102-64a98bac8c2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:20,625 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8193ad8f-c36f-41d4-af87-1d53813f8cf0 Content-Length: 0 Date: Sat, 22 Sep 2018 12:45:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:45:20,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0f37b2c5-566a-4d67-b102-64a98bac8c2c used request id req-8193ad8f-c36f-41d4-af87-1d53813f8cf0 2018-09-22 12:45:20,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:20,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-48060f68-e473-492e-8dff-8b19631af19e Date: Sat, 22 Sep 2018 12:45:20 GMT RESP BODY: {"routers": []} 2018-09-22 12:45:20,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-router used request id req-48060f68-e473-492e-8dff-8b19631af19e 2018-09-22 12:45:20,839 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-subnet 2018-09-22 12:45:20,839 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-subnet 2018-09-22 12:45:20,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:21,033 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-685aad4c-3520-49ab-bc47-ecf91b7c8cb7 Date: Sat, 22 Sep 2018 12:45:21 GMT RESP BODY: {"NeutronError": {"message": "Subnet 4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-22 12:45:21,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d used request id req-685aad4c-3520-49ab-bc47-ecf91b7c8cb7 2018-09-22 12:45:21,034 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 4d2e8b25-07ba-4ef6-9ea4-56f5cfd5f48d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-09-22 12:45:21,034 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-abd63239-3043-4f95-9d48-02c4b49278fa-pub-net 2018-09-22 12:45:21,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/f1e8e5ba-3909-4033-b4e5-1d92717f0608 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b9619c0ebecd27b8fa56ef7465dfefc3abffc19" 2018-09-22 12:45:21,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5af895f9-ad5f-47a3-a35a-2853bc4b278f Date: Sat, 22 Sep 2018 12:45:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:45:21,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f1e8e5ba-3909-4033-b4e5-1d92717f0608 used request id req-5af895f9-ad5f-47a3-a35a-2853bc4b278f 2018-09-22 12:45:21,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:45:22,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:45:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["ggV9hGOtRKCZ1SjtnYScCg"], "issued_at": "2018-09-22T12:45:22.000000Z"}} 2018-09-22 12:45:22,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" 2018-09-22 12:45:22,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-644a27da-577a-4cc3-8fd9-6e6204e036f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:45:22,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-644a27da-577a-4cc3-8fd9-6e6204e036f9 2018-09-22 12:45:22,547 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-net 2018-09-22 12:45:22,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" -d '{"network": {"name": "NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-net", "admin_state_up": true}}' 2018-09-22 12:45:23,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-473a1e6b-2ad2-498d-932e-a4bac180b12a Date: Sat, 22 Sep 2018 12:45:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"20f8e9cf-1499-4018-9af1-dcac7b834dc0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:45:22Z","is_default":false,"provider:segmentation_id":57,"name":"NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:22Z","mtu":1450}} 2018-09-22 12:45:23,168 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-473a1e6b-2ad2-498d-932e-a4bac180b12a 2018-09-22 12:45:23,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=20f8e9cf-1499-4018-9af1-dcac7b834dc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" 2018-09-22 12:45:23,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f29eab0a-2191-4d70-ae54-fb6286ac308f Date: Sat, 22 Sep 2018 12:45:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"20f8e9cf-1499-4018-9af1-dcac7b834dc0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:45:22Z","provider:segmentation_id":57,"name":"NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:22Z","provider:network_type":"vxlan"}]} 2018-09-22 12:45:23,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=20f8e9cf-1499-4018-9af1-dcac7b834dc0 used request id req-f29eab0a-2191-4d70-ae54-fb6286ac308f 2018-09-22 12:45:23,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20f8e9cf-1499-4018-9af1-dcac7b834dc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" 2018-09-22 12:45:23,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-73364cba-588a-426f-89ba-a49c493c9149 Date: Sat, 22 Sep 2018 12:45:23 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:45:23,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20f8e9cf-1499-4018-9af1-dcac7b834dc0 used request id req-73364cba-588a-426f-89ba-a49c493c9149 2018-09-22 12:45:23,593 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-subnet 2018-09-22 12:45:23,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" -d '{"subnets": [{"ip_version": 4, "network_id": "20f8e9cf-1499-4018-9af1-dcac7b834dc0", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-subnet"}]}' 2018-09-22 12:45:24,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b1309527-727a-473c-bce1-0f2475944c93 Date: Sat, 22 Sep 2018 12:45:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20f8e9cf-1499-4018-9af1-dcac7b834dc0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:23Z","dns_nameservers":[],"updated_at":"2018-09-22T12:45:23Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"68de7813-8353-46a3-a809-ab04014abce3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-subnet"}]} 2018-09-22 12:45:24,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b1309527-727a-473c-bce1-0f2475944c93 2018-09-22 12:45:24,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=20f8e9cf-1499-4018-9af1-dcac7b834dc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" 2018-09-22 12:45:25,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4130a879-5341-44d1-b9ad-f2ba79d65320 Date: Sat, 22 Sep 2018 12:45:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"20f8e9cf-1499-4018-9af1-dcac7b834dc0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["68de7813-8353-46a3-a809-ab04014abce3"],"description":"","tags":[],"updated_at":"2018-09-22T12:45:23Z","provider:segmentation_id":57,"name":"NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:22Z","provider:network_type":"vxlan"}]} 2018-09-22 12:45:25,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=20f8e9cf-1499-4018-9af1-dcac7b834dc0 used request id req-4130a879-5341-44d1-b9ad-f2ba79d65320 2018-09-22 12:45:25,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20f8e9cf-1499-4018-9af1-dcac7b834dc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" 2018-09-22 12:45:25,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4c6ba4f8-992d-42c9-bdeb-254ca4bc9d21 Date: Sat, 22 Sep 2018 12:45:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20f8e9cf-1499-4018-9af1-dcac7b834dc0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:23Z","dns_nameservers":[],"updated_at":"2018-09-22T12:45:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"68de7813-8353-46a3-a809-ab04014abce3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-subnet"}]} 2018-09-22 12:45:25,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20f8e9cf-1499-4018-9af1-dcac7b834dc0 used request id req-4c6ba4f8-992d-42c9-bdeb-254ca4bc9d21 2018-09-22 12:45:25,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" 2018-09-22 12:45:25,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ecc155fa-e786-4dbc-a087-6f1ea408c081 Date: Sat, 22 Sep 2018 12:45:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"20f8e9cf-1499-4018-9af1-dcac7b834dc0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["68de7813-8353-46a3-a809-ab04014abce3"],"description":"","tags":[],"updated_at":"2018-09-22T12:45:23Z","provider:segmentation_id":57,"name":"NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:22Z","provider:network_type":"vxlan"}]} 2018-09-22 12:45:25,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-net used request id req-ecc155fa-e786-4dbc-a087-6f1ea408c081 2018-09-22 12:45:25,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:45:25,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:45:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:45:25,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" 2018-09-22 12:45:25,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c92908a7-3b70-4090-ba00-1f9bb19dc1d7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:45:25,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-c92908a7-3b70-4090-ba00-1f9bb19dc1d7 2018-09-22 12:45:25,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20f8e9cf-1499-4018-9af1-dcac7b834dc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" 2018-09-22 12:45:25,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a29a1e57-6024-4a75-b5cc-8fd5aa0e7d6b Date: Sat, 22 Sep 2018 12:45:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20f8e9cf-1499-4018-9af1-dcac7b834dc0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:23Z","dns_nameservers":[],"updated_at":"2018-09-22T12:45:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"68de7813-8353-46a3-a809-ab04014abce3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-subnet"}]} 2018-09-22 12:45:25,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20f8e9cf-1499-4018-9af1-dcac7b834dc0 used request id req-a29a1e57-6024-4a75-b5cc-8fd5aa0e7d6b 2018-09-22 12:45:25,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=20f8e9cf-1499-4018-9af1-dcac7b834dc0&name=NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" 2018-09-22 12:45:26,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d34cc73a-9196-4a60-9bca-31a696535a5f Date: Sat, 22 Sep 2018 12:45:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20f8e9cf-1499-4018-9af1-dcac7b834dc0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:23Z","dns_nameservers":[],"updated_at":"2018-09-22T12:45:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"68de7813-8353-46a3-a809-ab04014abce3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-subnet"}]} 2018-09-22 12:45:26,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=20f8e9cf-1499-4018-9af1-dcac7b834dc0&name=NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-subnet used request id req-d34cc73a-9196-4a60-9bca-31a696535a5f 2018-09-22 12:45:26,056 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-subnet 2018-09-22 12:45:26,056 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-subnet 2018-09-22 12:45:26,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/68de7813-8353-46a3-a809-ab04014abce3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" 2018-09-22 12:45:28,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d0f16079-05f0-4b80-8ee9-5cd0969d8fe0 Date: Sat, 22 Sep 2018 12:45:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:45:28,386 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/68de7813-8353-46a3-a809-ab04014abce3 used request id req-d0f16079-05f0-4b80-8ee9-5cd0969d8fe0 2018-09-22 12:45:28,386 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-92a19e94-bda7-4655-ba72-f3204a7ee649-pub-net 2018-09-22 12:45:28,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/20f8e9cf-1499-4018-9af1-dcac7b834dc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf95f4098d481c1a01d83e98b56f0ba6ce0a865f" 2018-09-22 12:45:29,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-83e6580a-5cf7-4867-9240-191ec38894cb Date: Sat, 22 Sep 2018 12:45:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:45:29,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/20f8e9cf-1499-4018-9af1-dcac7b834dc0 used request id req-83e6580a-5cf7-4867-9240-191ec38894cb 2018-09-22 12:45:29,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:45:30,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:45:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["E1sPnXFtTRuc5Q4H0xVYhA"], "issued_at": "2018-09-22T12:45:30.000000Z"}} 2018-09-22 12:45:30,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:30,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32520784-b2c3-44a7-88d3-f85d092cdfcf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:45:30,253 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-32520784-b2c3-44a7-88d3-f85d092cdfcf 2018-09-22 12:45:30,254 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-net 2018-09-22 12:45:30,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" -d '{"network": {"name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-net", "admin_state_up": true}}' 2018-09-22 12:45:30,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-cb70175b-9a16-4f9b-bf5c-d3f1dbd3b027 Date: Sat, 22 Sep 2018 12:45:30 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4a8f0ed8-25ed-4190-b20c-cb47fa46e68a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:45:30Z","is_default":false,"provider:segmentation_id":10,"name":"NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:30Z","mtu":1450}} 2018-09-22 12:45:30,827 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-cb70175b-9a16-4f9b-bf5c-d3f1dbd3b027 2018-09-22 12:45:30,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=4a8f0ed8-25ed-4190-b20c-cb47fa46e68a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:31,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9a6ecca9-8257-4e27-9a5f-aab6c7ccb09c Date: Sat, 22 Sep 2018 12:45:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4a8f0ed8-25ed-4190-b20c-cb47fa46e68a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:45:30Z","provider:segmentation_id":10,"name":"NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:30Z","provider:network_type":"vxlan"}]} 2018-09-22 12:45:31,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=4a8f0ed8-25ed-4190-b20c-cb47fa46e68a used request id req-9a6ecca9-8257-4e27-9a5f-aab6c7ccb09c 2018-09-22 12:45:31,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4a8f0ed8-25ed-4190-b20c-cb47fa46e68a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:31,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-972eeaa6-8ec3-49e2-a2de-b48109d15309 Date: Sat, 22 Sep 2018 12:45:31 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:45:31,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4a8f0ed8-25ed-4190-b20c-cb47fa46e68a used request id req-972eeaa6-8ec3-49e2-a2de-b48109d15309 2018-09-22 12:45:31,222 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-subnet 2018-09-22 12:45:31,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" -d '{"subnets": [{"ip_version": 4, "network_id": "4a8f0ed8-25ed-4190-b20c-cb47fa46e68a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-subnet"}]}' 2018-09-22 12:45:31,808 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4e316368-fab0-46e2-ba26-7f4ea1b7c2ec Date: Sat, 22 Sep 2018 12:45:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8f0ed8-25ed-4190-b20c-cb47fa46e68a","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:31Z","dns_nameservers":[],"updated_at":"2018-09-22T12:45:31Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"acad0da6-7b3a-40b3-ad7e-d302668139bd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-subnet"}]} 2018-09-22 12:45:31,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-4e316368-fab0-46e2-ba26-7f4ea1b7c2ec 2018-09-22 12:45:31,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=4a8f0ed8-25ed-4190-b20c-cb47fa46e68a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:31,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7808c62f-5307-405d-bceb-1e3833b1bfc5 Date: Sat, 22 Sep 2018 12:45:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4a8f0ed8-25ed-4190-b20c-cb47fa46e68a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["acad0da6-7b3a-40b3-ad7e-d302668139bd"],"description":"","tags":[],"updated_at":"2018-09-22T12:45:31Z","provider:segmentation_id":10,"name":"NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:30Z","provider:network_type":"vxlan"}]} 2018-09-22 12:45:31,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=4a8f0ed8-25ed-4190-b20c-cb47fa46e68a used request id req-7808c62f-5307-405d-bceb-1e3833b1bfc5 2018-09-22 12:45:31,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4a8f0ed8-25ed-4190-b20c-cb47fa46e68a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:32,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-df83ddf9-9061-43f7-bbaf-934cb2488ffa Date: Sat, 22 Sep 2018 12:45:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8f0ed8-25ed-4190-b20c-cb47fa46e68a","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:31Z","dns_nameservers":[],"updated_at":"2018-09-22T12:45:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"acad0da6-7b3a-40b3-ad7e-d302668139bd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-subnet"}]} 2018-09-22 12:45:32,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4a8f0ed8-25ed-4190-b20c-cb47fa46e68a used request id req-df83ddf9-9061-43f7-bbaf-934cb2488ffa 2018-09-22 12:45:32,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:32,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9e062d7c-ca31-4537-8067-6b8a92d2bb6d Date: Sat, 22 Sep 2018 12:45:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4a8f0ed8-25ed-4190-b20c-cb47fa46e68a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["acad0da6-7b3a-40b3-ad7e-d302668139bd"],"description":"","tags":[],"updated_at":"2018-09-22T12:45:31Z","provider:segmentation_id":10,"name":"NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:30Z","provider:network_type":"vxlan"}]} 2018-09-22 12:45:32,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-net used request id req-9e062d7c-ca31-4537-8067-6b8a92d2bb6d 2018-09-22 12:45:32,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:45:32,387 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:45:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:45:32,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:32,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bb0931b-6e0b-42a8-8462-0cf8e81f10e6 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:45:32,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-1bb0931b-6e0b-42a8-8462-0cf8e81f10e6 2018-09-22 12:45:32,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4a8f0ed8-25ed-4190-b20c-cb47fa46e68a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:32,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ca521544-64ce-42d7-b203-a62758ac79b4 Date: Sat, 22 Sep 2018 12:45:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a8f0ed8-25ed-4190-b20c-cb47fa46e68a","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:45:31Z","dns_nameservers":[],"updated_at":"2018-09-22T12:45:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"acad0da6-7b3a-40b3-ad7e-d302668139bd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-subnet"}]} 2018-09-22 12:45:32,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4a8f0ed8-25ed-4190-b20c-cb47fa46e68a used request id req-ca521544-64ce-42d7-b203-a62758ac79b4 2018-09-22 12:45:32,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:45:32,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:45:32,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:45:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["qPrac7reRaCUiguNzd11KA"], "issued_at": "2018-09-22T12:45:32.000000Z"}} 2018-09-22 12:45:32,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a9f5dfed20cc92d721b9ff06e684a495e51dae8" 2018-09-22 12:45:33,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c15f087-8159-46db-a43a-afd4a4673a65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:45:33,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6c15f087-8159-46db-a43a-afd4a4673a65 2018-09-22 12:45:33,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:33,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-09802b92-362d-478b-b889-8b6bef87043d Date: Sat, 22 Sep 2018 12:45:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:45:33,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-09802b92-362d-478b-b889-8b6bef87043d 2018-09-22 12:45:33,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:33,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0ad652cc-abe1-401f-a5cc-000e0aa72f7b Date: Sat, 22 Sep 2018 12:45:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-22 12:45:33,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 used request id req-0ad652cc-abe1-401f-a5cc-000e0aa72f7b 2018-09-22 12:45:33,339 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router 2018-09-22 12:45:33,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" -d '{"router": {"external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128"}, "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router", "admin_state_up": true}}' 2018-09-22 12:45:53,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-99014a25-f102-4d3d-b72c-e2699e4adc7d Date: Sat, 22 Sep 2018 12:45:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:53Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "de76bc8d-ba5b-4b85-9343-adbb634e985b", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}} 2018-09-22 12:45:53,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-99014a25-f102-4d3d-b72c-e2699e4adc7d 2018-09-22 12:45:53,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=de76bc8d-ba5b-4b85-9343-adbb634e985b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:53,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-66ec0b2e-a1ec-4bde-b628-5258d50f7997 Date: Sat, 22 Sep 2018 12:45:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:53Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.204"}],"id":"1306212a-9052-4c0e-ada3-31d8af6c4b9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:43:94","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"de76bc8d-ba5b-4b85-9343-adbb634e985b","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:52Z","binding:vnic_type":"normal"}]} 2018-09-22 12:45:53,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=de76bc8d-ba5b-4b85-9343-adbb634e985b used request id req-66ec0b2e-a1ec-4bde-b628-5258d50f7997 2018-09-22 12:45:53,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:53,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c04602d5-00c5-46ba-a9d6-c4bab15fcb89 Date: Sat, 22 Sep 2018 12:45:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}} 2018-09-22 12:45:53,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 used request id req-c04602d5-00c5-46ba-a9d6-c4bab15fcb89 2018-09-22 12:45:53,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:53,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5213 X-Openstack-Request-Id: req-c0cd3bcb-224f-4bbf-a2f0-28778a152b6c Date: Sat, 22 Sep 2018 12:45:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:41Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "14d52a62-982e-45b7-84cf-54a9d312c7b9", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:34Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "546f410a-dd5e-4137-a215-b73d20806d18", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:36Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "867d127c-6e41-417d-9736-720c482cb944", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:35Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "925cc799-07d2-441e-a850-438f2fa62733", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:39Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "ae67bac7-49ed-4208-acc9-503508f4be72", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:45Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "be46d666-091a-4240-8f66-abd579894cc5", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:53Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "de76bc8d-ba5b-4b85-9343-adbb634e985b", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:37Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "e9fb75f9-1f5e-4c0f-a912-b7086970456c", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}]} 2018-09-22 12:45:53,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router used request id req-c0cd3bcb-224f-4bbf-a2f0-28778a152b6c 2018-09-22 12:45:53,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:54,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a84f593d-2efc-48f2-9d8a-4ee126f7b8a8 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:45:54,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-a84f593d-2efc-48f2-9d8a-4ee126f7b8a8 2018-09-22 12:45:54,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=14d52a62-982e-45b7-84cf-54a9d312c7b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:54,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-389bfae3-0257-4fa4-bb6e-823b575a8db9 Date: Sat, 22 Sep 2018 12:45:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.214"}],"id":"c5560ada-3a60-4519-a960-96197cbb5fd6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0f:69:c4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14d52a62-982e-45b7-84cf-54a9d312c7b9","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:41Z","binding:vnic_type":"normal"}]} 2018-09-22 12:45:54,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=14d52a62-982e-45b7-84cf-54a9d312c7b9 used request id req-389bfae3-0257-4fa4-bb6e-823b575a8db9 2018-09-22 12:45:54,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:54,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e7af8d78-0c25-4797-aabe-7652affe81f8 Date: Sat, 22 Sep 2018 12:45:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}} 2018-09-22 12:45:54,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 used request id req-e7af8d78-0c25-4797-aabe-7652affe81f8 2018-09-22 12:45:54,328 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router 2018-09-22 12:45:54,328 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router 2018-09-22 12:45:54,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/de76bc8d-ba5b-4b85-9343-adbb634e985b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:55,625 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c23d05cb-a9be-470a-90f3-16d28db6a286 Content-Length: 0 Date: Sat, 22 Sep 2018 12:45:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:45:55,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/de76bc8d-ba5b-4b85-9343-adbb634e985b used request id req-c23d05cb-a9be-470a-90f3-16d28db6a286 2018-09-22 12:45:55,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:55,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4563 X-Openstack-Request-Id: req-ffd67c3e-c8e9-4795-a72e-2d82648b71de Date: Sat, 22 Sep 2018 12:45:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:41Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "14d52a62-982e-45b7-84cf-54a9d312c7b9", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:34Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "546f410a-dd5e-4137-a215-b73d20806d18", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:36Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "867d127c-6e41-417d-9736-720c482cb944", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:35Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "925cc799-07d2-441e-a850-438f2fa62733", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:39Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "ae67bac7-49ed-4208-acc9-503508f4be72", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:45Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "be46d666-091a-4240-8f66-abd579894cc5", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:37Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "e9fb75f9-1f5e-4c0f-a912-b7086970456c", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}]} 2018-09-22 12:45:55,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router used request id req-ffd67c3e-c8e9-4795-a72e-2d82648b71de 2018-09-22 12:45:55,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:55,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e86dc53-6fb3-400e-b56f-ef34318ffe31 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:45:55,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-1e86dc53-6fb3-400e-b56f-ef34318ffe31 2018-09-22 12:45:55,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=14d52a62-982e-45b7-84cf-54a9d312c7b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:56,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-04d82210-beb8-4e06-af19-35e54b12a5a5 Date: Sat, 22 Sep 2018 12:45:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.214"}],"id":"c5560ada-3a60-4519-a960-96197cbb5fd6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0f:69:c4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14d52a62-982e-45b7-84cf-54a9d312c7b9","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:41Z","binding:vnic_type":"normal"}]} 2018-09-22 12:45:56,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=14d52a62-982e-45b7-84cf-54a9d312c7b9 used request id req-04d82210-beb8-4e06-af19-35e54b12a5a5 2018-09-22 12:45:56,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:56,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f73d93ff-05d7-4499-9cf0-490d23ebc943 Date: Sat, 22 Sep 2018 12:45:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}} 2018-09-22 12:45:56,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 used request id req-f73d93ff-05d7-4499-9cf0-490d23ebc943 2018-09-22 12:45:56,344 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-subnet 2018-09-22 12:45:56,344 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-subnet 2018-09-22 12:45:56,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/acad0da6-7b3a-40b3-ad7e-d302668139bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:58,461 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f342d86f-f547-443e-bb9b-ad37fc5a7918 Date: Sat, 22 Sep 2018 12:45:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:45:58,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/acad0da6-7b3a-40b3-ad7e-d302668139bd used request id req-f342d86f-f547-443e-bb9b-ad37fc5a7918 2018-09-22 12:45:58,461 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-net 2018-09-22 12:45:58,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/4a8f0ed8-25ed-4190-b20c-cb47fa46e68a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a81d209113ba172c25dcb52d51d600dca220dd8c" 2018-09-22 12:45:59,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f67345bd-f2d0-4161-8674-214b876508a6 Date: Sat, 22 Sep 2018 12:45:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:45:59,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/4a8f0ed8-25ed-4190-b20c-cb47fa46e68a used request id req-f67345bd-f2d0-4161-8674-214b876508a6 2018-09-22 12:45:59,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:45:59,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:45:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["oQRf9XMhQnCBsg3IM87n_A"], "issued_at": "2018-09-22T12:45:59.000000Z"}} 2018-09-22 12:45:59,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:00,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f30fa60-d68e-4db3-8ba1-4d25c520eb6f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:00,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2f30fa60-d68e-4db3-8ba1-4d25c520eb6f 2018-09-22 12:46:00,077 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net 2018-09-22 12:46:00,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" -d '{"network": {"name": "NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net", "admin_state_up": true}}' 2018-09-22 12:46:00,486 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e4a7e025-d228-42f9-97e1-f41ebe7829a4 Date: Sat, 22 Sep 2018 12:46:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d5a46477-3ec0-4112-bb41-a88f08857d77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:00Z","is_default":false,"provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:00Z","mtu":1450}} 2018-09-22 12:46:00,486 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e4a7e025-d228-42f9-97e1-f41ebe7829a4 2018-09-22 12:46:00,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d5a46477-3ec0-4112-bb41-a88f08857d77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:00,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a2799f63-92b2-4cf9-b267-cd76e17124d9 Date: Sat, 22 Sep 2018 12:46:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d5a46477-3ec0-4112-bb41-a88f08857d77","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:00Z","provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:00Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:00,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d5a46477-3ec0-4112-bb41-a88f08857d77 used request id req-a2799f63-92b2-4cf9-b267-cd76e17124d9 2018-09-22 12:46:00,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:00,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f3a196f4-9134-4589-94f2-7f606e005ad6 Date: Sat, 22 Sep 2018 12:46:00 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:46:00,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77 used request id req-f3a196f4-9134-4589-94f2-7f606e005ad6 2018-09-22 12:46:00,906 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet 2018-09-22 12:46:00,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" -d '{"subnets": [{"ip_version": 4, "network_id": "d5a46477-3ec0-4112-bb41-a88f08857d77", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet"}]}' 2018-09-22 12:46:01,581 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6fcce102-d6a5-4689-bd69-1fee48eabf54 Date: Sat, 22 Sep 2018 12:46:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:01Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:01Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet"}]} 2018-09-22 12:46:01,581 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6fcce102-d6a5-4689-bd69-1fee48eabf54 2018-09-22 12:46:01,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d5a46477-3ec0-4112-bb41-a88f08857d77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:01,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9fa3015d-7a4c-4d41-a88a-ea6d81d5d92a Date: Sat, 22 Sep 2018 12:46:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d5a46477-3ec0-4112-bb41-a88f08857d77","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["601ca872-1f51-4d7e-80a9-9327a6be6b5a"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:01Z","provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:00Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:01,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d5a46477-3ec0-4112-bb41-a88f08857d77 used request id req-9fa3015d-7a4c-4d41-a88a-ea6d81d5d92a 2018-09-22 12:46:01,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:02,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-84e7c7a4-6270-4415-b232-c54c493fa1cd Date: Sat, 22 Sep 2018 12:46:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:01Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet"}]} 2018-09-22 12:46:02,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77 used request id req-84e7c7a4-6270-4415-b232-c54c493fa1cd 2018-09-22 12:46:02,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:02,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-363627bf-972a-4495-a0b6-95776a26f131 Date: Sat, 22 Sep 2018 12:46:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d5a46477-3ec0-4112-bb41-a88f08857d77","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["601ca872-1f51-4d7e-80a9-9327a6be6b5a"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:01Z","provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:00Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:02,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net used request id req-363627bf-972a-4495-a0b6-95776a26f131 2018-09-22 12:46:02,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:02,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:02,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:02,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca01e23a-5ec0-4a95-aae8-99bcce9eb54f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:02,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-ca01e23a-5ec0-4a95-aae8-99bcce9eb54f 2018-09-22 12:46:02,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:02,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-911a7cc0-1d10-4534-8776-51a7b41b8e0c Date: Sat, 22 Sep 2018 12:46:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:01Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet"}]} 2018-09-22 12:46:02,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77 used request id req-911a7cc0-1d10-4534-8776-51a7b41b8e0c 2018-09-22 12:46:02,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77&name=NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:02,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0ac5bfb4-f334-4f29-a5c8-d1a1923eee82 Date: Sat, 22 Sep 2018 12:46:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:01Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet"}]} 2018-09-22 12:46:02,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77&name=NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet used request id req-0ac5bfb4-f334-4f29-a5c8-d1a1923eee82 2018-09-22 12:46:02,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:46:02,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:02,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Hx5UsInqRYOfph4-Dt2HsA"], "issued_at": "2018-09-22T12:46:02.000000Z"}} 2018-09-22 12:46:02,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3916cf3554dafedd8b7775270cc007f2a39b4688" 2018-09-22 12:46:02,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-422263fd-34cd-4a0f-8870-23b2c7157e38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:02,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-422263fd-34cd-4a0f-8870-23b2c7157e38 2018-09-22 12:46:03,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:03,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-29e50ccf-29c4-4787-906b-48bdb613f8da Date: Sat, 22 Sep 2018 12:46:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d5a46477-3ec0-4112-bb41-a88f08857d77","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["601ca872-1f51-4d7e-80a9-9327a6be6b5a"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:01Z","provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:00Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:03,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net used request id req-29e50ccf-29c4-4787-906b-48bdb613f8da 2018-09-22 12:46:03,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:03,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0b4bdb90-bc13-4281-844b-d949c4ab38e6 Date: Sat, 22 Sep 2018 12:46:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:01Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet"}]} 2018-09-22 12:46:03,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77 used request id req-0b4bdb90-bc13-4281-844b-d949c4ab38e6 2018-09-22 12:46:03,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:03,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-102a7409-e2f1-4ccf-be64-52d28ecfce77 Date: Sat, 22 Sep 2018 12:46:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d5a46477-3ec0-4112-bb41-a88f08857d77","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["601ca872-1f51-4d7e-80a9-9327a6be6b5a"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:01Z","provider:segmentation_id":66,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:00Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:03,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net used request id req-102a7409-e2f1-4ccf-be64-52d28ecfce77 2018-09-22 12:46:03,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:03,573 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:03,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3916cf3554dafedd8b7775270cc007f2a39b4688" 2018-09-22 12:46:03,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f86114d-bcb5-42e6-ab66-f522370b9540 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:03,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-4f86114d-bcb5-42e6-ab66-f522370b9540 2018-09-22 12:46:03,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:03,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6bc6c925-e992-4848-ab6d-097a4e4f8d93 Date: Sat, 22 Sep 2018 12:46:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:01Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet"}]} 2018-09-22 12:46:03,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77 used request id req-6bc6c925-e992-4848-ab6d-097a4e4f8d93 2018-09-22 12:46:03,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77&name=NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:03,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2ad2f988-7e80-429e-922e-50c3a4c8e9cf Date: Sat, 22 Sep 2018 12:46:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:01Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet"}]} 2018-09-22 12:46:03,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d5a46477-3ec0-4112-bb41-a88f08857d77&name=NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet used request id req-2ad2f988-7e80-429e-922e-50c3a4c8e9cf 2018-09-22 12:46:03,908 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net 2018-09-22 12:46:03,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" -d '{"port": {"network_id": "d5a46477-3ec0-4112-bb41-a88f08857d77", "fixed_ips": [{"subnet_id": "601ca872-1f51-4d7e-80a9-9327a6be6b5a", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-port", "admin_state_up": true}}' 2018-09-22 12:46:04,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-6c175367-fe4c-4b54-8305-b004e6b98c62 Date: Sat, 22 Sep 2018 12:46:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:04Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","ip_address":"10.55.1.100"}],"id":"09aa14c7-f43d-4be4-a711-d74c891f80f6","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ae:f2:6a","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-port","admin_state_up":true,"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:04Z","binding:vnic_type":"normal"}} 2018-09-22 12:46:04,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-6c175367-fe4c-4b54-8305-b004e6b98c62 2018-09-22 12:46:04,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:04,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8630 X-Openstack-Request-Id: req-63800da9-47b6-4fc7-bf22-a66f7062aeae Date: Sat, 22 Sep 2018 12:46:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.211"}],"id":"001aba54-82c6-4f20-98a5-90ff72082085","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c9:2d:bc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ae67bac7-49ed-4208-acc9-503508f4be72","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:04Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","ip_address":"10.55.1.100"}],"id":"09aa14c7-f43d-4be4-a711-d74c891f80f6","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ae:f2:6a","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-port","admin_state_up":true,"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:04Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.203"}],"id":"2042d92a-a59b-4466-a7d0-6b025b16b288","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:56:c4:c8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"546f410a-dd5e-4137-a215-b73d20806d18","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:03Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","ip_address":"10.55.1.3"}],"id":"375f731d-baf4-449e-8583-c0f9b748f010","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:67:78:7a","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d5a46477-3ec0-4112-bb41-a88f08857d77","name":"","admin_state_up":true,"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:02Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.210"}],"id":"45e180ce-635b-4f50-a318-d71861a1eb25","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fe:c6:53","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"be46d666-091a-4240-8f66-abd579894cc5","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:03Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","ip_address":"10.55.1.4"}],"id":"776dcc30-17a0-4821-aded-0fc9df18ca6a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d3:b9:16","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d5a46477-3ec0-4112-bb41-a88f08857d77","name":"","admin_state_up":true,"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.206"}],"id":"c3ea35b0-ff8a-49cd-a521-87d42c89d15b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8f:97:3a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"925cc799-07d2-441e-a850-438f2fa62733","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.214"}],"id":"c5560ada-3a60-4519-a960-96197cbb5fd6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0f:69:c4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14d52a62-982e-45b7-84cf-54a9d312c7b9","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:36Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.200"}],"id":"c8c58a77-c8d5-4e39-98af-21e0ecf6264e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:07:e2:51","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"867d127c-6e41-417d-9736-720c482cb944","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"601ca872-1f51-4d7e-80a9-9327a6be6b5a","ip_address":"10.55.1.2"}],"id":"cddbb2bf-9297-4942-8569-e59d6d5b4507","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c8:6e:12","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d5a46477-3ec0-4112-bb41-a88f08857d77","name":"","admin_state_up":true,"network_id":"d5a46477-3ec0-4112-bb41-a88f08857d77","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.212"}],"id":"e1cfb3a8-2f1e-45d0-9f14-e88b6e999c40","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7e:cc:6a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e9fb75f9-1f5e-4c0f-a912-b7086970456c","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:37Z","binding:vnic_type":"normal"}]} 2018-09-22 12:46:04,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-63800da9-47b6-4fc7-bf22-a66f7062aeae 2018-09-22 12:46:04,883 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-port 2018-09-22 12:46:04,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/09aa14c7-f43d-4be4-a711-d74c891f80f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:05,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c49cfb1c-3c5a-401d-9e68-eeb3be0b3ba1 Date: Sat, 22 Sep 2018 12:46:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:05,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/09aa14c7-f43d-4be4-a711-d74c891f80f6 used request id req-c49cfb1c-3c5a-401d-9e68-eeb3be0b3ba1 2018-09-22 12:46:05,698 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet 2018-09-22 12:46:05,698 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-subnet 2018-09-22 12:46:05,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/601ca872-1f51-4d7e-80a9-9327a6be6b5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:07,922 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa2e902d-130c-42fd-b4ce-b93f6ea27814 Date: Sat, 22 Sep 2018 12:46:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:07,922 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/601ca872-1f51-4d7e-80a9-9327a6be6b5a used request id req-aa2e902d-130c-42fd-b4ce-b93f6ea27814 2018-09-22 12:46:07,922 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-255f11ef-570e-48ce-8a7f-0d163778bab1-pub-net 2018-09-22 12:46:07,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d5a46477-3ec0-4112-bb41-a88f08857d77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816e942cc1a17bf3f7cfcff93e2ad151d93bb000" 2018-09-22 12:46:09,413 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2671dfbc-e490-420d-96ce-fdbec1055883 Date: Sat, 22 Sep 2018 12:46:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:09,413 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d5a46477-3ec0-4112-bb41-a88f08857d77 used request id req-2671dfbc-e490-420d-96ce-fdbec1055883 2018-09-22 12:46:09,415 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:09,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["sGAPVLHkTtOfKHVyZD2FWw"], "issued_at": "2018-09-22T12:46:09.000000Z"}} 2018-09-22 12:46:09,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:09,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95b6d092-4953-4669-9615-2c2b11967719 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:09,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-95b6d092-4953-4669-9615-2c2b11967719 2018-09-22 12:46:09,879 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net 2018-09-22 12:46:09,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" -d '{"network": {"name": "NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net", "admin_state_up": true}}' 2018-09-22 12:46:10,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ced76350-0e94-4cc4-bd8c-7a7f23541105 Date: Sat, 22 Sep 2018 12:46: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":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:10Z","is_default":false,"provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:10Z","mtu":1450}} 2018-09-22 12:46:10,415 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-ced76350-0e94-4cc4-bd8c-7a7f23541105 2018-09-22 12:46:10,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:10,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-db39043b-1df3-4a7e-8521-bb1a05604e16 Date: Sat, 22 Sep 2018 12:46:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:10Z","provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:10Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:10,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 used request id req-db39043b-1df3-4a7e-8521-bb1a05604e16 2018-09-22 12:46:10,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:10,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4645c939-1fa6-493d-8517-fdadad97cead Date: Sat, 22 Sep 2018 12:46:10 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:46:10,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 used request id req-4645c939-1fa6-493d-8517-fdadad97cead 2018-09-22 12:46:10,853 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet 2018-09-22 12:46:10,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" -d '{"subnets": [{"ip_version": 4, "network_id": "bd9fe8be-6315-4fa4-820c-bd51218e56c8", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet"}]}' 2018-09-22 12:46:11,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b2820aeb-4ab6-4e10-9534-9c09ed7dfbf0 Date: Sat, 22 Sep 2018 12:46:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:11Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet"}]} 2018-09-22 12:46:11,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b2820aeb-4ab6-4e10-9534-9c09ed7dfbf0 2018-09-22 12:46:11,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:11,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7b8c884b-cc69-4a6c-92db-d77e60a02a2b Date: Sat, 22 Sep 2018 12:46:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["3ef42cf7-7b75-448f-b352-7091bd6bbbe1"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:11Z","provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:10Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:11,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 used request id req-7b8c884b-cc69-4a6c-92db-d77e60a02a2b 2018-09-22 12:46:11,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:11,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-51d8a7f1-b6b6-4f16-b112-ed1efe100d53 Date: Sat, 22 Sep 2018 12:46:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet"}]} 2018-09-22 12:46:11,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 used request id req-51d8a7f1-b6b6-4f16-b112-ed1efe100d53 2018-09-22 12:46:11,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:12,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-fdcd2f3a-32a8-4ba7-b860-a8a473eced42 Date: Sat, 22 Sep 2018 12:46:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["3ef42cf7-7b75-448f-b352-7091bd6bbbe1"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:11Z","provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:10Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:12,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net used request id req-fdcd2f3a-32a8-4ba7-b860-a8a473eced42 2018-09-22 12:46:12,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:12,274 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:12,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:12,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6575ce67-d14f-463e-9118-51d1d92eafcf Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:12,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-6575ce67-d14f-463e-9118-51d1d92eafcf 2018-09-22 12:46:12,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:12,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-61480a8e-de3e-4a1e-aa5d-04bf2b4ff804 Date: Sat, 22 Sep 2018 12:46:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet"}]} 2018-09-22 12:46:12,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 used request id req-61480a8e-de3e-4a1e-aa5d-04bf2b4ff804 2018-09-22 12:46:12,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8&name=NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:12,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5ca2603b-d129-4ff4-a1b2-329c639d24b5 Date: Sat, 22 Sep 2018 12:46:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet"}]} 2018-09-22 12:46:12,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8&name=NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet used request id req-5ca2603b-d129-4ff4-a1b2-329c639d24b5 2018-09-22 12:46:12,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:46:12,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:13,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Bg_qbxMJRR2IRa_Z7FyXCg"], "issued_at": "2018-09-22T12:46:13.000000Z"}} 2018-09-22 12:46:13,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4e30e389542d7f84f9aebd7e484dc61cdaec7a9" 2018-09-22 12:46:13,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c9a5f8-38e5-47b4-be76-21233cc9b6e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:13,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-18c9a5f8-38e5-47b4-be76-21233cc9b6e7 2018-09-22 12:46:13,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:13,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-56a584bd-4c7e-4986-818b-b324eaa6390e Date: Sat, 22 Sep 2018 12:46:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["3ef42cf7-7b75-448f-b352-7091bd6bbbe1"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:11Z","provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:10Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:13,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net used request id req-56a584bd-4c7e-4986-818b-b324eaa6390e 2018-09-22 12:46:13,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:13,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e7aa8364-837c-47cf-9c2e-9217a3d0741c Date: Sat, 22 Sep 2018 12:46:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet"}]} 2018-09-22 12:46:13,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 used request id req-e7aa8364-837c-47cf-9c2e-9217a3d0741c 2018-09-22 12:46:13,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:13,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c7f52b1f-955a-4fe6-a247-9b348d389719 Date: Sat, 22 Sep 2018 12:46:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["3ef42cf7-7b75-448f-b352-7091bd6bbbe1"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:11Z","provider:segmentation_id":91,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:10Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:13,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net used request id req-c7f52b1f-955a-4fe6-a247-9b348d389719 2018-09-22 12:46:13,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:13,689 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:13,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4e30e389542d7f84f9aebd7e484dc61cdaec7a9" 2018-09-22 12:46:13,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ac1adf-4935-42b9-9eb4-8e1edd1ead60 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:13,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-e6ac1adf-4935-42b9-9eb4-8e1edd1ead60 2018-09-22 12:46:13,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:13,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a537bdf2-bd64-4390-8f41-035acfcea3c2 Date: Sat, 22 Sep 2018 12:46:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet"}]} 2018-09-22 12:46:13,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8 used request id req-a537bdf2-bd64-4390-8f41-035acfcea3c2 2018-09-22 12:46:13,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8&name=NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:14,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7569f0c4-9e46-4729-a8f6-533615028b3c Date: Sat, 22 Sep 2018 12:46:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet"}]} 2018-09-22 12:46:14,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bd9fe8be-6315-4fa4-820c-bd51218e56c8&name=NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet used request id req-7569f0c4-9e46-4729-a8f6-533615028b3c 2018-09-22 12:46:14,078 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net 2018-09-22 12:46:14,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" -d '{"port": {"network_id": "bd9fe8be-6315-4fa4-820c-bd51218e56c8", "fixed_ips": [{"subnet_id": "3ef42cf7-7b75-448f-b352-7091bd6bbbe1", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-port", "admin_state_up": true}}' 2018-09-22 12:46:14,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-9ed02385-eefe-4f28-b264-18f0a3f492c7 Date: Sat, 22 Sep 2018 12:46:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:14Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","ip_address":"10.55.1.100"}],"id":"a208fe10-10d7-4f02-8d72-9eb80af13738","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4b:f6:39","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-port","admin_state_up":true,"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:14Z","binding:vnic_type":"normal"}} 2018-09-22 12:46:14,665 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-9ed02385-eefe-4f28-b264-18f0a3f492c7 2018-09-22 12:46:14,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:14,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8630 X-Openstack-Request-Id: req-3ebda73b-efd2-4214-94e4-1c2c00e2a6d6 Date: Sat, 22 Sep 2018 12:46:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.211"}],"id":"001aba54-82c6-4f20-98a5-90ff72082085","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c9:2d:bc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ae67bac7-49ed-4208-acc9-503508f4be72","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:34Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.203"}],"id":"2042d92a-a59b-4466-a7d0-6b025b16b288","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:56:c4:c8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"546f410a-dd5e-4137-a215-b73d20806d18","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.210"}],"id":"45e180ce-635b-4f50-a318-d71861a1eb25","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fe:c6:53","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"be46d666-091a-4240-8f66-abd579894cc5","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","ip_address":"10.55.1.2"}],"id":"4d624871-f703-4e61-8468-4cac37852c53","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:25:34:98","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bd9fe8be-6315-4fa4-820c-bd51218e56c8","name":"","admin_state_up":true,"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:11Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:14Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","ip_address":"10.55.1.100"}],"id":"a208fe10-10d7-4f02-8d72-9eb80af13738","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4b:f6:39","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-port","admin_state_up":true,"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.206"}],"id":"c3ea35b0-ff8a-49cd-a521-87d42c89d15b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8f:97:3a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"925cc799-07d2-441e-a850-438f2fa62733","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:34Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.214"}],"id":"c5560ada-3a60-4519-a960-96197cbb5fd6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0f:69:c4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14d52a62-982e-45b7-84cf-54a9d312c7b9","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:36Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.200"}],"id":"c8c58a77-c8d5-4e39-98af-21e0ecf6264e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:07:e2:51","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"867d127c-6e41-417d-9736-720c482cb944","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:45:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.212"}],"id":"e1cfb3a8-2f1e-45d0-9f14-e88b6e999c40","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7e:cc:6a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e9fb75f9-1f5e-4c0f-a912-b7086970456c","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:45:37Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:13Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","ip_address":"10.55.1.4"}],"id":"fa14f179-c653-4c5c-9a5d-4f3da5f0de28","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:a8:59","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bd9fe8be-6315-4fa4-820c-bd51218e56c8","name":"","admin_state_up":true,"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:12Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3ef42cf7-7b75-448f-b352-7091bd6bbbe1","ip_address":"10.55.1.3"}],"id":"fb7d8eaa-a42b-4750-bed1-010e314d7504","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8e:2a:ef","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bd9fe8be-6315-4fa4-820c-bd51218e56c8","name":"","admin_state_up":true,"network_id":"bd9fe8be-6315-4fa4-820c-bd51218e56c8","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:12Z","binding:vnic_type":"normal"}]} 2018-09-22 12:46:14,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-3ebda73b-efd2-4214-94e4-1c2c00e2a6d6 2018-09-22 12:46:14,721 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-port 2018-09-22 12:46:14,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/a208fe10-10d7-4f02-8d72-9eb80af13738 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:15,135 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb7a25fe-114f-4793-b8f6-fca4a54dac3c Date: Sat, 22 Sep 2018 12:46:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:15,135 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/a208fe10-10d7-4f02-8d72-9eb80af13738 used request id req-eb7a25fe-114f-4793-b8f6-fca4a54dac3c 2018-09-22 12:46:15,135 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet 2018-09-22 12:46:15,136 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-subnet 2018-09-22 12:46:15,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/3ef42cf7-7b75-448f-b352-7091bd6bbbe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:17,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-913a3bf0-9416-4b78-80ad-2b4ec593dc1b Date: Sat, 22 Sep 2018 12:46:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:17,295 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3ef42cf7-7b75-448f-b352-7091bd6bbbe1 used request id req-913a3bf0-9416-4b78-80ad-2b4ec593dc1b 2018-09-22 12:46:17,296 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ab20c1a0-233c-4856-bd12-d15bf9646fa6-pub-net 2018-09-22 12:46:17,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/bd9fe8be-6315-4fa4-820c-bd51218e56c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}587518aed1dd467d92836a732268ff9d33deac99" 2018-09-22 12:46:19,012 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b472d156-5189-4c58-a7d9-c17717ddc2ae Date: Sat, 22 Sep 2018 12:46:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:19,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/bd9fe8be-6315-4fa4-820c-bd51218e56c8 used request id req-b472d156-5189-4c58-a7d9-c17717ddc2ae 2018-09-22 12:46:19,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:19,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["i6L6lIppRkKjTE9_wdl7Hg"], "issued_at": "2018-09-22T12:46:19.000000Z"}} 2018-09-22 12:46:19,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:19,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df9e0154-bda3-4a27-9e7f-74e83c81df74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:19,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df9e0154-bda3-4a27-9e7f-74e83c81df74 2018-09-22 12:46:19,494 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net 2018-09-22 12:46:19,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" -d '{"network": {"name": "NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net", "admin_state_up": true}}' 2018-09-22 12:46:19,976 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-3eb6cfb2-3d1f-4b37-b564-ace6e15c9505 Date: Sat, 22 Sep 2018 12:46:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:19Z","is_default":false,"provider:segmentation_id":75,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:19Z","mtu":1450}} 2018-09-22 12:46:19,976 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-3eb6cfb2-3d1f-4b37-b564-ace6e15c9505 2018-09-22 12:46:19,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:20,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-508bdd76-b3c2-4f47-8291-c5242c758c31 Date: Sat, 22 Sep 2018 12:46:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:19Z","provider:segmentation_id":75,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:19Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:20,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 used request id req-508bdd76-b3c2-4f47-8291-c5242c758c31 2018-09-22 12:46:20,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:20,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ed7249a4-77a2-438e-92ae-b0310862c6f0 Date: Sat, 22 Sep 2018 12:46:20 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:46:20,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 used request id req-ed7249a4-77a2-438e-92ae-b0310862c6f0 2018-09-22 12:46:20,424 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet 2018-09-22 12:46:20,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" -d '{"subnets": [{"ip_version": 4, "network_id": "6efca282-f99c-41f5-8cbc-ef52eb1d27c1", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet"}]}' 2018-09-22 12:46:20,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-467cfe0c-689d-4d22-9bfd-855417bb5e91 Date: Sat, 22 Sep 2018 12:46:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:20Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:20Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"15b70591-7660-4437-82bc-1a574c0fd4fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet"}]} 2018-09-22 12:46:20,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-467cfe0c-689d-4d22-9bfd-855417bb5e91 2018-09-22 12:46:20,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:21,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6c3de0a9-5069-4290-a859-64c0d7568b09 Date: Sat, 22 Sep 2018 12:46:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["15b70591-7660-4437-82bc-1a574c0fd4fb"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:20Z","provider:segmentation_id":75,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:19Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:21,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 used request id req-6c3de0a9-5069-4290-a859-64c0d7568b09 2018-09-22 12:46:21,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:21,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dd586ec7-1612-4ee2-826d-0c5d1ee034ed Date: Sat, 22 Sep 2018 12:46:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:20Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"15b70591-7660-4437-82bc-1a574c0fd4fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet"}]} 2018-09-22 12:46:21,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 used request id req-dd586ec7-1612-4ee2-826d-0c5d1ee034ed 2018-09-22 12:46:21,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:21,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9ae51bc3-b6f4-4b10-980e-19075e30e800 Date: Sat, 22 Sep 2018 12:46:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["15b70591-7660-4437-82bc-1a574c0fd4fb"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:20Z","provider:segmentation_id":75,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:19Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:21,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net used request id req-9ae51bc3-b6f4-4b10-980e-19075e30e800 2018-09-22 12:46:21,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:21,777 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:21,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:21,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5584eca6-af2e-4949-bb2a-93d4ef75931c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:21,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-5584eca6-af2e-4949-bb2a-93d4ef75931c 2018-09-22 12:46:21,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:22,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f70bff9b-332e-4a52-bbee-3db469fc34b1 Date: Sat, 22 Sep 2018 12:46:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:20Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"15b70591-7660-4437-82bc-1a574c0fd4fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet"}]} 2018-09-22 12:46:22,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 used request id req-f70bff9b-332e-4a52-bbee-3db469fc34b1 2018-09-22 12:46:22,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1&name=NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:22,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ff5a7b66-c204-4625-a3e7-4223c265365d Date: Sat, 22 Sep 2018 12:46:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:20Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"15b70591-7660-4437-82bc-1a574c0fd4fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet"}]} 2018-09-22 12:46:22,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1&name=NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet used request id req-ff5a7b66-c204-4625-a3e7-4223c265365d 2018-09-22 12:46:22,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:46:22,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:22,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["SsqFjxMyTayS4RuS-kyZwg"], "issued_at": "2018-09-22T12:46:22.000000Z"}} 2018-09-22 12:46:22,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfc6e99c89d5353af883a85a2b79e236526b31d7" 2018-09-22 12:46:22,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31cd7972-8a93-4709-a42a-76db6bd30ddc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:22,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-31cd7972-8a93-4709-a42a-76db6bd30ddc 2018-09-22 12:46:22,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:23,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-08cd30f0-b8d0-49e7-aae5-7282b64e5037 Date: Sat, 22 Sep 2018 12:46:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["15b70591-7660-4437-82bc-1a574c0fd4fb"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:20Z","provider:segmentation_id":75,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:19Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:23,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net used request id req-08cd30f0-b8d0-49e7-aae5-7282b64e5037 2018-09-22 12:46:23,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:23,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-616ecbe6-d7c8-41fe-a54d-c3d9471d9df1 Date: Sat, 22 Sep 2018 12:46:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:20Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"15b70591-7660-4437-82bc-1a574c0fd4fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet"}]} 2018-09-22 12:46:23,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 used request id req-616ecbe6-d7c8-41fe-a54d-c3d9471d9df1 2018-09-22 12:46:23,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:23,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-87f9f50f-7af2-44ef-a124-ca2d15d1d5eb Date: Sat, 22 Sep 2018 12:46:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["15b70591-7660-4437-82bc-1a574c0fd4fb"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:20Z","provider:segmentation_id":75,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:19Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:23,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net used request id req-87f9f50f-7af2-44ef-a124-ca2d15d1d5eb 2018-09-22 12:46:23,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:23,530 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:23,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfc6e99c89d5353af883a85a2b79e236526b31d7" 2018-09-22 12:46:23,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e32b3c-5b5a-4ff0-8987-78dbbe2c782c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:23,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-20e32b3c-5b5a-4ff0-8987-78dbbe2c782c 2018-09-22 12:46:23,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:23,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cb2dd1c6-200b-449e-a129-0f7304e0679f Date: Sat, 22 Sep 2018 12:46:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:20Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"15b70591-7660-4437-82bc-1a574c0fd4fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet"}]} 2018-09-22 12:46:23,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1 used request id req-cb2dd1c6-200b-449e-a129-0f7304e0679f 2018-09-22 12:46:23,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1&name=NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:24,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-29963a4f-6ce7-4c8d-97db-92e52a2fd68f Date: Sat, 22 Sep 2018 12:46:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6efca282-f99c-41f5-8cbc-ef52eb1d27c1","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:20Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"15b70591-7660-4437-82bc-1a574c0fd4fb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet"}]} 2018-09-22 12:46:24,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6efca282-f99c-41f5-8cbc-ef52eb1d27c1&name=NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet used request id req-29963a4f-6ce7-4c8d-97db-92e52a2fd68f 2018-09-22 12:46:24,047 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net 2018-09-22 12:46:24,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" -d '{"port": {"network_id": "6efca282-f99c-41f5-8cbc-ef52eb1d27c1", "fixed_ips": [{"subnet_id": "15b70591-7660-4437-82bc-1a574c0fd4fb", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-port", "admin_state_up": true}}' 2018-09-22 12:46:24,213 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-c809a156-7265-4fcc-b680-de955e935f64 Date: Sat, 22 Sep 2018 12:46:24 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-22 12:46:24,213 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-c809a156-7265-4fcc-b680-de955e935f64 2018-09-22 12:46:24,213 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-22 12:46:24,213 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet 2018-09-22 12:46:24,214 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-subnet 2018-09-22 12:46:24,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/15b70591-7660-4437-82bc-1a574c0fd4fb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:26,461 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97c37ee6-bd3a-4dd5-a483-af2272ecb55d Date: Sat, 22 Sep 2018 12:46:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:26,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/15b70591-7660-4437-82bc-1a574c0fd4fb used request id req-97c37ee6-bd3a-4dd5-a483-af2272ecb55d 2018-09-22 12:46:26,461 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-049f28f0-d3f5-4fe3-ab7d-afd28d4541d0-pub-net 2018-09-22 12:46:26,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/6efca282-f99c-41f5-8cbc-ef52eb1d27c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a76ad61e8b6adf9a7c46db9d1ad86d0da453ea" 2018-09-22 12:46:27,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a44ff749-babe-4534-a278-6fbd02190fc7 Date: Sat, 22 Sep 2018 12:46:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:27,874 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6efca282-f99c-41f5-8cbc-ef52eb1d27c1 used request id req-a44ff749-babe-4534-a278-6fbd02190fc7 2018-09-22 12:46:27,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:28,252 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Rdc4QT7OTVqWPdr_CaJZFA"], "issued_at": "2018-09-22T12:46:28.000000Z"}} 2018-09-22 12:46:28,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:28,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83174067-a9cd-4b00-9985-bd7e2a4d6a5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:28,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-83174067-a9cd-4b00-9985-bd7e2a4d6a5e 2018-09-22 12:46:28,337 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net 2018-09-22 12:46:28,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" -d '{"network": {"name": "NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net", "admin_state_up": true}}' 2018-09-22 12:46:28,737 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-697cea83-9975-4b02-8f1a-5698ea593a95 Date: Sat, 22 Sep 2018 12:46:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:28Z","is_default":false,"provider:segmentation_id":30,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:28Z","mtu":1450}} 2018-09-22 12:46:28,737 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-697cea83-9975-4b02-8f1a-5698ea593a95 2018-09-22 12:46:28,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:29,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-26c11164-fcc0-43c0-99a4-91e6989dd740 Date: Sat, 22 Sep 2018 12:46:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:28Z","provider:segmentation_id":30,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:28Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:29,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a used request id req-26c11164-fcc0-43c0-99a4-91e6989dd740 2018-09-22 12:46:29,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:29,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b9ba2775-efdc-4956-b12c-34f8b0402bf7 Date: Sat, 22 Sep 2018 12:46:29 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:46:29,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a used request id req-b9ba2775-efdc-4956-b12c-34f8b0402bf7 2018-09-22 12:46:29,213 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet 2018-09-22 12:46:29,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" -d '{"subnets": [{"ip_version": 4, "network_id": "cf96b4f9-3a44-4d16-be8e-22ea4f39597a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet"}]}' 2018-09-22 12:46:29,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cadd0583-37ff-4b6f-a02b-ff4a903075ad Date: Sat, 22 Sep 2018 12:46:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:29Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"cf8874dd-67af-4bb7-a938-4535a6cbe681","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet"}]} 2018-09-22 12:46:29,929 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-cadd0583-37ff-4b6f-a02b-ff4a903075ad 2018-09-22 12:46:29,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:30,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-be0260f3-acda-4ce1-8734-00ed9c0676f9 Date: Sat, 22 Sep 2018 12:46:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["cf8874dd-67af-4bb7-a938-4535a6cbe681"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:29Z","provider:segmentation_id":30,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:28Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:30,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a used request id req-be0260f3-acda-4ce1-8734-00ed9c0676f9 2018-09-22 12:46:30,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:30,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d7336d1d-08fb-42d7-9ef1-522a7854b32b Date: Sat, 22 Sep 2018 12:46:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"cf8874dd-67af-4bb7-a938-4535a6cbe681","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet"}]} 2018-09-22 12:46:30,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a used request id req-d7336d1d-08fb-42d7-9ef1-522a7854b32b 2018-09-22 12:46:30,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:30,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4bbd01da-aad4-4bf7-bf8c-dfd4de697005 Date: Sat, 22 Sep 2018 12:46:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["cf8874dd-67af-4bb7-a938-4535a6cbe681"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:29Z","provider:segmentation_id":30,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:28Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:30,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net used request id req-4bbd01da-aad4-4bf7-bf8c-dfd4de697005 2018-09-22 12:46:30,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:30,323 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:30,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:30,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28016e98-a28f-4d33-aa86-91d65fa2e51e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:30,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-28016e98-a28f-4d33-aa86-91d65fa2e51e 2018-09-22 12:46:30,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:30,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-030e5d80-66d0-4fed-890a-40d8a654962b Date: Sat, 22 Sep 2018 12:46:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"cf8874dd-67af-4bb7-a938-4535a6cbe681","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet"}]} 2018-09-22 12:46:30,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a used request id req-030e5d80-66d0-4fed-890a-40d8a654962b 2018-09-22 12:46:30,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a&name=NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:30,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-47485aa4-df31-4940-a194-679a1c859351 Date: Sat, 22 Sep 2018 12:46:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"cf8874dd-67af-4bb7-a938-4535a6cbe681","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet"}]} 2018-09-22 12:46:30,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a&name=NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet used request id req-47485aa4-df31-4940-a194-679a1c859351 2018-09-22 12:46:30,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:46:30,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:31,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["dZe6xAcISTSUIyAR6gt-Hw"], "issued_at": "2018-09-22T12:46:31.000000Z"}} 2018-09-22 12:46:31,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052c3ca3e84edc7610b03b0a6ff3aee5bdb56d74" 2018-09-22 12:46:31,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d52c6edf-bdff-40bf-aa74-2fffa0b2799a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:31,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d52c6edf-bdff-40bf-aa74-2fffa0b2799a 2018-09-22 12:46:31,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:31,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6c18363c-5c95-49d4-bde0-bbfb3d0bcb4a Date: Sat, 22 Sep 2018 12:46:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["cf8874dd-67af-4bb7-a938-4535a6cbe681"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:29Z","provider:segmentation_id":30,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:28Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:31,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net used request id req-6c18363c-5c95-49d4-bde0-bbfb3d0bcb4a 2018-09-22 12:46:31,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:31,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3eea8fe8-12ab-44db-852e-7eb9e382f7bb Date: Sat, 22 Sep 2018 12:46:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"cf8874dd-67af-4bb7-a938-4535a6cbe681","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet"}]} 2018-09-22 12:46:31,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a used request id req-3eea8fe8-12ab-44db-852e-7eb9e382f7bb 2018-09-22 12:46:31,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:31,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c75fd1bf-416f-455d-9269-8b4a58df19c7 Date: Sat, 22 Sep 2018 12:46:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["cf8874dd-67af-4bb7-a938-4535a6cbe681"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:29Z","provider:segmentation_id":30,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:28Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:31,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net used request id req-c75fd1bf-416f-455d-9269-8b4a58df19c7 2018-09-22 12:46:31,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:31,927 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:31,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052c3ca3e84edc7610b03b0a6ff3aee5bdb56d74" 2018-09-22 12:46:32,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38542d17-38a0-46c8-9041-e46269453f1d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:32,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-38542d17-38a0-46c8-9041-e46269453f1d 2018-09-22 12:46:32,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:32,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c6163999-e832-4915-ae18-1f65b7617efc Date: Sat, 22 Sep 2018 12:46:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"cf8874dd-67af-4bb7-a938-4535a6cbe681","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet"}]} 2018-09-22 12:46:32,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a used request id req-c6163999-e832-4915-ae18-1f65b7617efc 2018-09-22 12:46:32,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a&name=NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:32,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5a08cd01-ec07-4c1a-9c54-926b35ee428b Date: Sat, 22 Sep 2018 12:46:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf96b4f9-3a44-4d16-be8e-22ea4f39597a","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:29Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"cf8874dd-67af-4bb7-a938-4535a6cbe681","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet"}]} 2018-09-22 12:46:32,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cf96b4f9-3a44-4d16-be8e-22ea4f39597a&name=NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet used request id req-5a08cd01-ec07-4c1a-9c54-926b35ee428b 2018-09-22 12:46:32,300 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net 2018-09-22 12:46:32,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" -d '{"port": {"network_id": "cf96b4f9-3a44-4d16-be8e-22ea4f39597a", "fixed_ips": [{"subnet_id": "cf8874dd-67af-4bb7-a938-4535a6cbe681", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-port", "admin_state_up": true}}' 2018-09-22 12:46:32,695 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-7a3963e6-328a-4023-80f6-f85a2db6606e Date: Sat, 22 Sep 2018 12:46:32 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-09-22 12:46:32,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-7a3963e6-328a-4023-80f6-f85a2db6606e 2018-09-22 12:46:32,695 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-09-22 12:46:32,695 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet 2018-09-22 12:46:32,696 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-subnet 2018-09-22 12:46:32,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/cf8874dd-67af-4bb7-a938-4535a6cbe681 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:34,769 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ce4ac17-65a0-45e8-8a50-38a90a8c2804 Date: Sat, 22 Sep 2018 12:46:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:34,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/cf8874dd-67af-4bb7-a938-4535a6cbe681 used request id req-0ce4ac17-65a0-45e8-8a50-38a90a8c2804 2018-09-22 12:46:34,770 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6869f090-649f-4fca-8368-6261918a2335-pub-net 2018-09-22 12:46:34,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/cf96b4f9-3a44-4d16-be8e-22ea4f39597a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}408330a604c93af09c43e0b1623e4d6b749155b8" 2018-09-22 12:46:36,089 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ca6eed6-d948-41d3-8bc2-06faff45e838 Date: Sat, 22 Sep 2018 12:46:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:36,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/cf96b4f9-3a44-4d16-be8e-22ea4f39597a used request id req-3ca6eed6-d948-41d3-8bc2-06faff45e838 2018-09-22 12:46:36,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:36,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["UEoXc5qhQAOcQSO0zqCicA"], "issued_at": "2018-09-22T12:46:36.000000Z"}} 2018-09-22 12:46:36,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:36,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eed2d470-7985-47aa-aa7d-b5bfb0942f9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:36,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eed2d470-7985-47aa-aa7d-b5bfb0942f9e 2018-09-22 12:46:36,648 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net 2018-09-22 12:46:36,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" -d '{"network": {"name": "NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net", "admin_state_up": true}}' 2018-09-22 12:46:37,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-9bace121-41c0-46be-8c0f-e5ec489692ed Date: Sat, 22 Sep 2018 12:46:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ff7332d0-5784-452b-bd92-1d25d9037c55","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:36Z","is_default":false,"provider:segmentation_id":67,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:36Z","mtu":1450}} 2018-09-22 12:46:37,084 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-9bace121-41c0-46be-8c0f-e5ec489692ed 2018-09-22 12:46:37,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ff7332d0-5784-452b-bd92-1d25d9037c55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:37,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-58d05c21-84f7-4bdf-9aac-2cf18de1c61f Date: Sat, 22 Sep 2018 12:46:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ff7332d0-5784-452b-bd92-1d25d9037c55","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:36Z","provider:segmentation_id":67,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:36Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:37,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ff7332d0-5784-452b-bd92-1d25d9037c55 used request id req-58d05c21-84f7-4bdf-9aac-2cf18de1c61f 2018-09-22 12:46:37,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:37,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-52acdfa6-73c3-4e4a-a3bb-bd203822b540 Date: Sat, 22 Sep 2018 12:46:37 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:46:37,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55 used request id req-52acdfa6-73c3-4e4a-a3bb-bd203822b540 2018-09-22 12:46:37,522 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet 2018-09-22 12:46:37,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" -d '{"subnets": [{"ip_version": 4, "network_id": "ff7332d0-5784-452b-bd92-1d25d9037c55", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet"}]}' 2018-09-22 12:46:38,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ae4a9c39-9125-4b8b-a354-42092fb4b5d9 Date: Sat, 22 Sep 2018 12:46:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff7332d0-5784-452b-bd92-1d25d9037c55","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:37Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:37Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"1df87741-c20c-4eeb-b052-3b600b72096f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet"}]} 2018-09-22 12:46:38,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ae4a9c39-9125-4b8b-a354-42092fb4b5d9 2018-09-22 12:46:38,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ff7332d0-5784-452b-bd92-1d25d9037c55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:38,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ffff44cf-8a49-4e38-b952-ad8bf99ad91c Date: Sat, 22 Sep 2018 12:46:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ff7332d0-5784-452b-bd92-1d25d9037c55","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["1df87741-c20c-4eeb-b052-3b600b72096f"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:37Z","provider:segmentation_id":67,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:36Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:38,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ff7332d0-5784-452b-bd92-1d25d9037c55 used request id req-ffff44cf-8a49-4e38-b952-ad8bf99ad91c 2018-09-22 12:46:38,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:38,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-27247056-f573-40e2-9692-8495e33198ff Date: Sat, 22 Sep 2018 12:46:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff7332d0-5784-452b-bd92-1d25d9037c55","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:37Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"1df87741-c20c-4eeb-b052-3b600b72096f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet"}]} 2018-09-22 12:46:38,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55 used request id req-27247056-f573-40e2-9692-8495e33198ff 2018-09-22 12:46:38,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:38,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-827fa939-12ba-4c31-b738-4535f2597fc4 Date: Sat, 22 Sep 2018 12:46:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ff7332d0-5784-452b-bd92-1d25d9037c55","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["1df87741-c20c-4eeb-b052-3b600b72096f"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:37Z","provider:segmentation_id":67,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:36Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:38,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net used request id req-827fa939-12ba-4c31-b738-4535f2597fc4 2018-09-22 12:46:38,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:38,803 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:38,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:38,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee9ca4d8-e44f-4ce1-ab98-1b538e6dbaa7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:38,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-ee9ca4d8-e44f-4ce1-ab98-1b538e6dbaa7 2018-09-22 12:46:38,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:39,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-30d49958-feea-40c2-91a0-b53c12d5112d Date: Sat, 22 Sep 2018 12:46:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff7332d0-5784-452b-bd92-1d25d9037c55","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:37Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"1df87741-c20c-4eeb-b052-3b600b72096f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet"}]} 2018-09-22 12:46:39,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55 used request id req-30d49958-feea-40c2-91a0-b53c12d5112d 2018-09-22 12:46:39,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55&name=NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:39,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1749572c-70fd-47f0-8310-1a243008c866 Date: Sat, 22 Sep 2018 12:46:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff7332d0-5784-452b-bd92-1d25d9037c55","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:37Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"1df87741-c20c-4eeb-b052-3b600b72096f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet"}]} 2018-09-22 12:46:39,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55&name=NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet used request id req-1749572c-70fd-47f0-8310-1a243008c866 2018-09-22 12:46:39,328 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:46:39,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:39,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["_R2MIoP-Sb-j7GsqU2RFoQ"], "issued_at": "2018-09-22T12:46:39.000000Z"}} 2018-09-22 12:46:39,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31886d302fb5c7fab5dc508241887c60c013c69b" 2018-09-22 12:46:39,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c6b95b-fe0e-45e6-90e5-2afcb2ebb3f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:39,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-55c6b95b-fe0e-45e6-90e5-2afcb2ebb3f4 2018-09-22 12:46:39,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:40,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bca418d9-5b5e-4144-ab8e-d4eb3ae0a6de Date: Sat, 22 Sep 2018 12:46:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ff7332d0-5784-452b-bd92-1d25d9037c55","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["1df87741-c20c-4eeb-b052-3b600b72096f"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:37Z","provider:segmentation_id":67,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:36Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:40,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net used request id req-bca418d9-5b5e-4144-ab8e-d4eb3ae0a6de 2018-09-22 12:46:40,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:40,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1327889f-5074-4945-aaf9-cd4140c6009c Date: Sat, 22 Sep 2018 12:46:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff7332d0-5784-452b-bd92-1d25d9037c55","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:37Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"1df87741-c20c-4eeb-b052-3b600b72096f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet"}]} 2018-09-22 12:46:40,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55 used request id req-1327889f-5074-4945-aaf9-cd4140c6009c 2018-09-22 12:46:40,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:40,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-35773a72-d074-4a8d-8bd2-e43c75b67039 Date: Sat, 22 Sep 2018 12:46:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ff7332d0-5784-452b-bd92-1d25d9037c55","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["1df87741-c20c-4eeb-b052-3b600b72096f"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:37Z","provider:segmentation_id":67,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:36Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:40,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net used request id req-35773a72-d074-4a8d-8bd2-e43c75b67039 2018-09-22 12:46:40,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:40,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:40,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31886d302fb5c7fab5dc508241887c60c013c69b" 2018-09-22 12:46:40,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48f88a45-5a1a-4f8e-8137-b88d99c27d8e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:40,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-48f88a45-5a1a-4f8e-8137-b88d99c27d8e 2018-09-22 12:46:40,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:40,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-87c59112-85e4-4eb8-aded-d7dabab93b3e Date: Sat, 22 Sep 2018 12:46:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff7332d0-5784-452b-bd92-1d25d9037c55","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:37Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"1df87741-c20c-4eeb-b052-3b600b72096f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet"}]} 2018-09-22 12:46:40,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55 used request id req-87c59112-85e4-4eb8-aded-d7dabab93b3e 2018-09-22 12:46:40,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55&name=NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:40,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7ea37a77-b041-4692-9fbf-47bdc7cf810f Date: Sat, 22 Sep 2018 12:46:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff7332d0-5784-452b-bd92-1d25d9037c55","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:37Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"1df87741-c20c-4eeb-b052-3b600b72096f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet"}]} 2018-09-22 12:46:40,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ff7332d0-5784-452b-bd92-1d25d9037c55&name=NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet used request id req-7ea37a77-b041-4692-9fbf-47bdc7cf810f 2018-09-22 12:46:40,842 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net 2018-09-22 12:46:40,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" -d '{"port": {"network_id": "ff7332d0-5784-452b-bd92-1d25d9037c55", "fixed_ips": [{"subnet_id": "1df87741-c20c-4eeb-b052-3b600b72096f", "ip_address": null}], "name": "NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-port", "admin_state_up": true}}' 2018-09-22 12:46:40,860 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-37fdc99f-2fd0-41ae-8a45-202d51513e9d Date: Sat, 22 Sep 2018 12:46:40 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-22 12:46:40,860 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-37fdc99f-2fd0-41ae-8a45-202d51513e9d 2018-09-22 12:46:40,860 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-09-22 12:46:40,861 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet 2018-09-22 12:46:40,861 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-subnet 2018-09-22 12:46:40,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/1df87741-c20c-4eeb-b052-3b600b72096f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:43,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fe66de9b-7481-4364-8861-c2c949e0a450 Date: Sat, 22 Sep 2018 12:46:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:43,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1df87741-c20c-4eeb-b052-3b600b72096f used request id req-fe66de9b-7481-4364-8861-c2c949e0a450 2018-09-22 12:46:43,078 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-fa1e36a7-acda-4afa-b737-9d3fc1ea8d08-pub-net 2018-09-22 12:46:43,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/ff7332d0-5784-452b-bd92-1d25d9037c55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cded5e2de8539aec53f4e307ac66494d452ce41c" 2018-09-22 12:46:44,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8cb302c1-2485-4ac6-bd16-fd53e789e407 Date: Sat, 22 Sep 2018 12:46:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:44,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ff7332d0-5784-452b-bd92-1d25d9037c55 used request id req-8cb302c1-2485-4ac6-bd16-fd53e789e407 2018-09-22 12:46:44,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:45,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["KUyA9v8JQxeF0JBUWTFQeg"], "issued_at": "2018-09-22T12:46:45.000000Z"}} 2018-09-22 12:46:45,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:45,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29327c3c-922c-4935-8d15-d2fc7907b5a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:45,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-29327c3c-922c-4935-8d15-d2fc7907b5a2 2018-09-22 12:46:45,320 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net 2018-09-22 12:46:45,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" -d '{"network": {"name": "NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net", "admin_state_up": true}}' 2018-09-22 12:46:45,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-3510bac3-ea3f-4fc9-979c-f1bb59947a6d Date: Sat, 22 Sep 2018 12:46:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:45Z","is_default":false,"provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:45Z","mtu":1450}} 2018-09-22 12:46:45,701 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-3510bac3-ea3f-4fc9-979c-f1bb59947a6d 2018-09-22 12:46:45,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:45,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4e4cfa0f-0ff8-495d-8980-518da5a6c38a Date: Sat, 22 Sep 2018 12:46:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:46:45Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:45Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:45,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 used request id req-4e4cfa0f-0ff8-495d-8980-518da5a6c38a 2018-09-22 12:46:45,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:46,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0a12609c-455f-42ac-ad4b-62b301b205d3 Date: Sat, 22 Sep 2018 12:46:46 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:46:46,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 used request id req-0a12609c-455f-42ac-ad4b-62b301b205d3 2018-09-22 12:46:46,121 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet 2018-09-22 12:46:46,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" -d '{"subnets": [{"ip_version": 4, "network_id": "38a90ac1-4cfb-4fa9-8ca9-4f5338934054", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet"}]}' 2018-09-22 12:46:46,737 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6a653214-c4a5-4210-8df4-d60ebc9e6924 Date: Sat, 22 Sep 2018 12:46:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:46Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:46Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"d2ae13cd-21f1-40ec-8d37-67be5c22d05d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet"}]} 2018-09-22 12:46:46,737 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6a653214-c4a5-4210-8df4-d60ebc9e6924 2018-09-22 12:46:46,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:47,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f2b121f7-7e8e-4dc4-b713-caa747654e67 Date: Sat, 22 Sep 2018 12:46:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["d2ae13cd-21f1-40ec-8d37-67be5c22d05d"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:46Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:45Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:47,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 used request id req-f2b121f7-7e8e-4dc4-b713-caa747654e67 2018-09-22 12:46:47,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:47,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-08490072-2aaf-4854-9295-78a4deb16440 Date: Sat, 22 Sep 2018 12:46:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:46Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"d2ae13cd-21f1-40ec-8d37-67be5c22d05d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet"}]} 2018-09-22 12:46:47,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 used request id req-08490072-2aaf-4854-9295-78a4deb16440 2018-09-22 12:46:47,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:47,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6eac22df-b52d-4eec-8f78-e9c9a5b6f0b1 Date: Sat, 22 Sep 2018 12:46:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["d2ae13cd-21f1-40ec-8d37-67be5c22d05d"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:46Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:45Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:47,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net used request id req-6eac22df-b52d-4eec-8f78-e9c9a5b6f0b1 2018-09-22 12:46:47,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:47,461 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:47,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:47,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c8f6f9-e69f-485c-9522-c3e92517040e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:47,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-32c8f6f9-e69f-485c-9522-c3e92517040e 2018-09-22 12:46:47,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:47,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3458da98-7727-4424-9696-6d05bdc8b645 Date: Sat, 22 Sep 2018 12:46:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:46Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"d2ae13cd-21f1-40ec-8d37-67be5c22d05d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet"}]} 2018-09-22 12:46:47,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 used request id req-3458da98-7727-4424-9696-6d05bdc8b645 2018-09-22 12:46:47,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054&name=NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:47,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7643cb19-a0de-4874-9416-8206dece5a3d Date: Sat, 22 Sep 2018 12:46:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:46Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"d2ae13cd-21f1-40ec-8d37-67be5c22d05d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet"}]} 2018-09-22 12:46:47,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054&name=NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet used request id req-7643cb19-a0de-4874-9416-8206dece5a3d 2018-09-22 12:46:47,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:46:47,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:48,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["CuiBaKGgTRe4ZHL65WupiA"], "issued_at": "2018-09-22T12:46:48.000000Z"}} 2018-09-22 12:46:48,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d725b31d2cd489598968c74974f9ee86dfb1e9cc" 2018-09-22 12:46:48,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d4731bf-6f82-44cd-9473-d0d1abd82482 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:48,227 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8d4731bf-6f82-44cd-9473-d0d1abd82482 2018-09-22 12:46:48,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:48,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b63026c4-61b4-49c6-b7d5-5a1b9620104e Date: Sat, 22 Sep 2018 12:46:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["d2ae13cd-21f1-40ec-8d37-67be5c22d05d"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:46Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:45Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:48,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net used request id req-b63026c4-61b4-49c6-b7d5-5a1b9620104e 2018-09-22 12:46:48,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:48,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b70a22ab-6983-4e39-8569-813682aa0d5f Date: Sat, 22 Sep 2018 12:46:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:46Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"d2ae13cd-21f1-40ec-8d37-67be5c22d05d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet"}]} 2018-09-22 12:46:48,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 used request id req-b70a22ab-6983-4e39-8569-813682aa0d5f 2018-09-22 12:46:48,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:48,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-99da69d9-8d1b-4d07-8e7d-7574f60934b0 Date: Sat, 22 Sep 2018 12:46:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["d2ae13cd-21f1-40ec-8d37-67be5c22d05d"],"description":"","tags":[],"updated_at":"2018-09-22T12:46:46Z","provider:segmentation_id":74,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:45Z","provider:network_type":"vxlan"}]} 2018-09-22 12:46:48,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net used request id req-99da69d9-8d1b-4d07-8e7d-7574f60934b0 2018-09-22 12:46:48,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:49,003 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:49,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d725b31d2cd489598968c74974f9ee86dfb1e9cc" 2018-09-22 12:46:49,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-262cd3a8-421f-49b2-9fd7-803826031125 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:49,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-262cd3a8-421f-49b2-9fd7-803826031125 2018-09-22 12:46:49,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:49,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b378fbe0-c5bf-472e-92b0-2b84052bb481 Date: Sat, 22 Sep 2018 12:46:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:46Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"d2ae13cd-21f1-40ec-8d37-67be5c22d05d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet"}]} 2018-09-22 12:46:49,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054 used request id req-b378fbe0-c5bf-472e-92b0-2b84052bb481 2018-09-22 12:46:49,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054&name=NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:49,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-21af25ac-2b1b-4e8f-bbfe-9774540f75cc Date: Sat, 22 Sep 2018 12:46:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:46Z","dns_nameservers":[],"updated_at":"2018-09-22T12:46:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"d2ae13cd-21f1-40ec-8d37-67be5c22d05d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet"}]} 2018-09-22 12:46:49,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=38a90ac1-4cfb-4fa9-8ca9-4f5338934054&name=NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet used request id req-21af25ac-2b1b-4e8f-bbfe-9774540f75cc 2018-09-22 12:46:49,339 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net 2018-09-22 12:46:49,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" -d '{"port": {"network_id": "38a90ac1-4cfb-4fa9-8ca9-4f5338934054", "fixed_ips": [{"subnet_id": "d2ae13cd-21f1-40ec-8d37-67be5c22d05d", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-09-22 12:46:50,174 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-b930d04a-2396-405d-b212-969bfaf11482 Date: Sat, 22 Sep 2018 12:46:50 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:49Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d2ae13cd-21f1-40ec-8d37-67be5c22d05d","ip_address":"10.55.1.100"}],"id":"243a0c45-2967-45df-bbf4-8d5c0354fd99","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:09:9e:f5","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:49Z","binding:vnic_type":"normal"}} 2018-09-22 12:46:50,174 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-b930d04a-2396-405d-b212-969bfaf11482 2018-09-22 12:46:50,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports/243a0c45-2967-45df-bbf4-8d5c0354fd99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:50,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-0e9a13f9-df66-4688-8c7a-5a70e51ee5eb Date: Sat, 22 Sep 2018 12:46:50 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:49Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d2ae13cd-21f1-40ec-8d37-67be5c22d05d","ip_address":"10.55.1.100"}],"id":"243a0c45-2967-45df-bbf4-8d5c0354fd99","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:09:9e:f5","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"38a90ac1-4cfb-4fa9-8ca9-4f5338934054","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:46:49Z","binding:vnic_type":"normal"}} 2018-09-22 12:46:50,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports/243a0c45-2967-45df-bbf4-8d5c0354fd99 used request id req-0e9a13f9-df66-4688-8c7a-5a70e51ee5eb 2018-09-22 12:46:50,402 - neutron_utils - INFO - Deleting port with name 2018-09-22 12:46:50,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/243a0c45-2967-45df-bbf4-8d5c0354fd99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:51,048 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-700d4f4f-2ed0-44c7-89c6-42974606d722 Date: Sat, 22 Sep 2018 12:46:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:51,048 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/243a0c45-2967-45df-bbf4-8d5c0354fd99 used request id req-700d4f4f-2ed0-44c7-89c6-42974606d722 2018-09-22 12:46:51,049 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet 2018-09-22 12:46:51,049 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-subnet 2018-09-22 12:46:51,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/d2ae13cd-21f1-40ec-8d37-67be5c22d05d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:53,083 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8c833794-d7b8-47ad-a726-d4bd9b9f9c6c Date: Sat, 22 Sep 2018 12:46:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:53,084 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d2ae13cd-21f1-40ec-8d37-67be5c22d05d used request id req-8c833794-d7b8-47ad-a726-d4bd9b9f9c6c 2018-09-22 12:46:53,084 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-e5b50cd0-07b1-41c6-b1b4-f112a6d82c64-pub-net 2018-09-22 12:46:53,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/38a90ac1-4cfb-4fa9-8ca9-4f5338934054 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c881b61ddfe523d99297277ebbc24e816ad85ef2" 2018-09-22 12:46:54,293 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e283c3d-01b0-46c7-bd05-a9b280e9f000 Date: Sat, 22 Sep 2018 12:46:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:46:54,293 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/38a90ac1-4cfb-4fa9-8ca9-4f5338934054 used request id req-9e283c3d-01b0-46c7-bd05-a9b280e9f000 2018-09-22 12:46:54,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:54,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["AF0ycm09TgaV9q8oiyFdKQ"], "issued_at": "2018-09-22T12:46:54.000000Z"}} 2018-09-22 12:46:54,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e92d0caad1bb9d673f065f8215935ad278d1e109" 2018-09-22 12:46:54,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff4a37d-c510-409e-9926-d93d8b4798bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:54,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1ff4a37d-c510-409e-9926-d93d8b4798bc 2018-09-22 12:46:54,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:46:54,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:55,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["sqU9iTckQkiqhVGR37JkiQ"], "issued_at": "2018-09-22T12:46:55.000000Z"}} 2018-09-22 12:46:55,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7970cd0d418f169302c9c6061fdec0b215ce12b8" 2018-09-22 12:46:55,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb7076e4-cdda-48b0-950e-cf697cab61c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:55,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eb7076e4-cdda-48b0-950e-cf697cab61c9 2018-09-22 12:46:55,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-b68b7b5f-6c73-4318-a7b2-d53c5386f448-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e92d0caad1bb9d673f065f8215935ad278d1e109" 2018-09-22 12:46:55,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-206534e1-480d-4653-8e35-b474b1af3453 Date: Sat, 22 Sep 2018 12:46:55 GMT RESP BODY: {"networks":[]} 2018-09-22 12:46:55,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-b68b7b5f-6c73-4318-a7b2-d53c5386f448-pub-net used request id req-206534e1-480d-4653-8e35-b474b1af3453 2018-09-22 12:46:55,415 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:55,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["09mq9aVNSQutdAp_8dJrVA"], "issued_at": "2018-09-22T12:46:55.000000Z"}} 2018-09-22 12:46:55,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" 2018-09-22 12:46:55,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eec1b4a-2c27-4c7d-8a4e-fb37b0138d4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:55,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1eec1b4a-2c27-4c7d-8a4e-fb37b0138d4c 2018-09-22 12:46:55,899 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:46:55,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:46:56,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:46:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["4VxmeFtNQD-WNsYyz7XryA"], "issued_at": "2018-09-22T12:46:56.000000Z"}} 2018-09-22 12:46:56,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ddcdc527b87c8eb3c722e970cb77ac5387afcb9" 2018-09-22 12:46:56,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd2ddbd4-3222-4f51-bf66-232a34a0ddcc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:46:56,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bd2ddbd4-3222-4f51-bf66-232a34a0ddcc 2018-09-22 12:46:56,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" 2018-09-22 12:46:56,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f3c60c13-e479-4612-a35e-9db26664ddda Date: Sat, 22 Sep 2018 12:46:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:46:56,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-f3c60c13-e479-4612-a35e-9db26664ddda 2018-09-22 12:46:56,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" 2018-09-22 12:46:56,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-1cf3078d-972e-47c5-bf43-34a6b67b1076 Date: Sat, 22 Sep 2018 12:46:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-22 12:46:56,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 used request id req-1cf3078d-972e-47c5-bf43-34a6b67b1076 2018-09-22 12:46:56,857 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-7941c667-c3fb-4306-8b74-07a8a2671a86-pub-router 2018-09-22 12:46:56,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" -d '{"router": {"external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128"}, "name": "NeutronUtilsRouterTests-7941c667-c3fb-4306-8b74-07a8a2671a86-pub-router", "admin_state_up": true}}' 2018-09-22 12:46:57,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-58eb2eae-d894-4863-9dbe-a40f3d8b2cbe Date: Sat, 22 Sep 2018 12:46:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:46:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:46:57Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "88bce492-9c87-411d-afd4-c26d9241b4e2", "name": "NeutronUtilsRouterTests-7941c667-c3fb-4306-8b74-07a8a2671a86-pub-router"}} 2018-09-22 12:46:57,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-58eb2eae-d894-4863-9dbe-a40f3d8b2cbe 2018-09-22 12:46:57,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=88bce492-9c87-411d-afd4-c26d9241b4e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" 2018-09-22 12:46:58,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4057f547-20e2-40b0-86de-a55a4d09e1ca Date: Sat, 22 Sep 2018 12:46:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:57Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.209"}],"id":"0f3ebcba-8eec-48b7-9465-74c0b4d5c257","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ae:67:47","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"88bce492-9c87-411d-afd4-c26d9241b4e2","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:46:57Z","binding:vnic_type":"normal"}]} 2018-09-22 12:46:58,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=88bce492-9c87-411d-afd4-c26d9241b4e2 used request id req-4057f547-20e2-40b0-86de-a55a4d09e1ca 2018-09-22 12:46:58,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" 2018-09-22 12:46:58,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ed404ff8-d4ba-4065-a268-e47c090a315d Date: Sat, 22 Sep 2018 12:46:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}} 2018-09-22 12:46:58,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 used request id req-ed404ff8-d4ba-4065-a268-e47c090a315d 2018-09-22 12:46:58,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7941c667-c3fb-4306-8b74-07a8a2671a86-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" 2018-09-22 12:46:58,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-eb8ee3f6-2fe5-4f82-9435-59499b88a7a2 Date: Sat, 22 Sep 2018 12:46:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:46:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:46:57Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "88bce492-9c87-411d-afd4-c26d9241b4e2", "name": "NeutronUtilsRouterTests-7941c667-c3fb-4306-8b74-07a8a2671a86-pub-router"}]} 2018-09-22 12:46:58,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7941c667-c3fb-4306-8b74-07a8a2671a86-pub-router used request id req-eb8ee3f6-2fe5-4f82-9435-59499b88a7a2 2018-09-22 12:46:58,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:46:58,609 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:46:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:46:58,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" 2018-09-22 12:46:58,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:46:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80d93483-d3b1-4156-8c3c-1fcdeb2f6956 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:46:58,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-80d93483-d3b1-4156-8c3c-1fcdeb2f6956 2018-09-22 12:46:58,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=88bce492-9c87-411d-afd4-c26d9241b4e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" 2018-09-22 12:46:58,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-37a388da-9f96-4b35-a4b1-b9e4e3e7f1ba Date: Sat, 22 Sep 2018 12:46:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:46:57Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.209"}],"id":"0f3ebcba-8eec-48b7-9465-74c0b4d5c257","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ae:67:47","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"88bce492-9c87-411d-afd4-c26d9241b4e2","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:46:57Z","binding:vnic_type":"normal"}]} 2018-09-22 12:46:58,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=88bce492-9c87-411d-afd4-c26d9241b4e2 used request id req-37a388da-9f96-4b35-a4b1-b9e4e3e7f1ba 2018-09-22 12:46:58,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" 2018-09-22 12:46:58,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-5748fa51-58ae-4c50-8ad5-4de01471361e Date: Sat, 22 Sep 2018 12:46:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}} 2018-09-22 12:46:58,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 used request id req-5748fa51-58ae-4c50-8ad5-4de01471361e 2018-09-22 12:46:58,939 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-7941c667-c3fb-4306-8b74-07a8a2671a86-pub-router 2018-09-22 12:46:58,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/88bce492-9c87-411d-afd4-c26d9241b4e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" 2018-09-22 12:47:00,307 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41507f32-fcbf-457e-b454-363ec5484e02 Content-Length: 0 Date: Sat, 22 Sep 2018 12:47:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:47:00,307 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/88bce492-9c87-411d-afd4-c26d9241b4e2 used request id req-41507f32-fcbf-457e-b454-363ec5484e02 2018-09-22 12:47:00,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7941c667-c3fb-4306-8b74-07a8a2671a86-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}932eda501b138e2dc3f1282f4c2539d1cd588eca" 2018-09-22 12:47:00,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a588bfe9-2c5b-4a4b-b0c8-4d5f286d052e Date: Sat, 22 Sep 2018 12:47:00 GMT RESP BODY: {"routers": []} 2018-09-22 12:47:00,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-7941c667-c3fb-4306-8b74-07a8a2671a86-pub-router used request id req-a588bfe9-2c5b-4a4b-b0c8-4d5f286d052e 2018-09-22 12:47:00,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:00,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["tTgVlV_wTzSlSftsTq92IA"], "issued_at": "2018-09-22T12:47:00.000000Z"}} 2018-09-22 12:47:00,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:00,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a8c7448-2df2-4bff-9af1-c6905bd9a277 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:00,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8a8c7448-2df2-4bff-9af1-c6905bd9a277 2018-09-22 12:47:00,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:47:00,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:01,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Ov14rvpiTveuYCr3gR-hGQ"], "issued_at": "2018-09-22T12:47:01.000000Z"}} 2018-09-22 12:47:01,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f851e9ad9482ce6e1e2666b2af279e245a726f1e" 2018-09-22 12:47:01,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-975faa36-5aa2-4402-9db6-89ddbb260b7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:01,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-975faa36-5aa2-4402-9db6-89ddbb260b7d 2018-09-22 12:47:01,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:01,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4615fabe-885c-44fd-b1cd-80ad39bc4880 Date: Sat, 22 Sep 2018 12:47:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:47:01,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-4615fabe-885c-44fd-b1cd-80ad39bc4880 2018-09-22 12:47:01,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:01,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5e1422ba-6dcb-4a3f-8efc-195e8c8e355a Date: Sat, 22 Sep 2018 12:47:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-22 12:47:01,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 used request id req-5e1422ba-6dcb-4a3f-8efc-195e8c8e355a 2018-09-22 12:47:01,771 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-4970385e-1758-4637-bd6b-eb239d50e784-pub-router 2018-09-22 12:47:01,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" -d '{"router": {"external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128"}, "name": "NeutronUtilsRouterTests-4970385e-1758-4637-bd6b-eb239d50e784-pub-router", "admin_state_up": true}}' 2018-09-22 12:47:02,890 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-1f0e2b66-4c42-4bee-9231-5a27d4703ecf Date: Sat, 22 Sep 2018 12:47:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:47:02Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "41b9ac26-c457-4b96-aa82-835b021243bf", "name": "NeutronUtilsRouterTests-4970385e-1758-4637-bd6b-eb239d50e784-pub-router"}} 2018-09-22 12:47:02,890 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-1f0e2b66-4c42-4bee-9231-5a27d4703ecf 2018-09-22 12:47:02,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=41b9ac26-c457-4b96-aa82-835b021243bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:03,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-50b9d9e5-2948-44c5-b516-aca3eacdf9f2 Date: Sat, 22 Sep 2018 12:47:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:47:02Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.205"}],"id":"3f8833ee-f1fd-489a-b5bf-3742c7b515d6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7d:0a:23","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"41b9ac26-c457-4b96-aa82-835b021243bf","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:47:02Z","binding:vnic_type":"normal"}]} 2018-09-22 12:47:03,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=41b9ac26-c457-4b96-aa82-835b021243bf used request id req-50b9d9e5-2948-44c5-b516-aca3eacdf9f2 2018-09-22 12:47:03,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:03,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-94a8d70a-558b-4cf1-b0f6-8c52b64fb20a Date: Sat, 22 Sep 2018 12:47:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}} 2018-09-22 12:47:03,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 used request id req-94a8d70a-558b-4cf1-b0f6-8c52b64fb20a 2018-09-22 12:47:03,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4970385e-1758-4637-bd6b-eb239d50e784-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:03,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-72f13602-92ce-40a4-bdc2-435f02da99d0 Date: Sat, 22 Sep 2018 12:47:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:47:02Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "41b9ac26-c457-4b96-aa82-835b021243bf", "name": "NeutronUtilsRouterTests-4970385e-1758-4637-bd6b-eb239d50e784-pub-router"}]} 2018-09-22 12:47:03,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4970385e-1758-4637-bd6b-eb239d50e784-pub-router used request id req-72f13602-92ce-40a4-bdc2-435f02da99d0 2018-09-22 12:47:03,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:47:03,715 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:47:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:47:03,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:03,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2196b00-5ca5-4a00-b9b2-ac799bb78f66 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:47:03,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-a2196b00-5ca5-4a00-b9b2-ac799bb78f66 2018-09-22 12:47:03,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=41b9ac26-c457-4b96-aa82-835b021243bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:03,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-06c7ce2c-e07a-4f00-acfa-e242bc2ba96a Date: Sat, 22 Sep 2018 12:47:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:47:02Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","ip_address":"172.30.9.205"}],"id":"3f8833ee-f1fd-489a-b5bf-3742c7b515d6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7d:0a:23","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"41b9ac26-c457-4b96-aa82-835b021243bf","name":"","admin_state_up":true,"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"","created_at":"2018-09-22T12:47:02Z","binding:vnic_type":"normal"}]} 2018-09-22 12:47:03,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=41b9ac26-c457-4b96-aa82-835b021243bf used request id req-06c7ce2c-e07a-4f00-acfa-e242bc2ba96a 2018-09-22 12:47:03,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:04,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-32246fea-43b9-42e0-a875-0f1e4a269141 Date: Sat, 22 Sep 2018 12:47:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}} 2018-09-22 12:47:04,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6 used request id req-32246fea-43b9-42e0-a875-0f1e4a269141 2018-09-22 12:47:04,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:04,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-123e666c-e653-4d1c-ba6e-de15743fe12c Date: Sat, 22 Sep 2018 12:47:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:47:04,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-123e666c-e653-4d1c-ba6e-de15743fe12c 2018-09-22 12:47:04,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:04,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ec153a2b-cb27-4a4e-864f-f2503864486f Date: Sat, 22 Sep 2018 12:47:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-22 12:47:04,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 used request id req-ec153a2b-cb27-4a4e-864f-f2503864486f 2018-09-22 12:47:04,802 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-4970385e-1758-4637-bd6b-eb239d50e784-pub-router 2018-09-22 12:47:04,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/41b9ac26-c457-4b96-aa82-835b021243bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:05,912 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-20b169e4-5163-4d96-8558-47dc52ad3549 Content-Length: 0 Date: Sat, 22 Sep 2018 12:47:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:47:05,912 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/41b9ac26-c457-4b96-aa82-835b021243bf used request id req-20b169e4-5163-4d96-8558-47dc52ad3549 2018-09-22 12:47:05,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4970385e-1758-4637-bd6b-eb239d50e784-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee98df8c711d5fd8c6ca6057162b4f551bf6c362" 2018-09-22 12:47:06,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8e4f67fa-3b44-4dfa-8cb1-48bf88e1f218 Date: Sat, 22 Sep 2018 12:47:06 GMT RESP BODY: {"routers": []} 2018-09-22 12:47:06,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4970385e-1758-4637-bd6b-eb239d50e784-pub-router used request id req-8e4f67fa-3b44-4dfa-8cb1-48bf88e1f218 2018-09-22 12:47:06,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:06,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["oeMrp3ovSCy6Vhk7BSbu5Q"], "issued_at": "2018-09-22T12:47:06.000000Z"}} 2018-09-22 12:47:06,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9188b87a4e6ae514f8b8467c211065b59b27e5" 2018-09-22 12:47:06,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-366b7b48-3cb3-4cca-b433-d0facb9200cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:06,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-366b7b48-3cb3-4cca-b433-d0facb9200cd 2018-09-22 12:47:06,628 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-974309a0-11a5-4472-9e88-6ec70c77188ename 2018-09-22 12:47:06,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9188b87a4e6ae514f8b8467c211065b59b27e5" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-974309a0-11a5-4472-9e88-6ec70c77188ename"}}' 2018-09-22 12:47:07,021 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-e8925df5-6cd4-4a91-a560-a087e488f9b7 Date: Sat, 22 Sep 2018 12:47:07 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:06Z", "updated_at": "2018-09-22T12:47:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:06Z", "revision_number": 0, "id": "dbd81749-321a-45b1-abd1-7274a8fe5f02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:06Z", "security_group_id": "b77d3b5a-d717-4616-bb9c-ba15b3da5dc0", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:06Z", "revision_number": 0, "id": "fb57f682-ca6d-45ef-a6ef-c4b269230d68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:06Z", "security_group_id": "b77d3b5a-d717-4616-bb9c-ba15b3da5dc0", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 2, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "b77d3b5a-d717-4616-bb9c-ba15b3da5dc0", "name": "NeutronUtilsSecurityGroupTests-974309a0-11a5-4472-9e88-6ec70c77188ename"}} 2018-09-22 12:47:07,021 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-e8925df5-6cd4-4a91-a560-a087e488f9b7 2018-09-22 12:47:07,022 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b77d3b5a-d717-4616-bb9c-ba15b3da5dc0 2018-09-22 12:47:07,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b77d3b5a-d717-4616-bb9c-ba15b3da5dc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9188b87a4e6ae514f8b8467c211065b59b27e5" 2018-09-22 12:47:07,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6d700a53-a29c-4719-af5f-a67a87c16da0 Date: Sat, 22 Sep 2018 12:47: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-09-22T12:47:06Z", "security_group_id": "b77d3b5a-d717-4616-bb9c-ba15b3da5dc0", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:06Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "dbd81749-321a-45b1-abd1-7274a8fe5f02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:06Z", "security_group_id": "b77d3b5a-d717-4616-bb9c-ba15b3da5dc0", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:06Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "fb57f682-ca6d-45ef-a6ef-c4b269230d68"}]} 2018-09-22 12:47:07,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b77d3b5a-d717-4616-bb9c-ba15b3da5dc0 used request id req-6d700a53-a29c-4719-af5f-a67a87c16da0 2018-09-22 12:47:07,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-974309a0-11a5-4472-9e88-6ec70c77188ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9188b87a4e6ae514f8b8467c211065b59b27e5" 2018-09-22 12:47:07,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-89ae2c19-8335-4a16-87c1-0e1dcbcfb72d Date: Sat, 22 Sep 2018 12:47:07 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:06Z", "updated_at": "2018-09-22T12:47:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:06Z", "revision_number": 0, "id": "dbd81749-321a-45b1-abd1-7274a8fe5f02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:06Z", "security_group_id": "b77d3b5a-d717-4616-bb9c-ba15b3da5dc0", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:06Z", "revision_number": 0, "id": "fb57f682-ca6d-45ef-a6ef-c4b269230d68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:06Z", "security_group_id": "b77d3b5a-d717-4616-bb9c-ba15b3da5dc0", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 2, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "b77d3b5a-d717-4616-bb9c-ba15b3da5dc0", "name": "NeutronUtilsSecurityGroupTests-974309a0-11a5-4472-9e88-6ec70c77188ename"}]} 2018-09-22 12:47:07,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-974309a0-11a5-4472-9e88-6ec70c77188ename used request id req-89ae2c19-8335-4a16-87c1-0e1dcbcfb72d 2018-09-22 12:47:07,413 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b77d3b5a-d717-4616-bb9c-ba15b3da5dc0 2018-09-22 12:47:07,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b77d3b5a-d717-4616-bb9c-ba15b3da5dc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9188b87a4e6ae514f8b8467c211065b59b27e5" 2018-09-22 12:47:07,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-91c5cc8c-436e-47b4-969f-9e0c9436abba Date: Sat, 22 Sep 2018 12:47: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-09-22T12:47:06Z", "security_group_id": "b77d3b5a-d717-4616-bb9c-ba15b3da5dc0", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:06Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "dbd81749-321a-45b1-abd1-7274a8fe5f02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:06Z", "security_group_id": "b77d3b5a-d717-4616-bb9c-ba15b3da5dc0", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:06Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "fb57f682-ca6d-45ef-a6ef-c4b269230d68"}]} 2018-09-22 12:47:07,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b77d3b5a-d717-4616-bb9c-ba15b3da5dc0 used request id req-91c5cc8c-436e-47b4-969f-9e0c9436abba 2018-09-22 12:47:07,578 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-974309a0-11a5-4472-9e88-6ec70c77188ename 2018-09-22 12:47:07,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/b77d3b5a-d717-4616-bb9c-ba15b3da5dc0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9188b87a4e6ae514f8b8467c211065b59b27e5" 2018-09-22 12:47:07,922 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-21ba7e62-fe9c-4c59-a603-49728ee5df5b Content-Length: 0 Date: Sat, 22 Sep 2018 12:47:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:47:07,922 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/b77d3b5a-d717-4616-bb9c-ba15b3da5dc0 used request id req-21ba7e62-fe9c-4c59-a603-49728ee5df5b 2018-09-22 12:47:07,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-974309a0-11a5-4472-9e88-6ec70c77188ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c9188b87a4e6ae514f8b8467c211065b59b27e5" 2018-09-22 12:47:08,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d6aab405-0c1e-4b5b-85a7-36b4b2567326 Date: Sat, 22 Sep 2018 12:47:08 GMT RESP BODY: {"security_groups": []} 2018-09-22 12:47:08,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-974309a0-11a5-4472-9e88-6ec70c77188ename used request id req-d6aab405-0c1e-4b5b-85a7-36b4b2567326 2018-09-22 12:47:08,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:08,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["m7DaWgUJRDq0X26mQkqEbw"], "issued_at": "2018-09-22T12:47:08.000000Z"}} 2018-09-22 12:47:08,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0277d70c9f23524775a7c633152a4fb026213bea" 2018-09-22 12:47:08,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0890c075-8d15-4162-9245-9916675eb4fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:08,561 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0890c075-8d15-4162-9245-9916675eb4fc 2018-09-22 12:47:08,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:08,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["_Zj3cESjQaeAxO6hD4soGw"], "issued_at": "2018-09-22T12:47:08.000000Z"}} 2018-09-22 12:47:08,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b946983b84223bdddb57f91bea3c257c8038c23d" 2018-09-22 12:47:09,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52376daf-3dbe-45ff-ad55-4cabab22a482 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:09,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-52376daf-3dbe-45ff-ad55-4cabab22a482 2018-09-22 12:47:09,047 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d338c5e6-81f6-4008-8c0a-cff61cecbb33name 2018-09-22 12:47:09,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b946983b84223bdddb57f91bea3c257c8038c23d" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-d338c5e6-81f6-4008-8c0a-cff61cecbb33name", "description": "hello group"}}' 2018-09-22 12:47:09,524 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-93b07bf5-5d32-43ab-ac1e-af1c43dbc023 Date: Sat, 22 Sep 2018 12:47:09 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:09Z", "updated_at": "2018-09-22T12:47:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:09Z", "revision_number": 0, "id": "34b34734-ea80-43d5-b6bd-f5a943c5d3f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:09Z", "security_group_id": "3cc58358-4814-414d-a312-f1497a06597e", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:09Z", "revision_number": 0, "id": "c51a5419-33b6-46b7-bf81-016dc7283482", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:09Z", "security_group_id": "3cc58358-4814-414d-a312-f1497a06597e", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 2, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "3cc58358-4814-414d-a312-f1497a06597e", "name": "NeutronUtilsSecurityGroupTests-d338c5e6-81f6-4008-8c0a-cff61cecbb33name"}} 2018-09-22 12:47:09,524 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-93b07bf5-5d32-43ab-ac1e-af1c43dbc023 2018-09-22 12:47:09,525 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cc58358-4814-414d-a312-f1497a06597e 2018-09-22 12:47:09,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3cc58358-4814-414d-a312-f1497a06597e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b946983b84223bdddb57f91bea3c257c8038c23d" 2018-09-22 12:47:09,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6d5b9aaf-de78-4724-8584-eb6bd22b0b31 Date: Sat, 22 Sep 2018 12:47:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:09Z", "security_group_id": "3cc58358-4814-414d-a312-f1497a06597e", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:09Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "34b34734-ea80-43d5-b6bd-f5a943c5d3f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:09Z", "security_group_id": "3cc58358-4814-414d-a312-f1497a06597e", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:09Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "c51a5419-33b6-46b7-bf81-016dc7283482"}]} 2018-09-22 12:47:09,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3cc58358-4814-414d-a312-f1497a06597e used request id req-6d5b9aaf-de78-4724-8584-eb6bd22b0b31 2018-09-22 12:47:09,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d338c5e6-81f6-4008-8c0a-cff61cecbb33name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b946983b84223bdddb57f91bea3c257c8038c23d" 2018-09-22 12:47:09,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-69eaa4e8-25ca-412c-be59-42a154641299 Date: Sat, 22 Sep 2018 12:47:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:09Z", "updated_at": "2018-09-22T12:47:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:09Z", "revision_number": 0, "id": "c51a5419-33b6-46b7-bf81-016dc7283482", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:09Z", "security_group_id": "3cc58358-4814-414d-a312-f1497a06597e", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:09Z", "revision_number": 0, "id": "34b34734-ea80-43d5-b6bd-f5a943c5d3f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:09Z", "security_group_id": "3cc58358-4814-414d-a312-f1497a06597e", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 2, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "3cc58358-4814-414d-a312-f1497a06597e", "name": "NeutronUtilsSecurityGroupTests-d338c5e6-81f6-4008-8c0a-cff61cecbb33name"}]} 2018-09-22 12:47:09,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-d338c5e6-81f6-4008-8c0a-cff61cecbb33name&description=hello+group used request id req-69eaa4e8-25ca-412c-be59-42a154641299 2018-09-22 12:47:09,961 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3cc58358-4814-414d-a312-f1497a06597e 2018-09-22 12:47:09,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3cc58358-4814-414d-a312-f1497a06597e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b946983b84223bdddb57f91bea3c257c8038c23d" 2018-09-22 12:47:10,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c78b442d-8ccd-4767-a84f-86ab010366ef Date: Sat, 22 Sep 2018 12:47:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:09Z", "security_group_id": "3cc58358-4814-414d-a312-f1497a06597e", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:09Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "34b34734-ea80-43d5-b6bd-f5a943c5d3f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:09Z", "security_group_id": "3cc58358-4814-414d-a312-f1497a06597e", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:09Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "c51a5419-33b6-46b7-bf81-016dc7283482"}]} 2018-09-22 12:47:10,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=3cc58358-4814-414d-a312-f1497a06597e used request id req-c78b442d-8ccd-4767-a84f-86ab010366ef 2018-09-22 12:47:10,124 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d338c5e6-81f6-4008-8c0a-cff61cecbb33name 2018-09-22 12:47:10,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/3cc58358-4814-414d-a312-f1497a06597e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b946983b84223bdddb57f91bea3c257c8038c23d" 2018-09-22 12:47:10,315 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-483f8675-e32d-46ee-b855-646780b2fd6c Content-Length: 0 Date: Sat, 22 Sep 2018 12:47:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:47:10,315 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/3cc58358-4814-414d-a312-f1497a06597e used request id req-483f8675-e32d-46ee-b855-646780b2fd6c 2018-09-22 12:47:10,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:10,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["5I85fdIzT6iED7fX_zXz1Q"], "issued_at": "2018-09-22T12:47:10.000000Z"}} 2018-09-22 12:47:10,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:10,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e16df9a-f987-490c-9114-82b97cad40ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:10,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5e16df9a-f987-490c-9114-82b97cad40ad 2018-09-22 12:47:10,810 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name 2018-09-22 12:47:10,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name", "description": "hello group"}}' 2018-09-22 12:47:11,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-e5df7545-54d2-403e-91b2-6a02ea672257 Date: Sat, 22 Sep 2018 12:47:11 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "updated_at": "2018-09-22T12:47:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "revision_number": 0, "id": "2f917d66-e5f9-4c80-8f81-c9994b12a825", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "revision_number": 0, "id": "b6c34f50-84c2-4fc6-991c-cf2775222caf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 2, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "name": "NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name"}} 2018-09-22 12:47:11,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-e5df7545-54d2-403e-91b2-6a02ea672257 2018-09-22 12:47:11,322 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 2018-09-22 12:47:11,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:11,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a9b06bba-bb6b-4174-bf4a-e80d61348129 Date: Sat, 22 Sep 2018 12:47:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "2f917d66-e5f9-4c80-8f81-c9994b12a825"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "b6c34f50-84c2-4fc6-991c-cf2775222caf"}]} 2018-09-22 12:47:11,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 used request id req-a9b06bba-bb6b-4174-bf4a-e80d61348129 2018-09-22 12:47:11,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 2018-09-22 12:47:11,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:11,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-169dd2a3-6371-4c69-bcf4-3adf7a7ccd26 Date: Sat, 22 Sep 2018 12:47:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "2f917d66-e5f9-4c80-8f81-c9994b12a825"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "b6c34f50-84c2-4fc6-991c-cf2775222caf"}]} 2018-09-22 12:47:11,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 used request id req-169dd2a3-6371-4c69-bcf4-3adf7a7ccd26 2018-09-22 12:47:11,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:11,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3038664f-adcb-499b-9db3-f0658138272b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:11,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3038664f-adcb-499b-9db3-f0658138272b 2018-09-22 12:47:11,754 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name 2018-09-22 12:47:11,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:11,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-9cb03125-e9dd-4854-948e-3c9766e4c73e Date: Sat, 22 Sep 2018 12:47:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "updated_at": "2018-09-22T12:47:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "revision_number": 0, "id": "2f917d66-e5f9-4c80-8f81-c9994b12a825", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "revision_number": 0, "id": "b6c34f50-84c2-4fc6-991c-cf2775222caf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 2, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "name": "NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name"}]} 2018-09-22 12:47:11,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name used request id req-9cb03125-e9dd-4854-948e-3c9766e4c73e 2018-09-22 12:47:11,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:47:11,968 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:47:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:47:11,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:12,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54e3920e-cc2c-48e6-8a51-cbaa91314889 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:47:12,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-54e3920e-cc2c-48e6-8a51-cbaa91314889 2018-09-22 12:47:12,057 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 2018-09-22 12:47:12,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:12,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e55c0688-f84f-484a-a175-510687132096 Date: Sat, 22 Sep 2018 12:47:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "2f917d66-e5f9-4c80-8f81-c9994b12a825"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "b6c34f50-84c2-4fc6-991c-cf2775222caf"}]} 2018-09-22 12:47:12,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 used request id req-e55c0688-f84f-484a-a175-510687132096 2018-09-22 12:47:12,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7"}}' 2018-09-22 12:47:12,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-5e8b316e-fc61-445d-a053-95c46bb2a014 Date: Sat, 22 Sep 2018 12:47:12 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:12Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:12Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "edca2b13-70bb-4ef3-b53f-3fdf5f1c928b"}} 2018-09-22 12:47:12,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-5e8b316e-fc61-445d-a053-95c46bb2a014 2018-09-22 12:47:12,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:12,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-efb94c5d-459f-494d-8bdb-23851ea853a4 Date: Sat, 22 Sep 2018 12:47:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "updated_at": "2018-09-22T12:47:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:12Z", "revision_number": 0, "id": "edca2b13-70bb-4ef3-b53f-3fdf5f1c928b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:12Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "revision_number": 0, "id": "b6c34f50-84c2-4fc6-991c-cf2775222caf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "revision_number": 0, "id": "2f917d66-e5f9-4c80-8f81-c9994b12a825", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 3, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "name": "NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name"}]} 2018-09-22 12:47:12,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name&description=hello+group used request id req-efb94c5d-459f-494d-8bdb-23851ea853a4 2018-09-22 12:47:12,799 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 2018-09-22 12:47:12,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:13,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-e3434b3f-174a-4da1-98e0-45f7d2136d96 Date: Sat, 22 Sep 2018 12:47:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "2f917d66-e5f9-4c80-8f81-c9994b12a825"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "b6c34f50-84c2-4fc6-991c-cf2775222caf"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:12Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:12Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "edca2b13-70bb-4ef3-b53f-3fdf5f1c928b"}]} 2018-09-22 12:47:13,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 used request id req-e3434b3f-174a-4da1-98e0-45f7d2136d96 2018-09-22 12:47:13,031 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 2018-09-22 12:47:13,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:13,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-9c31c5ca-0d4e-4a8a-ba60-b29d70011cbd Date: Sat, 22 Sep 2018 12:47:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "2f917d66-e5f9-4c80-8f81-c9994b12a825"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "b6c34f50-84c2-4fc6-991c-cf2775222caf"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:12Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:12Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "edca2b13-70bb-4ef3-b53f-3fdf5f1c928b"}]} 2018-09-22 12:47:13,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 used request id req-9c31c5ca-0d4e-4a8a-ba60-b29d70011cbd 2018-09-22 12:47:13,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:13,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-57c44c8e-8b47-4fc0-b0c3-e386e3b1bfc0 Date: Sat, 22 Sep 2018 12:47:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "updated_at": "2018-09-22T12:47:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:12Z", "revision_number": 0, "id": "edca2b13-70bb-4ef3-b53f-3fdf5f1c928b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:12Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "revision_number": 0, "id": "b6c34f50-84c2-4fc6-991c-cf2775222caf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "revision_number": 0, "id": "2f917d66-e5f9-4c80-8f81-c9994b12a825", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 3, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "name": "NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name"}]} 2018-09-22 12:47:13,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name&description=hello+group used request id req-57c44c8e-8b47-4fc0-b0c3-e386e3b1bfc0 2018-09-22 12:47:13,306 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 2018-09-22 12:47:13,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:13,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-e0d6a871-1ae1-4b19-bd09-4b96f1660e2c Date: Sat, 22 Sep 2018 12:47:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "2f917d66-e5f9-4c80-8f81-c9994b12a825"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:11Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:11Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "b6c34f50-84c2-4fc6-991c-cf2775222caf"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:12Z", "security_group_id": "1aff5f2d-3ed4-4c21-a77c-410a6149d2e7", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:12Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "edca2b13-70bb-4ef3-b53f-3fdf5f1c928b"}]} 2018-09-22 12:47:13,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 used request id req-e0d6a871-1ae1-4b19-bd09-4b96f1660e2c 2018-09-22 12:47:13,496 - neutron_utils - INFO - Deleting security group rule with ID - 2f917d66-e5f9-4c80-8f81-c9994b12a825 2018-09-22 12:47:13,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/2f917d66-e5f9-4c80-8f81-c9994b12a825 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:13,837 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a91893e-b58d-4df7-b0bd-c592c7ec13ea Content-Length: 0 Date: Sat, 22 Sep 2018 12:47:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:47:13,837 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/2f917d66-e5f9-4c80-8f81-c9994b12a825 used request id req-0a91893e-b58d-4df7-b0bd-c592c7ec13ea 2018-09-22 12:47:13,837 - neutron_utils - INFO - Deleting security group rule with ID - b6c34f50-84c2-4fc6-991c-cf2775222caf 2018-09-22 12:47:13,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/b6c34f50-84c2-4fc6-991c-cf2775222caf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:14,097 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-72d34b21-a3ad-4c44-8223-0b77ab89872c Content-Length: 0 Date: Sat, 22 Sep 2018 12:47:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:47:14,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/b6c34f50-84c2-4fc6-991c-cf2775222caf used request id req-72d34b21-a3ad-4c44-8223-0b77ab89872c 2018-09-22 12:47:14,097 - neutron_utils - INFO - Deleting security group rule with ID - edca2b13-70bb-4ef3-b53f-3fdf5f1c928b 2018-09-22 12:47:14,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/edca2b13-70bb-4ef3-b53f-3fdf5f1c928b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:14,349 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-45d8161f-4319-4792-9b8a-a5553a1c7962 Content-Length: 0 Date: Sat, 22 Sep 2018 12:47:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:47:14,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/edca2b13-70bb-4ef3-b53f-3fdf5f1c928b used request id req-45d8161f-4319-4792-9b8a-a5553a1c7962 2018-09-22 12:47:14,349 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-40d852ae-0c69-4c90-9078-dc01a94b0f64name 2018-09-22 12:47:14,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e633e29666066e1db3953e9798471e1c8901acdb" 2018-09-22 12:47:14,635 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a0a93322-938d-4fe2-9f67-b88ddc466f22 Content-Length: 0 Date: Sat, 22 Sep 2018 12:47:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:47:14,635 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1aff5f2d-3ed4-4c21-a77c-410a6149d2e7 used request id req-a0a93322-938d-4fe2-9f67-b88ddc466f22 2018-09-22 12:47:14,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:15,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["LddcDRTwSrGu-VjFCvWshA"], "issued_at": "2018-09-22T12:47:15.000000Z"}} 2018-09-22 12:47:15,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008fba813bb806a98d0f1396a36aadddacf91163" 2018-09-22 12:47:15,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58f2884d-2d1a-4369-9681-7bf873e596db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:15,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-58f2884d-2d1a-4369-9681-7bf873e596db 2018-09-22 12:47:15,104 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-79895686-59d7-47f2-a84f-2393259771f7name-1 2018-09-22 12:47:15,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008fba813bb806a98d0f1396a36aadddacf91163" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-79895686-59d7-47f2-a84f-2393259771f7name-1", "description": "hello group"}}' 2018-09-22 12:47:15,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-c785e74f-9a87-41c1-8230-5f7d6aad242e Date: Sat, 22 Sep 2018 12:47:15 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "updated_at": "2018-09-22T12:47:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "revision_number": 0, "id": "954f7093-9ef3-4a90-a6fc-a56b1dac70fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:15Z", "security_group_id": "40139879-facd-4648-a630-fd2a767b48f9", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "revision_number": 0, "id": "ae5363e6-adfb-4533-afb9-561b8fe42029", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:15Z", "security_group_id": "40139879-facd-4648-a630-fd2a767b48f9", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 2, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "40139879-facd-4648-a630-fd2a767b48f9", "name": "NeutronUtilsSecurityGroupTests-79895686-59d7-47f2-a84f-2393259771f7name-1"}} 2018-09-22 12:47:15,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-c785e74f-9a87-41c1-8230-5f7d6aad242e 2018-09-22 12:47:15,513 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 40139879-facd-4648-a630-fd2a767b48f9 2018-09-22 12:47:15,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=40139879-facd-4648-a630-fd2a767b48f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008fba813bb806a98d0f1396a36aadddacf91163" 2018-09-22 12:47:15,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2e904035-02dd-4c3b-a037-117b180b248b Date: Sat, 22 Sep 2018 12:47:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "security_group_id": "40139879-facd-4648-a630-fd2a767b48f9", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "954f7093-9ef3-4a90-a6fc-a56b1dac70fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "security_group_id": "40139879-facd-4648-a630-fd2a767b48f9", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "ae5363e6-adfb-4533-afb9-561b8fe42029"}]} 2018-09-22 12:47:15,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=40139879-facd-4648-a630-fd2a767b48f9 used request id req-2e904035-02dd-4c3b-a037-117b180b248b 2018-09-22 12:47:15,679 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-79895686-59d7-47f2-a84f-2393259771f7name-2 2018-09-22 12:47:15,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008fba813bb806a98d0f1396a36aadddacf91163" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-79895686-59d7-47f2-a84f-2393259771f7name-2", "description": "hello group"}}' 2018-09-22 12:47:16,081 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-cfbaa936-83d4-4cef-a62f-c3efcbfecf8c Date: Sat, 22 Sep 2018 12:47:16 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "updated_at": "2018-09-22T12:47:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "revision_number": 0, "id": "bbbed980-5172-4a43-9409-e2429cac84dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:15Z", "security_group_id": "362b0ad6-f4f1-48de-8b68-52d1e3f77eaa", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "revision_number": 0, "id": "f7d70cec-1cc1-4589-bccf-c33d36fa1639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:15Z", "security_group_id": "362b0ad6-f4f1-48de-8b68-52d1e3f77eaa", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 2, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "362b0ad6-f4f1-48de-8b68-52d1e3f77eaa", "name": "NeutronUtilsSecurityGroupTests-79895686-59d7-47f2-a84f-2393259771f7name-2"}} 2018-09-22 12:47:16,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-cfbaa936-83d4-4cef-a62f-c3efcbfecf8c 2018-09-22 12:47:16,082 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 362b0ad6-f4f1-48de-8b68-52d1e3f77eaa 2018-09-22 12:47:16,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=362b0ad6-f4f1-48de-8b68-52d1e3f77eaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008fba813bb806a98d0f1396a36aadddacf91163" 2018-09-22 12:47:16,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6b711b69-c936-47ba-9d82-c8c1fb1dda14 Date: Sat, 22 Sep 2018 12:47: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-09-22T12:47:15Z", "security_group_id": "362b0ad6-f4f1-48de-8b68-52d1e3f77eaa", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "bbbed980-5172-4a43-9409-e2429cac84dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "security_group_id": "362b0ad6-f4f1-48de-8b68-52d1e3f77eaa", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "f7d70cec-1cc1-4589-bccf-c33d36fa1639"}]} 2018-09-22 12:47:16,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=362b0ad6-f4f1-48de-8b68-52d1e3f77eaa used request id req-6b711b69-c936-47ba-9d82-c8c1fb1dda14 2018-09-22 12:47:16,151 - neutron_utils - INFO - Retrieving security group with ID - 40139879-facd-4648-a630-fd2a767b48f9 2018-09-22 12:47:16,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=40139879-facd-4648-a630-fd2a767b48f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008fba813bb806a98d0f1396a36aadddacf91163" 2018-09-22 12:47:16,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-ed5ee97b-60f8-40fb-967e-e7142ef9ddfe Date: Sat, 22 Sep 2018 12:47:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "updated_at": "2018-09-22T12:47:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "revision_number": 0, "id": "954f7093-9ef3-4a90-a6fc-a56b1dac70fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:15Z", "security_group_id": "40139879-facd-4648-a630-fd2a767b48f9", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "revision_number": 0, "id": "ae5363e6-adfb-4533-afb9-561b8fe42029", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:15Z", "security_group_id": "40139879-facd-4648-a630-fd2a767b48f9", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 2, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "40139879-facd-4648-a630-fd2a767b48f9", "name": "NeutronUtilsSecurityGroupTests-79895686-59d7-47f2-a84f-2393259771f7name-1"}]} 2018-09-22 12:47:16,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=40139879-facd-4648-a630-fd2a767b48f9 used request id req-ed5ee97b-60f8-40fb-967e-e7142ef9ddfe 2018-09-22 12:47:16,358 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 40139879-facd-4648-a630-fd2a767b48f9 2018-09-22 12:47:16,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=40139879-facd-4648-a630-fd2a767b48f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008fba813bb806a98d0f1396a36aadddacf91163" 2018-09-22 12:47:16,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2ca5ccd9-b5c6-49d7-b841-d3bfca4036be Date: Sat, 22 Sep 2018 12:47: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-09-22T12:47:15Z", "security_group_id": "40139879-facd-4648-a630-fd2a767b48f9", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "954f7093-9ef3-4a90-a6fc-a56b1dac70fb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "security_group_id": "40139879-facd-4648-a630-fd2a767b48f9", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "ae5363e6-adfb-4533-afb9-561b8fe42029"}]} 2018-09-22 12:47:16,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=40139879-facd-4648-a630-fd2a767b48f9 used request id req-2ca5ccd9-b5c6-49d7-b841-d3bfca4036be 2018-09-22 12:47:16,529 - neutron_utils - INFO - Retrieving security group with ID - 362b0ad6-f4f1-48de-8b68-52d1e3f77eaa 2018-09-22 12:47:16,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=362b0ad6-f4f1-48de-8b68-52d1e3f77eaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008fba813bb806a98d0f1396a36aadddacf91163" 2018-09-22 12:47:16,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-4a3f86f9-2144-4e92-b127-396478f4e848 Date: Sat, 22 Sep 2018 12:47:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "updated_at": "2018-09-22T12:47:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "revision_number": 0, "id": "bbbed980-5172-4a43-9409-e2429cac84dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:15Z", "security_group_id": "362b0ad6-f4f1-48de-8b68-52d1e3f77eaa", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv6", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "revision_number": 0, "id": "f7d70cec-1cc1-4589-bccf-c33d36fa1639", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-22T12:47:15Z", "security_group_id": "362b0ad6-f4f1-48de-8b68-52d1e3f77eaa", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 2, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "362b0ad6-f4f1-48de-8b68-52d1e3f77eaa", "name": "NeutronUtilsSecurityGroupTests-79895686-59d7-47f2-a84f-2393259771f7name-2"}]} 2018-09-22 12:47:16,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=362b0ad6-f4f1-48de-8b68-52d1e3f77eaa used request id req-4a3f86f9-2144-4e92-b127-396478f4e848 2018-09-22 12:47:16,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 362b0ad6-f4f1-48de-8b68-52d1e3f77eaa 2018-09-22 12:47:16,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=362b0ad6-f4f1-48de-8b68-52d1e3f77eaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008fba813bb806a98d0f1396a36aadddacf91163" 2018-09-22 12:47:16,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c29f589e-9bf1-4270-8f6f-e3a50c891b83 Date: Sat, 22 Sep 2018 12:47: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-09-22T12:47:15Z", "security_group_id": "362b0ad6-f4f1-48de-8b68-52d1e3f77eaa", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "bbbed980-5172-4a43-9409-e2429cac84dc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-22T12:47:15Z", "security_group_id": "362b0ad6-f4f1-48de-8b68-52d1e3f77eaa", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:15Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "f7d70cec-1cc1-4589-bccf-c33d36fa1639"}]} 2018-09-22 12:47:16,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=362b0ad6-f4f1-48de-8b68-52d1e3f77eaa used request id req-c29f589e-9bf1-4270-8f6f-e3a50c891b83 2018-09-22 12:47:16,902 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-79895686-59d7-47f2-a84f-2393259771f7name-1 2018-09-22 12:47:16,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/40139879-facd-4648-a630-fd2a767b48f9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008fba813bb806a98d0f1396a36aadddacf91163" 2018-09-22 12:47:17,415 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8da611fc-f636-45db-8ea3-1db2e6425c9b Content-Length: 0 Date: Sat, 22 Sep 2018 12:47:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:47:17,416 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/40139879-facd-4648-a630-fd2a767b48f9 used request id req-8da611fc-f636-45db-8ea3-1db2e6425c9b 2018-09-22 12:47:17,416 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-79895686-59d7-47f2-a84f-2393259771f7name-2 2018-09-22 12:47:17,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/362b0ad6-f4f1-48de-8b68-52d1e3f77eaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}008fba813bb806a98d0f1396a36aadddacf91163" 2018-09-22 12:47:17,716 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b906daf6-43c3-4d2b-ae92-639a0d8865c6 Content-Length: 0 Date: Sat, 22 Sep 2018 12:47:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:47:17,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/362b0ad6-f4f1-48de-8b68-52d1e3f77eaa used request id req-b906daf6-43c3-4d2b-ae92-639a0d8865c6 2018-09-22 12:47:17,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:18,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["buuLcPhMTZOL7QeloUGP0A"], "issued_at": "2018-09-22T12:47:18.000000Z"}} 2018-09-22 12:47:18,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed03e367e16f94ce8986c6f83c65ac55914d6278" 2018-09-22 12:47:18,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e514ccb-772f-4012-b70c-e8730424cf59 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:18,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1e514ccb-772f-4012-b70c-e8730424cf59 2018-09-22 12:47:18,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed03e367e16f94ce8986c6f83c65ac55914d6278" 2018-09-22 12:47:18,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8fb3f8f6-c5d2-4a42-954d-b52fbbc25f2a Date: Sat, 22 Sep 2018 12:47:18 GMT RESP BODY: {"floatingips": []} 2018-09-22 12:47:18,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-8fb3f8f6-c5d2-4a42-954d-b52fbbc25f2a 2018-09-22 12:47:18,392 - neutron_utils - INFO - Creating floating ip to external network - external 2018-09-22 12:47:18,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed03e367e16f94ce8986c6f83c65ac55914d6278" 2018-09-22 12:47:18,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cdf22c5d-f840-4d9a-a8e7-7b5c9784acee Date: Sat, 22 Sep 2018 12:47:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:47:18,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-cdf22c5d-f840-4d9a-a8e7-7b5c9784acee 2018-09-22 12:47:18,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed03e367e16f94ce8986c6f83c65ac55914d6278" 2018-09-22 12:47:18,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-859ca6bd-3def-4d06-bf0d-697e4b751188 Date: Sat, 22 Sep 2018 12:47:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-22 12:47:18,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a628b19b-ff4a-4b9a-8714-5629ce044128 used request id req-859ca6bd-3def-4d06-bf0d-697e4b751188 2018-09-22 12:47:18,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed03e367e16f94ce8986c6f83c65ac55914d6278" -d '{"floatingip": {"floating_network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128"}}' 2018-09-22 12:47:20,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-d827f781-684e-4d03-a69d-0c03d7994041 Date: Sat, 22 Sep 2018 12:47:20 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-22T12:47:19Z", "floating_network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "8d132cc4-bf06-43dc-bbd9-e3f68c52dc8e", "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:19Z", "project_id": "e0be80d39933400abe48c8503e28224e"}} 2018-09-22 12:47:20,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-d827f781-684e-4d03-a69d-0c03d7994041 2018-09-22 12:47:20,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed03e367e16f94ce8986c6f83c65ac55914d6278" 2018-09-22 12:47:20,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-8f70483e-0721-4a19-8f9a-3567c7efee76 Date: Sat, 22 Sep 2018 12:47:20 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-22T12:47:19Z", "floating_network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "8d132cc4-bf06-43dc-bbd9-e3f68c52dc8e", "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:19Z", "project_id": "e0be80d39933400abe48c8503e28224e"}]} 2018-09-22 12:47:20,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-8f70483e-0721-4a19-8f9a-3567c7efee76 2018-09-22 12:47:20,229 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.202 2018-09-22 12:47:20,229 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.202 2018-09-22 12:47:20,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips?ip=8d132cc4-bf06-43dc-bbd9-e3f68c52dc8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed03e367e16f94ce8986c6f83c65ac55914d6278" 2018-09-22 12:47:20,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-c74b897e-a1e2-4318-b0ef-e5cc0d489b37 Date: Sat, 22 Sep 2018 12:47:20 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-09-22T12:47:19Z", "floating_network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "8d132cc4-bf06-43dc-bbd9-e3f68c52dc8e", "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:47:19Z", "project_id": "e0be80d39933400abe48c8503e28224e"}]} 2018-09-22 12:47:20,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips?ip=8d132cc4-bf06-43dc-bbd9-e3f68c52dc8e used request id req-c74b897e-a1e2-4318-b0ef-e5cc0d489b37 2018-09-22 12:47:20,413 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.202 2018-09-22 12:47:20,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/8d132cc4-bf06-43dc-bbd9-e3f68c52dc8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed03e367e16f94ce8986c6f83c65ac55914d6278" 2018-09-22 12:47:21,066 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8612b3b2-1da6-471d-a1c1-a835e7a1001c Content-Length: 0 Date: Sat, 22 Sep 2018 12:47:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:47:21,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/8d132cc4-bf06-43dc-bbd9-e3f68c52dc8e used request id req-8612b3b2-1da6-471d-a1c1-a835e7a1001c 2018-09-22 12:47:21,067 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:47:21,337 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 2018-09-22 12:47:21,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:21,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["K5KWv3GYRGm9wHg9lujZKQ"], "issued_at": "2018-09-22T12:47:21.000000Z"}} 2018-09-22 12:47:21,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64d2898a8ec0bbb1e6efa580a709a8099a8fc0b8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXRjvjWTjiAY1RHrtWB9zjRnx038igmRAKqEhQIopRqJaYXihXHBnMqNYOyHy81fiURiPvINMKZESIwGULtvvA5qWOJsQ703KDZ/Dd+fGDXKHbUSGbDXqeJqc3ZZYfgmA5Jt5EwNO8bsVLSlh7Pe/b7sqtKVnLGHaJboapPWdRge2FceEVR0MlmiJe+dT5af4TbmVoMPRKZE2R5jpO1qLlu5YOO3nfHXTmnFbufDsGSWVQ0hH8jEQ7VDUuy9Jf/7YyyoxyS/sKHTS1gTybCT+g27QSTH8+rFVV10m/g5NGekhp2GFCTVTVM0+qccUtSEc/30k4TnMEkKFpXTp8AE1H", "name": "NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50"}}' 2018-09-22 12:47:22,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e218e857-792f-4a10-b055-a8fdb0258b9f x-compute-request-id: req-e218e857-792f-4a10-b055-a8fdb0258b9f Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXRjvjWTjiAY1RHrtWB9zjRnx038igmRAKqEhQIopRqJaYXihXHBnMqNYOyHy81fiURiPvINMKZESIwGULtvvA5qWOJsQ703KDZ/Dd+fGDXKHbUSGbDXqeJqc3ZZYfgmA5Jt5EwNO8bsVLSlh7Pe/b7sqtKVnLGHaJboapPWdRge2FceEVR0MlmiJe+dT5af4TbmVoMPRKZE2R5jpO1qLlu5YOO3nfHXTmnFbufDsGSWVQ0hH8jEQ7VDUuy9Jf/7YyyoxyS/sKHTS1gTybCT+g27QSTH8+rFVV10m/g5NGekhp2GFCTVTVM0+qccUtSEc/30k4TnMEkKFpXTp8AE1H", "user_id": "004b6165ea564cfbb572adf1581ebe50", "name": "NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50", "fingerprint": "72:1e:9e:30:a6:6f:90:a4:f9:c5:63:9e:4f:4a:c8:8a"}} 2018-09-22 12:47:22,446 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-e218e857-792f-4a10-b055-a8fdb0258b9f 2018-09-22 12:47:22,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64d2898a8ec0bbb1e6efa580a709a8099a8fc0b8" 2018-09-22 12:47:22,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47: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-025bec5e-c788-4663-a62e-ff43fa606ca2 x-compute-request-id: req-025bec5e-c788-4663-a62e-ff43fa606ca2 Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXRjvjWTjiAY1RHrtWB9zjRnx038igmRAKqEhQIopRqJaYXihXHBnMqNYOyHy81fiURiPvINMKZESIwGULtvvA5qWOJsQ703KDZ/Dd+fGDXKHbUSGbDXqeJqc3ZZYfgmA5Jt5EwNO8bsVLSlh7Pe/b7sqtKVnLGHaJboapPWdRge2FceEVR0MlmiJe+dT5af4TbmVoMPRKZE2R5jpO1qLlu5YOO3nfHXTmnFbufDsGSWVQ0hH8jEQ7VDUuy9Jf/7YyyoxyS/sKHTS1gTybCT+g27QSTH8+rFVV10m/g5NGekhp2GFCTVTVM0+qccUtSEc/30k4TnMEkKFpXTp8AE1H", "user_id": "004b6165ea564cfbb572adf1581ebe50", "name": "NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50", "deleted": false, "created_at": "2018-09-22T12:47:22.000000", "updated_at": null, "fingerprint": "72:1e:9e:30:a6:6f:90:a4:f9:c5:63:9e:4f:4a:c8:8a", "deleted_at": null, "id": 3}} 2018-09-22 12:47:22,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 used request id req-025bec5e-c788-4663-a62e-ff43fa606ca2 2018-09-22 12:47:22,466 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 2018-09-22 12:47:22,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64d2898a8ec0bbb1e6efa580a709a8099a8fc0b8" 2018-09-22 12:47:22,619 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:47:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6b07ab0-8ee4-4d2b-9088-d7e3044a9283 x-compute-request-id: req-a6b07ab0-8ee4-4d2b-9088-d7e3044a9283 Content-Length: 0 Content-Type: application/json 2018-09-22 12:47:22,619 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 used request id req-a6b07ab0-8ee4-4d2b-9088-d7e3044a9283 2018-09-22 12:47:22,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64d2898a8ec0bbb1e6efa580a709a8099a8fc0b8" 2018-09-22 12:47:22,642 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:47:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-15384aac-2136-4ec6-b059-3e4b8c6607d9 x-compute-request-id: req-15384aac-2136-4ec6-b059-3e4b8c6607d9 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 not found for user 004b6165ea564cfbb572adf1581ebe50", "code": 404}} 2018-09-22 12:47:22,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 used request id req-15384aac-2136-4ec6-b059-3e4b8c6607d9 2018-09-22 12:47:22,642 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 2018-09-22 12:47:22,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64d2898a8ec0bbb1e6efa580a709a8099a8fc0b8" 2018-09-22 12:47:22,741 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:47:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-29ce15ef-d5d2-402f-bc47-c01ba85e4775 x-compute-request-id: req-29ce15ef-d5d2-402f-bc47-c01ba85e4775 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 not found for user 004b6165ea564cfbb572adf1581ebe50", "code": 404}} 2018-09-22 12:47:22,741 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d12154b0-d6d8-466d-af73-c30ef10faa50 used request id req-29ce15ef-d5d2-402f-bc47-c01ba85e4775 2018-09-22 12:47:22,742 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:47:23,071 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-efc085a7-6c36-4495-aca6-eadc1ac2265d.pub 2018-09-22 12:47:23,071 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-efc085a7-6c36-4495-aca6-eadc1ac2265d 2018-09-22 12:47:23,071 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-efc085a7-6c36-4495-aca6-eadc1ac2265d.pub 2018-09-22 12:47:23,071 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-efc085a7-6c36-4495-aca6-eadc1ac2265d 2018-09-22 12:47:23,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:23,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["rMoBz7sYSw2EVUlXnCrG3w"], "issued_at": "2018-09-22T12:47:23.000000Z"}} 2018-09-22 12:47:23,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0873a323e4f98c862ccb9409a0b98605ac4a3c7a" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC20dOsIUCSwZyyMV0HN6R1yTRpj5s7ny7NK7JSnJ8r9RttylNxsu5NKfpW0AlI6LkaKBucw+wxrv52q/r5YrxAxqVwyUHUO3gUTOG0ibnSahelXuAOGfJkA5yDjRpWA6NNSP/yqqaWMgeeQ983sx4iBIVDSEPTEq+caGUUH8PPXCIQrptqSyHajryFB+tG86kRpMfDh0fiCbfifgA6w8xYKVpnqRYLxePvJejVXmgQjVt4P0i45+bezRp+2Wl6Oz/K2D8Dw+7nmIArfVHa5+TlEznBUHcBNQ+kylJRRvVi5Soi5PFRvPcAmP2K5lCiVm4dcQawRZVemQnHHyTJOSOt", "name": "NovaUtilsKeypairTests-efc085a7-6c36-4495-aca6-eadc1ac2265d"}}' 2018-09-22 12:47:23,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ac708e5-e16d-4e68-87da-3924838d0c50 x-compute-request-id: req-9ac708e5-e16d-4e68-87da-3924838d0c50 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC20dOsIUCSwZyyMV0HN6R1yTRpj5s7ny7NK7JSnJ8r9RttylNxsu5NKfpW0AlI6LkaKBucw+wxrv52q/r5YrxAxqVwyUHUO3gUTOG0ibnSahelXuAOGfJkA5yDjRpWA6NNSP/yqqaWMgeeQ983sx4iBIVDSEPTEq+caGUUH8PPXCIQrptqSyHajryFB+tG86kRpMfDh0fiCbfifgA6w8xYKVpnqRYLxePvJejVXmgQjVt4P0i45+bezRp+2Wl6Oz/K2D8Dw+7nmIArfVHa5+TlEznBUHcBNQ+kylJRRvVi5Soi5PFRvPcAmP2K5lCiVm4dcQawRZVemQnHHyTJOSOt", "user_id": "004b6165ea564cfbb572adf1581ebe50", "name": "NovaUtilsKeypairTests-efc085a7-6c36-4495-aca6-eadc1ac2265d", "fingerprint": "84:2f:71:1b:ca:1e:07:22:40:36:1a:46:3b:a9:a6:03"}} 2018-09-22 12:47:23,722 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-9ac708e5-e16d-4e68-87da-3924838d0c50 2018-09-22 12:47:23,722 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-efc085a7-6c36-4495-aca6-eadc1ac2265d 2018-09-22 12:47:23,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-efc085a7-6c36-4495-aca6-eadc1ac2265d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0873a323e4f98c862ccb9409a0b98605ac4a3c7a" 2018-09-22 12:47:23,889 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:47:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-85fb1848-5594-4c3b-af58-6261ff37d5b7 x-compute-request-id: req-85fb1848-5594-4c3b-af58-6261ff37d5b7 Content-Length: 0 Content-Type: application/json 2018-09-22 12:47:23,889 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-efc085a7-6c36-4495-aca6-eadc1ac2265d used request id req-85fb1848-5594-4c3b-af58-6261ff37d5b7 2018-09-22 12:47:23,890 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:47:24,007 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-6a81c609-8103-413f-96de-824a1fd3656d 2018-09-22 12:47:24,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:24,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["iXkZj9LDRYmNr0GJgSLShA"], "issued_at": "2018-09-22T12:47:24.000000Z"}} 2018-09-22 12:47:24,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87657a1e264531ecdf7aeed847fba444368562e6" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqwXP1ROGFti/Bw9AniqwVTgMpkZ0T5fMp76MnEJ6Ki+/i9KHMR7y0WYdKsUjOubGT4x5TImGJvhqHgaVCWrZMCFb6/wnrG59gs4VVVoDiA2TeEN9occo77MzIpASpsLdUkdVE46VJOCydanrugttbc2FuhIEI8dpjd+KHG4ZvRjzYgPYzg0el1dvqS7qfst5QwWosC9U1D1Oba3liagwYLL0SbKNqrNbps/UZW3QCp9M/zzigVTjFJAfZpLf7vFAoDbnFSqvUU1VdYU7mRZrmC961f1nqjAfQ/bW+R76t0henem8Y1+G4GqcXlreTj4tiI6+AH/7XsmmLt0A8RHyV", "name": "NovaUtilsKeypairTests-6a81c609-8103-413f-96de-824a1fd3656d"}}' 2018-09-22 12:47:24,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ea314bd-faff-48a6-ae90-33a18caa829e x-compute-request-id: req-2ea314bd-faff-48a6-ae90-33a18caa829e Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqwXP1ROGFti/Bw9AniqwVTgMpkZ0T5fMp76MnEJ6Ki+/i9KHMR7y0WYdKsUjOubGT4x5TImGJvhqHgaVCWrZMCFb6/wnrG59gs4VVVoDiA2TeEN9occo77MzIpASpsLdUkdVE46VJOCydanrugttbc2FuhIEI8dpjd+KHG4ZvRjzYgPYzg0el1dvqS7qfst5QwWosC9U1D1Oba3liagwYLL0SbKNqrNbps/UZW3QCp9M/zzigVTjFJAfZpLf7vFAoDbnFSqvUU1VdYU7mRZrmC961f1nqjAfQ/bW+R76t0henem8Y1+G4GqcXlreTj4tiI6+AH/7XsmmLt0A8RHyV", "user_id": "004b6165ea564cfbb572adf1581ebe50", "name": "NovaUtilsKeypairTests-6a81c609-8103-413f-96de-824a1fd3656d", "fingerprint": "ba:d4:64:8d:50:dd:65:a3:fc:04:69:57:04:58:29:46"}} 2018-09-22 12:47:24,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-2ea314bd-faff-48a6-ae90-33a18caa829e 2018-09-22 12:47:24,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6a81c609-8103-413f-96de-824a1fd3656d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87657a1e264531ecdf7aeed847fba444368562e6" 2018-09-22 12:47:24,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd1c4b51-2e81-4a72-9cc5-c4d7fbd240f4 x-compute-request-id: req-bd1c4b51-2e81-4a72-9cc5-c4d7fbd240f4 Content-Encoding: gzip Content-Length: 554 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqwXP1ROGFti/Bw9AniqwVTgMpkZ0T5fMp76MnEJ6Ki+/i9KHMR7y0WYdKsUjOubGT4x5TImGJvhqHgaVCWrZMCFb6/wnrG59gs4VVVoDiA2TeEN9occo77MzIpASpsLdUkdVE46VJOCydanrugttbc2FuhIEI8dpjd+KHG4ZvRjzYgPYzg0el1dvqS7qfst5QwWosC9U1D1Oba3liagwYLL0SbKNqrNbps/UZW3QCp9M/zzigVTjFJAfZpLf7vFAoDbnFSqvUU1VdYU7mRZrmC961f1nqjAfQ/bW+R76t0henem8Y1+G4GqcXlreTj4tiI6+AH/7XsmmLt0A8RHyV", "user_id": "004b6165ea564cfbb572adf1581ebe50", "name": "NovaUtilsKeypairTests-6a81c609-8103-413f-96de-824a1fd3656d", "deleted": false, "created_at": "2018-09-22T12:47:24.000000", "updated_at": null, "fingerprint": "ba:d4:64:8d:50:dd:65:a3:fc:04:69:57:04:58:29:46", "deleted_at": null, "id": 9}} 2018-09-22 12:47:24,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6a81c609-8103-413f-96de-824a1fd3656d used request id req-bd1c4b51-2e81-4a72-9cc5-c4d7fbd240f4 2018-09-22 12:47:24,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87657a1e264531ecdf7aeed847fba444368562e6" 2018-09-22 12:47:25,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef70ff3d-c570-4708-a16e-46a52700943c x-compute-request-id: req-ef70ff3d-c570-4708-a16e-46a52700943c Content-Encoding: gzip Content-Length: 474 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqwXP1ROGFti/Bw9AniqwVTgMpkZ0T5fMp76MnEJ6Ki+/i9KHMR7y0WYdKsUjOubGT4x5TImGJvhqHgaVCWrZMCFb6/wnrG59gs4VVVoDiA2TeEN9occo77MzIpASpsLdUkdVE46VJOCydanrugttbc2FuhIEI8dpjd+KHG4ZvRjzYgPYzg0el1dvqS7qfst5QwWosC9U1D1Oba3liagwYLL0SbKNqrNbps/UZW3QCp9M/zzigVTjFJAfZpLf7vFAoDbnFSqvUU1VdYU7mRZrmC961f1nqjAfQ/bW+R76t0henem8Y1+G4GqcXlreTj4tiI6+AH/7XsmmLt0A8RHyV", "name": "NovaUtilsKeypairTests-6a81c609-8103-413f-96de-824a1fd3656d", "fingerprint": "ba:d4:64:8d:50:dd:65:a3:fc:04:69:57:04:58:29:46"}}]} 2018-09-22 12:47:25,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-ef70ff3d-c570-4708-a16e-46a52700943c 2018-09-22 12:47:25,066 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-6a81c609-8103-413f-96de-824a1fd3656d 2018-09-22 12:47:25,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6a81c609-8103-413f-96de-824a1fd3656d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87657a1e264531ecdf7aeed847fba444368562e6" 2018-09-22 12:47:25,116 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-13965f69-f890-4e94-bbf9-8ff890e7b376 x-compute-request-id: req-13965f69-f890-4e94-bbf9-8ff890e7b376 Content-Length: 0 Content-Type: application/json 2018-09-22 12:47:25,116 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6a81c609-8103-413f-96de-824a1fd3656d used request id req-13965f69-f890-4e94-bbf9-8ff890e7b376 2018-09-22 12:47:25,117 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:47:25,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:25,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["hBlh5yQoRQ2wzPnB2bhETA"], "issued_at": "2018-09-22T12:47:25.000000Z"}} 2018-09-22 12:47:25,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b478398f558869cd21ad138b96c76c58c1377a0f" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-d7de0ca8-9b8a-4086-9ad7-b6beb63e8376-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-d7de0ca8-9b8a-4086-9ad7-b6beb63e8376-id", "swap": 2}}' 2018-09-22 12:47:25,704 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5c78aa7-b223-44be-88ce-41b85d178145 x-compute-request-id: req-f5c78aa7-b223-44be-88ce-41b85d178145 Content-Encoding: gzip Content-Length: 287 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-d7de0ca8-9b8a-4086-9ad7-b6beb63e8376-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-d7de0ca8-9b8a-4086-9ad7-b6beb63e8376-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-d7de0ca8-9b8a-4086-9ad7-b6beb63e8376-id", "name": "NovaUtilsFlavorTests-d7de0ca8-9b8a-4086-9ad7-b6beb63e8376-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-09-22 12:47:25,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f5c78aa7-b223-44be-88ce-41b85d178145 2018-09-22 12:47:25,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-d7de0ca8-9b8a-4086-9ad7-b6beb63e8376-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b478398f558869cd21ad138b96c76c58c1377a0f" 2018-09-22 12:47:25,760 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f5046dd4-9907-4199-9adc-32a028c61a8c x-compute-request-id: req-f5046dd4-9907-4199-9adc-32a028c61a8c Content-Length: 0 Content-Type: application/json 2018-09-22 12:47:25,760 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-d7de0ca8-9b8a-4086-9ad7-b6beb63e8376-id used request id req-f5046dd4-9907-4199-9adc-32a028c61a8c 2018-09-22 12:47:25,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b478398f558869cd21ad138b96c76c58c1377a0f" 2018-09-22 12:47:25,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc6796c5-137c-48cf-a8a6-a475c878c645 x-compute-request-id: req-fc6796c5-137c-48cf-a8a6-a475c878c645 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:47:25,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fc6796c5-137c-48cf-a8a6-a475c878c645 2018-09-22 12:47:25,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-d7de0ca8-9b8a-4086-9ad7-b6beb63e8376-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b478398f558869cd21ad138b96c76c58c1377a0f" 2018-09-22 12:47:25,825 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f2afa538-8729-47cf-93a2-d6f450382a6c x-compute-request-id: req-f2afa538-8729-47cf-93a2-d6f450382a6c Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-d7de0ca8-9b8a-4086-9ad7-b6beb63e8376-id could not be found.", "code": 404}} 2018-09-22 12:47:25,825 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-d7de0ca8-9b8a-4086-9ad7-b6beb63e8376-id used request id req-f2afa538-8729-47cf-93a2-d6f450382a6c 2018-09-22 12:47:25,826 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:47:25,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:26,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["WJraaO8KSWWLkR_wxYdktA"], "issued_at": "2018-09-22T12:47:26.000000Z"}} 2018-09-22 12:47:26,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a470744686212bf1a3e6c9de116c6b8293fd6ade" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-fc8fecce-ecce-493e-a179-8848b8655e1e-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-fc8fecce-ecce-493e-a179-8848b8655e1e-id", "swap": 2}}' 2018-09-22 12:47:27,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebb5d565-6d16-4f65-86d7-77a317894593 x-compute-request-id: req-ebb5d565-6d16-4f65-86d7-77a317894593 Content-Encoding: gzip Content-Length: 286 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-fc8fecce-ecce-493e-a179-8848b8655e1e-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-fc8fecce-ecce-493e-a179-8848b8655e1e-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-fc8fecce-ecce-493e-a179-8848b8655e1e-id", "name": "NovaUtilsFlavorTests-fc8fecce-ecce-493e-a179-8848b8655e1e-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-09-22 12:47:27,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ebb5d565-6d16-4f65-86d7-77a317894593 2018-09-22 12:47:27,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-fc8fecce-ecce-493e-a179-8848b8655e1e-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a470744686212bf1a3e6c9de116c6b8293fd6ade" 2018-09-22 12:47:27,181 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf7414c9-7efc-4b90-8b65-abe0d20570d2 x-compute-request-id: req-cf7414c9-7efc-4b90-8b65-abe0d20570d2 Content-Length: 0 Content-Type: application/json 2018-09-22 12:47:27,181 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-fc8fecce-ecce-493e-a179-8848b8655e1e-id used request id req-cf7414c9-7efc-4b90-8b65-abe0d20570d2 2018-09-22 12:47:27,182 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:47:27,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:27,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["cHmwCAhrQm-5o4VhPbIO5w"], "issued_at": "2018-09-22T12:47:27.000000Z"}} 2018-09-22 12:47:27,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:27,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c64501e6-1cda-454a-84dc-207215d4d62e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:27,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c64501e6-1cda-454a-84dc-207215d4d62e 2018-09-22 12:47:27,646 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-22 12:47:27,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:47:27,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:28,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["q_f_On7pT22y3azxGvsRRw"], "issued_at": "2018-09-22T12:47:28.000000Z"}} 2018-09-22 12:47:28,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84120b631c3fabb5e29b0daabd5a5f6c239b5b15" 2018-09-22 12:47:28,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a84c5e2-87e2-4062-b247-adc763eee8b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:28,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2a84c5e2-87e2-4062-b247-adc763eee8b0 2018-09-22 12:47:28,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84120b631c3fabb5e29b0daabd5a5f6c239b5b15" 2018-09-22 12:47:28,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-e2e17e10-7796-43f8-9e8f-dbed9363aba5 Date: Sat, 22 Sep 2018 12:47:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image"} 2018-09-22 12:47:28,301 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image used request id req-e2e17e10-7796-43f8-9e8f-dbed9363aba5 2018-09-22 12:47:28,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84120b631c3fabb5e29b0daabd5a5f6c239b5b15" 2018-09-22 12:47:28,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-01149080-0cc6-409f-b75e-6c4b1b208d80 Date: Sat, 22 Sep 2018 12:47:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:47:28,870 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-01149080-0cc6-409f-b75e-6c4b1b208d80 2018-09-22 12:47:28,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}84120b631c3fabb5e29b0daabd5a5f6c239b5b15" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image"}' 2018-09-22 12:47:29,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469 X-Openstack-Request-Id: req-7de8a991-e363-4c20-8e0d-b54fb6c7d99a Date: Sat, 22 Sep 2018 12:47:29 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:47:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-22T12:47:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "min_disk": 0, "protected": false, "id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "file": "/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/file", "checksum": null, "owner": "e0be80d39933400abe48c8503e28224e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:47:29,612 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-7de8a991-e363-4c20-8e0d-b54fb6c7d99a 2018-09-22 12:47:29,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84120b631c3fabb5e29b0daabd5a5f6c239b5b15" -d '' 2018-09-22 12:47:31,359 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5fac6e13-a904-48e4-b3b3-51a7d3d5db29 Date: Sat, 22 Sep 2018 12:47:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:47:31,360 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/file used request id req-5fac6e13-a904-48e4-b3b3-51a7d3d5db29 2018-09-22 12:47:31,360 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-22 12:47:31,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84120b631c3fabb5e29b0daabd5a5f6c239b5b15" 2018-09-22 12:47:31,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-984f9719-aa46-4c9f-8e09-14679023ed8b Date: Sat, 22 Sep 2018 12:47:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:47:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:47:31Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/snap", "metadata": {}}], "self": "/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "min_disk": 0, "protected": false, "id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "file": "/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:47:31,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469 used request id req-984f9719-aa46-4c9f-8e09-14679023ed8b 2018-09-22 12:47:31,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84120b631c3fabb5e29b0daabd5a5f6c239b5b15" 2018-09-22 12:47:32,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a1b55aea-2d30-4370-904a-4bec02827eb0 Date: Sat, 22 Sep 2018 12:47:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:47:32,551 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a1b55aea-2d30-4370-904a-4bec02827eb0 2018-09-22 12:47:32,554 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image 2018-09-22 12:47:32,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84120b631c3fabb5e29b0daabd5a5f6c239b5b15" 2018-09-22 12:47:33,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-d94c7308-7cc3-4809-bfed-d13155d1ca28 Date: Sat, 22 Sep 2018 12:47:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:47:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:47:31Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/snap", "metadata": {}}], "self": "/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "min_disk": 0, "protected": false, "id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "file": "/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:47:33,175 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469 used request id req-d94c7308-7cc3-4809-bfed-d13155d1ca28 2018-09-22 12:47:33,175 - create_image - DEBUG - Instance status is - active 2018-09-22 12:47:33,176 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image 2018-09-22 12:47:33,176 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image 2018-09-22 12:47:33,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:47:33,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:33,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Rh8jHfBASfu_xIWZcSy1kw"], "issued_at": "2018-09-22T12:47:33.000000Z"}} 2018-09-22 12:47:33,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2f9ddfc74572567dd8426825c3fb67673c53dc" 2018-09-22 12:47:33,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1b2832e-418c-404d-9330-6147c9ba1b1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:33,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f1b2832e-418c-404d-9330-6147c9ba1b1c 2018-09-22 12:47:33,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2f9ddfc74572567dd8426825c3fb67673c53dc" 2018-09-22 12:47:33,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-26a0b1b4-30b9-4b46-8de4-73ae06e0fa8c Date: Sat, 22 Sep 2018 12:47:33 GMT RESP BODY: {"networks":[]} 2018-09-22 12:47:33,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net used request id req-26a0b1b4-30b9-4b46-8de4-73ae06e0fa8c 2018-09-22 12:47:33,783 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net 2018-09-22 12:47:33,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2f9ddfc74572567dd8426825c3fb67673c53dc" -d '{"network": {"name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net", "admin_state_up": true}}' 2018-09-22 12:47:34,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cde1685d-c20e-4475-bc97-591be4afcc83 Date: Sat, 22 Sep 2018 12:47:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:47:34Z","is_default":false,"provider:segmentation_id":33,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","mtu":1450}} 2018-09-22 12:47:34,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-cde1685d-c20e-4475-bc97-591be4afcc83 2018-09-22 12:47:34,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c0bf1d57-4d30-453b-81bf-e5071e613a43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2f9ddfc74572567dd8426825c3fb67673c53dc" 2018-09-22 12:47:34,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8c0519ec-4729-475f-a180-670c61956ef2 Date: Sat, 22 Sep 2018 12:47:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:47:34Z","provider:segmentation_id":33,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","provider:network_type":"vxlan"}]} 2018-09-22 12:47:34,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c0bf1d57-4d30-453b-81bf-e5071e613a43 used request id req-8c0519ec-4729-475f-a180-670c61956ef2 2018-09-22 12:47:34,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2f9ddfc74572567dd8426825c3fb67673c53dc" 2018-09-22 12:47:34,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e412c572-a2a5-4ba8-a66c-9e0f83f2ff9c Date: Sat, 22 Sep 2018 12:47:34 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:47:34,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 used request id req-e412c572-a2a5-4ba8-a66c-9e0f83f2ff9c 2018-09-22 12:47:34,612 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-subnet 2018-09-22 12:47:34,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2f9ddfc74572567dd8426825c3fb67673c53dc" -d '{"subnets": [{"ip_version": 4, "network_id": "c0bf1d57-4d30-453b-81bf-e5071e613a43", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-subnet"}]}' 2018-09-22 12:47:35,186 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ef335b9a-0b43-48d3-8b5c-13349b9d3dcf Date: Sat, 22 Sep 2018 12:47:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","dns_nameservers":[],"updated_at":"2018-09-22T12:47:34Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-subnet"}]} 2018-09-22 12:47:35,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ef335b9a-0b43-48d3-8b5c-13349b9d3dcf 2018-09-22 12:47:35,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c0bf1d57-4d30-453b-81bf-e5071e613a43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2f9ddfc74572567dd8426825c3fb67673c53dc" 2018-09-22 12:47:35,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-ded869ac-75d5-468c-90e3-e32a1e4534dc Date: Sat, 22 Sep 2018 12:47:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["dcca810d-1ccb-4fa5-9dc9-74dd63ba1755"],"description":"","tags":[],"updated_at":"2018-09-22T12:47:34Z","provider:segmentation_id":33,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","provider:network_type":"vxlan"}]} 2018-09-22 12:47:35,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c0bf1d57-4d30-453b-81bf-e5071e613a43 used request id req-ded869ac-75d5-468c-90e3-e32a1e4534dc 2018-09-22 12:47:35,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2f9ddfc74572567dd8426825c3fb67673c53dc" 2018-09-22 12:47:35,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c180d815-dcf5-4754-952a-b609bc4682b2 Date: Sat, 22 Sep 2018 12:47:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","dns_nameservers":[],"updated_at":"2018-09-22T12:47:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-subnet"}]} 2018-09-22 12:47:35,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 used request id req-c180d815-dcf5-4754-952a-b609bc4682b2 2018-09-22 12:47:35,478 - OpenStackNetwork - DEBUG - Network [c0bf1d57-4d30-453b-81bf-e5071e613a43] created successfully 2018-09-22 12:47:35,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:47:35,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:35,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["WwZ4FvO7RZS7rCugGETrUQ"], "issued_at": "2018-09-22T12:47:35.000000Z"}} 2018-09-22 12:47:35,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90087068b24e285fcd5c7476a20184b9fe8082b9" 2018-09-22 12:47:35,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34f1ba73-f9f8-4389-a81f-29c9af291af8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:35,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-34f1ba73-f9f8-4389-a81f-29c9af291af8 2018-09-22 12:47:35,946 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:47:35,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90087068b24e285fcd5c7476a20184b9fe8082b9" 2018-09-22 12:47:36,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47: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-d0941567-b845-4ebb-a578-d74ae0ed34cd x-compute-request-id: req-d0941567-b845-4ebb-a578-d74ae0ed34cd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:47:36,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d0941567-b845-4ebb-a578-d74ae0ed34cd 2018-09-22 12:47:36,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90087068b24e285fcd5c7476a20184b9fe8082b9" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-22 12:47:36,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47: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-ffc44786-48de-4be6-aca7-bc5087df01e1 x-compute-request-id: req-ffc44786-48de-4be6-aca7-bc5087df01e1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:47:36,227 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ffc44786-48de-4be6-aca7-bc5087df01e1 2018-09-22 12:47:36,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:47:36,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:47:36,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:47:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["yDZ58lxcSaeEI6NkbLLs5g"], "issued_at": "2018-09-22T12:47:36.000000Z"}} 2018-09-22 12:47:36,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268887bac53365fd32e6947d84dc6a12a2ddf378" 2018-09-22 12:47:36,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a72f708-ec92-4bc7-bf19-e2f329eee716 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:47:36,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1a72f708-ec92-4bc7-bf19-e2f329eee716 2018-09-22 12:47:36,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:36,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-adaf96cb-272f-42b9-8432-f77814e87d9f Date: Sat, 22 Sep 2018 12:47:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["dcca810d-1ccb-4fa5-9dc9-74dd63ba1755"],"description":"","tags":[],"updated_at":"2018-09-22T12:47:34Z","provider:segmentation_id":33,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","provider:network_type":"vxlan"}]} 2018-09-22 12:47:36,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net used request id req-adaf96cb-272f-42b9-8432-f77814e87d9f 2018-09-22 12:47:36,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:37,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1e0e101e-4ddd-4e50-84a1-12b86991c3f0 Date: Sat, 22 Sep 2018 12:47:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","dns_nameservers":[],"updated_at":"2018-09-22T12:47:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-subnet"}]} 2018-09-22 12:47:37,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 used request id req-1e0e101e-4ddd-4e50-84a1-12b86991c3f0 2018-09-22 12:47:37,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:37,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f0daf4ac-8f85-4592-9f26-809b3376ceb7 Date: Sat, 22 Sep 2018 12:47:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["dcca810d-1ccb-4fa5-9dc9-74dd63ba1755"],"description":"","tags":[],"updated_at":"2018-09-22T12:47:34Z","provider:segmentation_id":33,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","provider:network_type":"vxlan"}]} 2018-09-22 12:47:37,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net used request id req-f0daf4ac-8f85-4592-9f26-809b3376ceb7 2018-09-22 12:47:37,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:47:37,381 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:47:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:47:37,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}268887bac53365fd32e6947d84dc6a12a2ddf378" 2018-09-22 12:47:37,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ee30b1-7b35-4183-9aa1-ca870cebe04e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:47:37,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-d5ee30b1-7b35-4183-9aa1-ca870cebe04e 2018-09-22 12:47:37,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:37,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8604fae0-d7b8-4560-86bd-025d6d4c5423 Date: Sat, 22 Sep 2018 12:47:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","dns_nameservers":[],"updated_at":"2018-09-22T12:47:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-subnet"}]} 2018-09-22 12:47:37,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 used request id req-8604fae0-d7b8-4560-86bd-025d6d4c5423 2018-09-22 12:47:37,702 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net 2018-09-22 12:47:37,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" -d '{"port": {"network_id": "c0bf1d57-4d30-453b-81bf-e5071e613a43", "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-port", "admin_state_up": true}}' 2018-09-22 12:47:38,461 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 853 X-Openstack-Request-Id: req-3cf3cbde-cdd4-48aa-a4e9-c5f91baab887 Date: Sat, 22 Sep 2018 12:47:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:47:38Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","ip_address":"10.55.0.13"}],"id":"d0a80314-e4e8-47b2-8f36-968838257a70","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:08:5e:58","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-port","admin_state_up":true,"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:38Z","binding:vnic_type":"normal"}} 2018-09-22 12:47:38,462 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-3cf3cbde-cdd4-48aa-a4e9-c5f91baab887 2018-09-22 12:47:38,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:38,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-56286f4b-8dde-41d5-a21f-67c92041aa97 Date: Sat, 22 Sep 2018 12:47:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["dcca810d-1ccb-4fa5-9dc9-74dd63ba1755"],"description":"","tags":[],"updated_at":"2018-09-22T12:47:34Z","provider:segmentation_id":33,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","provider:network_type":"vxlan"}]} 2018-09-22 12:47:38,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net used request id req-56286f4b-8dde-41d5-a21f-67c92041aa97 2018-09-22 12:47:38,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:47:38,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:47:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:47:38,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:38,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dbf6c9e-71a8-4d21-b0dd-e6084232bd88 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:47:38,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-0dbf6c9e-71a8-4d21-b0dd-e6084232bd88 2018-09-22 12:47:38,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:39,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7deb9daa-6802-4ad5-b146-26c7ff9618e2 Date: Sat, 22 Sep 2018 12:47:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","dns_nameservers":[],"updated_at":"2018-09-22T12:47:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-subnet"}]} 2018-09-22 12:47:39,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 used request id req-7deb9daa-6802-4ad5-b146-26c7ff9618e2 2018-09-22 12:47:39,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43&name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:39,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 856 X-Openstack-Request-Id: req-cc306020-e11c-41f4-80a3-d69cae494cab Date: Sat, 22 Sep 2018 12:47:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:47:38Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","ip_address":"10.55.0.13"}],"id":"d0a80314-e4e8-47b2-8f36-968838257a70","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:08:5e:58","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-port","admin_state_up":true,"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:38Z","binding:vnic_type":"normal"}]} 2018-09-22 12:47:39,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43&name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-port&admin_state_up=True used request id req-cc306020-e11c-41f4-80a3-d69cae494cab 2018-09-22 12:47:39,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:39,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-336d3e29-ca9a-4422-9248-6ee799b47f3c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:47:39,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-336d3e29-ca9a-4422-9248-6ee799b47f3c 2018-09-22 12:47:39,496 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst 2018-09-22 12:47:39,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:40,110 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f4a4a60-396a-4679-a06a-4366db04a19a x-compute-request-id: req-2f4a4a60-396a-4679-a06a-4366db04a19a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-flavor-name"}]} 2018-09-22 12:47:40,110 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2f4a4a60-396a-4679-a06a-4366db04a19a 2018-09-22 12:47:40,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:40,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22f75e32-f72d-4393-9535-8187a3f2c334 x-compute-request-id: req-22f75e32-f72d-4393-9535-8187a3f2c334 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:47:40,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b used request id req-22f75e32-f72d-4393-9535-8187a3f2c334 2018-09-22 12:47:40,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:40,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-75291872-9820-401c-be3a-5cb34fb9ff9d Date: Sat, 22 Sep 2018 12:47:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:47:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:47:31Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/snap", "metadata": {}}], "self": "/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "min_disk": 0, "protected": false, "id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "file": "/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image"} 2018-09-22 12:47:40,857 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image used request id req-75291872-9820-401c-be3a-5cb34fb9ff9d 2018-09-22 12:47:40,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:41,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-70ce1060-8fe0-47e5-8719-c8af9fb90bdb Date: Sat, 22 Sep 2018 12:47:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:47:41,504 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-70ce1060-8fe0-47e5-8719-c8af9fb90bdb 2018-09-22 12:47:41,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" -d '{"server": {"name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "imageRef": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "flavorRef": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "max_count": 1, "min_count": 1, "networks": [{"port": "d0a80314-e4e8-47b2-8f36-968838257a70"}]}}' 2018-09-22 12:47:44,065 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:47: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-9011c99f-e6ee-4f72-98ab-7938d36c8028 x-compute-request-id: req-9011c99f-e6ee-4f72-98ab-7938d36c8028 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "adminPass": "U2HEhrgudVNo"}} 2018-09-22 12:47:44,065 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-9011c99f-e6ee-4f72-98ab-7938d36c8028 2018-09-22 12:47:44,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:44,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54b6ca3f-38f2-47ab-a4af-b810d7583a5d x-compute-request-id: req-54b6ca3f-38f2-47ab-a4af-b810d7583a5d 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.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:47:44Z", "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-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:47:44,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-54b6ca3f-38f2-47ab-a4af-b810d7583a5d 2018-09-22 12:47:44,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:45,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84ce2b64-91dc-4230-88a5-621a35011ec6 x-compute-request-id: req-84ce2b64-91dc-4230-88a5-621a35011ec6 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.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:47:44Z", "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-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:47:45,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-84ce2b64-91dc-4230-88a5-621a35011ec6 2018-09-22 12:47:48,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:48,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36a75cb6-de8a-4b68-8b8e-5cbd0f0accce x-compute-request-id: req-36a75cb6-de8a-4b68-8b8e-5cbd0f0accce Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:47:46Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:47:48,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-36a75cb6-de8a-4b68-8b8e-5cbd0f0accce 2018-09-22 12:47:51,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:52,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-049dedcc-14ff-427e-948c-ea51963190d7 x-compute-request-id: req-049dedcc-14ff-427e-948c-ea51963190d7 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:47:46Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:47:52,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-049dedcc-14ff-427e-948c-ea51963190d7 2018-09-22 12:47:55,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:56,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07e2c922-4017-4c0c-9290-c2cdf23b4826 x-compute-request-id: req-07e2c922-4017-4c0c-9290-c2cdf23b4826 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:47:46Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:47:56,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-07e2c922-4017-4c0c-9290-c2cdf23b4826 2018-09-22 12:47:59,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:47:59,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:47:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b0c63e8-15d1-4dce-904f-3f8766f897fb x-compute-request-id: req-2b0c63e8-15d1-4dce-904f-3f8766f897fb Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:47:46Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:47:59,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-2b0c63e8-15d1-4dce-904f-3f8766f897fb 2018-09-22 12:48:02,707 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:03,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cb4cc10-ab32-4774-a720-dea9740d24e7 x-compute-request-id: req-5cb4cc10-ab32-4774-a720-dea9740d24e7 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:47:46Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:48:03,651 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-5cb4cc10-ab32-4774-a720-dea9740d24e7 2018-09-22 12:48:06,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:07,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48: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-2a722a28-87a3-438b-9761-7f8c5e38efb2 x-compute-request-id: req-2a722a28-87a3-438b-9761-7f8c5e38efb2 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:47:46Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:48:07,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-2a722a28-87a3-438b-9761-7f8c5e38efb2 2018-09-22 12:48:10,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:11,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffcc825b-bce0-4c49-9b9e-d55a52d3dabe x-compute-request-id: req-ffcc825b-bce0-4c49-9b9e-d55a52d3dabe Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:47:46Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:48:11,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-ffcc825b-bce0-4c49-9b9e-d55a52d3dabe 2018-09-22 12:48:14,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:14,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c221352a-fbb1-46ce-be59-6686d3610994 x-compute-request-id: req-c221352a-fbb1-46ce-be59-6686d3610994 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:47:46Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:48:14,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-c221352a-fbb1-46ce-be59-6686d3610994 2018-09-22 12:48:17,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:18,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99c3900f-eaab-4af5-827e-d526a7a83479 x-compute-request-id: req-99c3900f-eaab-4af5-827e-d526a7a83479 Content-Encoding: gzip Content-Length: 727 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:48:17Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:48:18,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-99c3900f-eaab-4af5-827e-d526a7a83479 2018-09-22 12:48:21,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:22,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1146106e-021c-422e-bab2-910e4573d7ec x-compute-request-id: req-1146106e-021c-422e-bab2-910e4573d7ec Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:5e:58", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:48:17Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:48:22,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-1146106e-021c-422e-bab2-910e4573d7ec 2018-09-22 12:48:25,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:26,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48: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-3d12b771-9067-4e95-b1d1-ebf68337ca93 x-compute-request-id: req-3d12b771-9067-4e95-b1d1-ebf68337ca93 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:5e:58", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:48:17Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:48:26,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-3d12b771-9067-4e95-b1d1-ebf68337ca93 2018-09-22 12:48:29,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:29,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48: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-f1476db8-f8c5-4c9c-8bdc-5b88b3354b1d x-compute-request-id: req-f1476db8-f8c5-4c9c-8bdc-5b88b3354b1d Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:5e:58", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-09-22T12:48:19.000000", "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:48:25Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:48:29,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-f1476db8-f8c5-4c9c-8bdc-5b88b3354b1d 2018-09-22 12:48:29,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:30,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48: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-0ef47eac-fc62-4869-af0b-872ae35b00d2 x-compute-request-id: req-0ef47eac-fc62-4869-af0b-872ae35b00d2 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:5e:58", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5f6e9d9b-0603-4cc7-9908-47631186b236", "rel": "bookmark"}], "image": {"id": "7be4d66d-ffef-42fb-8ea3-48a8d005e469", "links": [{"href": "http://172.30.9.23:8774/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-09-22T12:48:19.000000", "flavor": {"id": "d56dbc7d-fc54-43a0-a96c-12116a316a9b", "links": [{"href": "http://172.30.9.23:8774/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b", "rel": "bookmark"}]}, "id": "5f6e9d9b-0603-4cc7-9908-47631186b236", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:48:25Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-d5220acc-af02-4a11-8b76-47c58466a52a-vm_inst", "created": "2018-09-22T12:47:44Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:48:30,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-0ef47eac-fc62-4869-af0b-872ae35b00d2 2018-09-22 12:48:30,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:30,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-5980b7d0-81b4-4d19-b5e8-74926069a02e Date: Sat, 22 Sep 2018 12:48:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["dcca810d-1ccb-4fa5-9dc9-74dd63ba1755"],"description":"","tags":[],"updated_at":"2018-09-22T12:47:34Z","provider:segmentation_id":33,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","provider:network_type":"vxlan"}]} 2018-09-22 12:48:30,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net used request id req-5980b7d0-81b4-4d19-b5e8-74926069a02e 2018-09-22 12:48:30,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:30,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e13d6d7-5b51-4b5b-816a-861c64c4d85f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:48:30,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-5e13d6d7-5b51-4b5b-816a-861c64c4d85f 2018-09-22 12:48:30,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:30,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2097075c-a77e-4ed9-8f12-f206bc729ead Date: Sat, 22 Sep 2018 12:48:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:34Z","dns_nameservers":[],"updated_at":"2018-09-22T12:47:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-subnet"}]} 2018-09-22 12:48:30,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 used request id req-2097075c-a77e-4ed9-8f12-f206bc729ead 2018-09-22 12:48:30,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:30,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3529 X-Openstack-Request-Id: req-c43e4242-dcb5-4808-980b-865541c6f977 Date: Sat, 22 Sep 2018 12:48:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:47:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","ip_address":"10.55.0.4"}],"id":"34185b13-66c0-4d80-9e31-bb8d8cb44867","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2f:57:df","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c0bf1d57-4d30-453b-81bf-e5071e613a43","name":"","admin_state_up":true,"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:47:36Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","ip_address":"10.55.0.3"}],"id":"96c2d55a-7ba5-4d47-a18b-30f918732def","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:42:61","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c0bf1d57-4d30-453b-81bf-e5071e613a43","name":"","admin_state_up":true,"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:35Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:19Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","ip_address":"10.55.0.13"}],"id":"d0a80314-e4e8-47b2-8f36-968838257a70","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:08:5e:58","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"5f6e9d9b-0603-4cc7-9908-47631186b236","name":"NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-port","admin_state_up":true,"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:38Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:47:35Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dcca810d-1ccb-4fa5-9dc9-74dd63ba1755","ip_address":"10.55.0.2"}],"id":"f8da5a8d-b315-4f1f-a9a4-b605bea4afa8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f8:f0:8b","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c0bf1d57-4d30-453b-81bf-e5071e613a43","name":"","admin_state_up":true,"network_id":"c0bf1d57-4d30-453b-81bf-e5071e613a43","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:47:35Z","binding:vnic_type":"normal"}]} 2018-09-22 12:48:30,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=c0bf1d57-4d30-453b-81bf-e5071e613a43 used request id req-c43e4242-dcb5-4808-980b-865541c6f977 2018-09-22 12:48:30,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:31,036 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:48:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3704cb28-45a2-4170-92a2-d378a7335bb5 x-compute-request-id: req-3704cb28-45a2-4170-92a2-d378a7335bb5 Content-Type: application/json 2018-09-22 12:48:31,036 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/5f6e9d9b-0603-4cc7-9908-47631186b236 used request id req-3704cb28-45a2-4170-92a2-d378a7335bb5 2018-09-22 12:48:31,036 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-port 2018-09-22 12:48:31,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/d0a80314-e4e8-47b2-8f36-968838257a70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae21abf5a22620e20a5f429198d9029a7522368" 2018-09-22 12:48:31,509 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-38050d49-8f1c-40f3-8af7-87bc5f70123d Date: Sat, 22 Sep 2018 12:48:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:48:31,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/d0a80314-e4e8-47b2-8f36-968838257a70 used request id req-38050d49-8f1c-40f3-8af7-87bc5f70123d 2018-09-22 12:48:31,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90087068b24e285fcd5c7476a20184b9fe8082b9" 2018-09-22 12:48:31,705 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:48:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c70e4a32-4be0-45b6-af79-20a7d28fa18e x-compute-request-id: req-c70e4a32-4be0-45b6-af79-20a7d28fa18e Content-Length: 0 Content-Type: application/json 2018-09-22 12:48:31,705 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/d56dbc7d-fc54-43a0-a96c-12116a316a9b used request id req-c70e4a32-4be0-45b6-af79-20a7d28fa18e 2018-09-22 12:48:31,706 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-subnet 2018-09-22 12:48:31,706 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-subnet 2018-09-22 12:48:31,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/dcca810d-1ccb-4fa5-9dc9-74dd63ba1755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2f9ddfc74572567dd8426825c3fb67673c53dc" 2018-09-22 12:48:34,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-066736d2-1a15-4f1c-9138-d772de55d4ad Date: Sat, 22 Sep 2018 12:48:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:48:34,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/dcca810d-1ccb-4fa5-9dc9-74dd63ba1755 used request id req-066736d2-1a15-4f1c-9138-d772de55d4ad 2018-09-22 12:48:34,620 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-net 2018-09-22 12:48:34,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/c0bf1d57-4d30-453b-81bf-e5071e613a43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a2f9ddfc74572567dd8426825c3fb67673c53dc" 2018-09-22 12:48:36,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac1f3ed7-df9b-409c-93d8-03cd338af055 Date: Sat, 22 Sep 2018 12:48:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:48:36,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c0bf1d57-4d30-453b-81bf-e5071e613a43 used request id req-ac1f3ed7-df9b-409c-93d8-03cd338af055 2018-09-22 12:48:36,079 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-d5220acc-af02-4a11-8b76-47c58466a52a-image 2018-09-22 12:48:36,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}84120b631c3fabb5e29b0daabd5a5f6c239b5b15" 2018-09-22 12:48:37,157 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d7a89be-e822-419f-be54-fdd38e425099 Date: Sat, 22 Sep 2018 12:48:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:48:37,157 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7be4d66d-ffef-42fb-8ea3-48a8d005e469 used request id req-2d7a89be-e822-419f-be54-fdd38e425099 2018-09-22 12:48:37,159 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:48:37,162 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-22 12:48:37,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:48:37,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:48:37,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:48:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["9U5gSEFYTm6XNggKijUTvw"], "issued_at": "2018-09-22T12:48:37.000000Z"}} 2018-09-22 12:48:37,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0f082375b951ad31d9a0fee2d6110c5f4f09e26" 2018-09-22 12:48:37,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da642949-8815-4ae0-b2a1-48270f6b4c05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:48:37,643 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-da642949-8815-4ae0-b2a1-48270f6b4c05 2018-09-22 12:48:37,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0f082375b951ad31d9a0fee2d6110c5f4f09e26" 2018-09-22 12:48:37,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-0477b3a9-d70f-4fe9-bda9-8a0e8db4c9b6 Date: Sat, 22 Sep 2018 12:48:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image"} 2018-09-22 12:48:37,809 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image used request id req-0477b3a9-d70f-4fe9-bda9-8a0e8db4c9b6 2018-09-22 12:48:37,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0f082375b951ad31d9a0fee2d6110c5f4f09e26" 2018-09-22 12:48:37,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8c8ac050-798f-46a8-921b-64792f64e268 Date: Sat, 22 Sep 2018 12:48:37 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:48:37,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-8c8ac050-798f-46a8-921b-64792f64e268 2018-09-22 12:48:37,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a0f082375b951ad31d9a0fee2d6110c5f4f09e26" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image"}' 2018-09-22 12:48:38,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42 X-Openstack-Request-Id: req-d6056c61-46ec-4ec6-a4dd-0efa2c3e48ca Date: Sat, 22 Sep 2018 12:48:38 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:48:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-22T12:48:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "min_disk": 0, "protected": false, "id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "file": "/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/file", "checksum": null, "owner": "e0be80d39933400abe48c8503e28224e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:48:38,665 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d6056c61-46ec-4ec6-a4dd-0efa2c3e48ca 2018-09-22 12:48:38,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0f082375b951ad31d9a0fee2d6110c5f4f09e26" -d '' 2018-09-22 12:48:40,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-53e78f99-a87b-49a9-8cdc-aaf514f2ad63 Date: Sat, 22 Sep 2018 12:48:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:48:40,227 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/file used request id req-53e78f99-a87b-49a9-8cdc-aaf514f2ad63 2018-09-22 12:48:40,227 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-22 12:48:40,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0f082375b951ad31d9a0fee2d6110c5f4f09e26" 2018-09-22 12:48:40,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-7839d46c-68af-47fa-93b6-c9a8e405200e Date: Sat, 22 Sep 2018 12:48:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:48:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:48:40Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/snap", "metadata": {}}], "self": "/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "min_disk": 0, "protected": false, "id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "file": "/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:48:40,462 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42 used request id req-7839d46c-68af-47fa-93b6-c9a8e405200e 2018-09-22 12:48:40,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0f082375b951ad31d9a0fee2d6110c5f4f09e26" 2018-09-22 12:48:40,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-853f060e-cc7e-41b0-8005-7b15537680d4 Date: Sat, 22 Sep 2018 12:48:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:48:40,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-853f060e-cc7e-41b0-8005-7b15537680d4 2018-09-22 12:48:40,616 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image 2018-09-22 12:48:40,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0f082375b951ad31d9a0fee2d6110c5f4f09e26" 2018-09-22 12:48:40,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-27852f56-d790-4113-8f0a-ba02fb600fe3 Date: Sat, 22 Sep 2018 12:48:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:48:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:48:40Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/snap", "metadata": {}}], "self": "/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "min_disk": 0, "protected": false, "id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "file": "/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:48:40,769 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42 used request id req-27852f56-d790-4113-8f0a-ba02fb600fe3 2018-09-22 12:48:40,769 - create_image - DEBUG - Instance status is - active 2018-09-22 12:48:40,769 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image 2018-09-22 12:48:40,770 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image 2018-09-22 12:48:40,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:48:40,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:48:41,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:48:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["oiDbbFpmSkS0cwiqVl_hqw"], "issued_at": "2018-09-22T12:48:41.000000Z"}} 2018-09-22 12:48:41,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}699010648e63511769280f67548927e8b513f93e" 2018-09-22 12:48:41,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b2027d5-f6d7-485c-86a7-a373369e7c3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:48:41,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0b2027d5-f6d7-485c-86a7-a373369e7c3d 2018-09-22 12:48:41,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}699010648e63511769280f67548927e8b513f93e" 2018-09-22 12:48:41,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c27466c3-1474-4dcb-bc8b-8184626cf2a8 Date: Sat, 22 Sep 2018 12:48:41 GMT RESP BODY: {"networks":[]} 2018-09-22 12:48:41,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-c27466c3-1474-4dcb-bc8b-8184626cf2a8 2018-09-22 12:48:41,414 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net 2018-09-22 12:48:41,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}699010648e63511769280f67548927e8b513f93e" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net", "admin_state_up": true}}' 2018-09-22 12:48:41,868 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-39c702ff-f1e4-4d9f-9a0a-8712ddd681c9 Date: Sat, 22 Sep 2018 12:48:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:48:41Z","is_default":false,"provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","mtu":1450}} 2018-09-22 12:48:41,869 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-39c702ff-f1e4-4d9f-9a0a-8712ddd681c9 2018-09-22 12:48:41,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}699010648e63511769280f67548927e8b513f93e" 2018-09-22 12:48:42,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a41922e3-ce5e-4e48-9e45-1313be8ba190 Date: Sat, 22 Sep 2018 12:48:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:48:41Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:48:42,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-a41922e3-ce5e-4e48-9e45-1313be8ba190 2018-09-22 12:48:42,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}699010648e63511769280f67548927e8b513f93e" 2018-09-22 12:48:42,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-023e962a-9900-47ea-93ea-ef0ef6864a28 Date: Sat, 22 Sep 2018 12:48:42 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:48:42,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-023e962a-9900-47ea-93ea-ef0ef6864a28 2018-09-22 12:48:42,156 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet 2018-09-22 12:48:42,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}699010648e63511769280f67548927e8b513f93e" -d '{"subnets": [{"ip_version": 4, "network_id": "f5855061-7df7-4d44-90a5-862f392bbdd7", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]}' 2018-09-22 12:48:42,587 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-106cdd9a-54d4-482f-a5af-e5ae3ea69a31 Date: Sat, 22 Sep 2018 12:48:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:48:42,587 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-106cdd9a-54d4-482f-a5af-e5ae3ea69a31 2018-09-22 12:48:42,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}699010648e63511769280f67548927e8b513f93e" 2018-09-22 12:48:42,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8329cf2d-dd7e-47b7-834e-7edb3b82c795 Date: Sat, 22 Sep 2018 12:48:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:48:42,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-8329cf2d-dd7e-47b7-834e-7edb3b82c795 2018-09-22 12:48:42,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}699010648e63511769280f67548927e8b513f93e" 2018-09-22 12:48:43,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1fcca867-a926-4bc8-94dc-9b5fe4b5bcdf Date: Sat, 22 Sep 2018 12:48:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:48:43,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-1fcca867-a926-4bc8-94dc-9b5fe4b5bcdf 2018-09-22 12:48:43,031 - OpenStackNetwork - DEBUG - Network [f5855061-7df7-4d44-90a5-862f392bbdd7] created successfully 2018-09-22 12:48:43,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:48:43,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:48:43,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:48:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["yGpisgQ1S_2Om5Xe0aJcxQ"], "issued_at": "2018-09-22T12:48:43.000000Z"}} 2018-09-22 12:48:43,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b91200894f09a762e88eddbb14750338aaa000c8" 2018-09-22 12:48:43,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-203fe482-40d4-4ad6-8fe3-5334ab9600de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:48:43,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-203fe482-40d4-4ad6-8fe3-5334ab9600de 2018-09-22 12:48:43,505 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:48:43,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b91200894f09a762e88eddbb14750338aaa000c8" 2018-09-22 12:48:43,685 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48: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-0375c9d6-ebce-42f1-8fb1-44c54ca997e9 x-compute-request-id: req-0375c9d6-ebce-42f1-8fb1-44c54ca997e9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:48:43,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0375c9d6-ebce-42f1-8fb1-44c54ca997e9 2018-09-22 12:48:43,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b91200894f09a762e88eddbb14750338aaa000c8" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-22 12:48:43,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48: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-7ad3c58d-1e7c-470c-a15b-2c9c767d923a x-compute-request-id: req-7ad3c58d-1e7c-470c-a15b-2c9c767d923a Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:48:43,769 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7ad3c58d-1e7c-470c-a15b-2c9c767d923a 2018-09-22 12:48:43,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:48:43,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:48:44,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:48:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["QHCIDUmmSK693e3so4uEuQ"], "issued_at": "2018-09-22T12:48:44.000000Z"}} 2018-09-22 12:48:44,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6ed891197b24d30e84f872ff205167da7fa72a" 2018-09-22 12:48:44,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1616710-a68d-4cdf-b68b-c908595ac520 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:48:44,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d1616710-a68d-4cdf-b68b-c908595ac520 2018-09-22 12:48:44,248 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6ed891197b24d30e84f872ff205167da7fa72a" 2018-09-22 12:48:45,031 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:44 GMT Server: Apache x-compute-request-id: req-d7af6c95-f13b-44cf-8d2d-824208d39f40 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d7af6c95-f13b-44cf-8d2d-824208d39f40 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-22 12:48:45,032 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail used request id req-d7af6c95-f13b-44cf-8d2d-824208d39f40 2018-09-22 12:48:45,035 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d7af6c95-f13b-44cf-8d2d-824208d39f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6ed891197b24d30e84f872ff205167da7fa72a" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-22 12:48:46,170 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:48:45 GMT Server: Apache x-compute-request-id: req-4af79dbd-d986-4cd1-b4ac-2429f83a5746 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4af79dbd-d986-4cd1-b4ac-2429f83a5746 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "004b6165ea564cfbb572adf1581ebe50", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-22T12:48:46.027449", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "size": 1}} 2018-09-22 12:48:46,170 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes used request id req-4af79dbd-d986-4cd1-b4ac-2429f83a5746 2018-09-22 12:48:46,174 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7af6c95-f13b-44cf-8d2d-824208d39f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6ed891197b24d30e84f872ff205167da7fa72a" 2018-09-22 12:48:46,925 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:46 GMT Server: Apache x-compute-request-id: req-849d77f5-cd05-4c29-a7b8-f472291189d8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-849d77f5-cd05-4c29-a7b8-f472291189d8 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:48:46.000000", "replication_status": null, "snapshot_id": null, "id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e", "bootable": "false", "created_at": "2018-09-22T12:48:46.000000", "volume_type": null}} 2018-09-22 12:48:46,926 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 used request id req-849d77f5-cd05-4c29-a7b8-f472291189d8 2018-09-22 12:48:46,926 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e 2018-09-22 12:48:46,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7af6c95-f13b-44cf-8d2d-824208d39f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6ed891197b24d30e84f872ff205167da7fa72a" 2018-09-22 12:48:47,679 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:46 GMT Server: Apache x-compute-request-id: req-5487ea5b-adb6-4ab8-8571-a2186557fe41 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5487ea5b-adb6-4ab8-8571-a2186557fe41 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:48:46.000000", "replication_status": null, "snapshot_id": null, "id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e", "bootable": "false", "created_at": "2018-09-22T12:48:46.000000", "volume_type": null}} 2018-09-22 12:48:47,679 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 used request id req-5487ea5b-adb6-4ab8-8571-a2186557fe41 2018-09-22 12:48:47,680 - create_volume - DEBUG - Instance status is - creating 2018-09-22 12:48:47,680 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-22 12:48:50,683 - create_volume - DEBUG - Volume status query timeout in 296.243347168 2018-09-22 12:48:50,686 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7af6c95-f13b-44cf-8d2d-824208d39f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6ed891197b24d30e84f872ff205167da7fa72a" 2018-09-22 12:48:51,483 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:50 GMT Server: Apache x-compute-request-id: req-deace014-b5fa-4658-9a33-36330139152b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-deace014-b5fa-4658-9a33-36330139152b Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:48:48.000000", "replication_status": null, "snapshot_id": null, "id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e", "bootable": "false", "created_at": "2018-09-22T12:48:46.000000", "volume_type": null}} 2018-09-22 12:48:51,484 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 used request id req-deace014-b5fa-4658-9a33-36330139152b 2018-09-22 12:48:51,484 - create_volume - DEBUG - Instance status is - available 2018-09-22 12:48:51,484 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e 2018-09-22 12:48:51,484 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e 2018-09-22 12:48:51,484 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:48:51,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:48:51,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:48:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["jRXmTvTCSrqJkIyklMHINw"], "issued_at": "2018-09-22T12:48:51.000000Z"}} 2018-09-22 12:48:51,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:51,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c29ea881-8ce9-4758-8c99-eb8503e30af0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:48:51,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c29ea881-8ce9-4758-8c99-eb8503e30af0 2018-09-22 12:48:51,967 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:48:51,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:52,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eeea053-b5d6-426b-9689-0667aa4e5eae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:48:52,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4eeea053-b5d6-426b-9689-0667aa4e5eae 2018-09-22 12:48:52,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:52,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0f64cb11-130d-4605-b60c-fe9b14ef1b0b Date: Sat, 22 Sep 2018 12:48:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:48:52,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-0f64cb11-130d-4605-b60c-fe9b14ef1b0b 2018-09-22 12:48:52,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:48:52,302 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:48:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:48:52,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:52,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ad3a9d0-4ab1-498b-b04c-62803b381de4 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:48:52,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-4ad3a9d0-4ab1-498b-b04c-62803b381de4 2018-09-22 12:48:52,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:52,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3c8c8228-bb1d-47c2-b190-c1f6841c1386 Date: Sat, 22 Sep 2018 12:48:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:48:52,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-3c8c8228-bb1d-47c2-b190-c1f6841c1386 2018-09-22 12:48:52,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:52,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f5cb5fd8-a0f0-4189-acfc-1dfc7df40000 Date: Sat, 22 Sep 2018 12:48:52 GMT RESP BODY: {"ports":[]} 2018-09-22 12:48:52,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port&admin_state_up=True used request id req-f5cb5fd8-a0f0-4189-acfc-1dfc7df40000 2018-09-22 12:48:52,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:53,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb32097e-09b2-425c-98b9-a485974d31b5 x-compute-request-id: req-cb32097e-09b2-425c-98b9-a485974d31b5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-22 12:48:53,149 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst used request id req-cb32097e-09b2-425c-98b9-a485974d31b5 2018-09-22 12:48:53,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:53,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-792e82d6-60e2-4007-9d28-2e313a3f3a78 Date: Sat, 22 Sep 2018 12:48:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:48:53,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-792e82d6-60e2-4007-9d28-2e313a3f3a78 2018-09-22 12:48:53,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:53,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40123421-1979-4a9e-a8b2-d93c66996d4d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:48:53,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-40123421-1979-4a9e-a8b2-d93c66996d4d 2018-09-22 12:48:53,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:53,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2b5ac665-13e3-4a80-a60a-ede5a2622c3e Date: Sat, 22 Sep 2018 12:48:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:48:53,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-2b5ac665-13e3-4a80-a60a-ede5a2622c3e 2018-09-22 12:48:53,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:54,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-158d6120-d3af-43bf-87c1-5c0f2cb8f207 Date: Sat, 22 Sep 2018 12:48:54 GMT RESP BODY: {"ports":[]} 2018-09-22 12:48:54,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port&admin_state_up=True used request id req-158d6120-d3af-43bf-87c1-5c0f2cb8f207 2018-09-22 12:48:54,025 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:48:54,026 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:48:54,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:48:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["_uP_f3PYScu8KRH1PcezLg"], "issued_at": "2018-09-22T12:48:54.000000Z"}} 2018-09-22 12:48:54,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45df0fa364695d7ff5047479e31825f3981cfec" 2018-09-22 12:48:54,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a72ceaab-68dd-4752-95d7-d11cfaa2a2ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:48:54,484 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a72ceaab-68dd-4752-95d7-d11cfaa2a2ae 2018-09-22 12:48:54,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:54,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f1bdf983-a841-43cb-a9e0-22783ea5f4c6 Date: Sat, 22 Sep 2018 12:48:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:48:54,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-f1bdf983-a841-43cb-a9e0-22783ea5f4c6 2018-09-22 12:48:54,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:54,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7460b1e5-7a09-44fa-ab1b-236ffe1e7e54 Date: Sat, 22 Sep 2018 12:48:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:48:54,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-7460b1e5-7a09-44fa-ab1b-236ffe1e7e54 2018-09-22 12:48:54,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:55,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-acf99ec5-c225-4bea-9e2c-218d7fa569a5 Date: Sat, 22 Sep 2018 12:48:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:48:55,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-acf99ec5-c225-4bea-9e2c-218d7fa569a5 2018-09-22 12:48:55,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:48:55,166 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:48:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:48:55,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e45df0fa364695d7ff5047479e31825f3981cfec" 2018-09-22 12:48:55,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a197517f-168d-4219-bdf8-bcaaadee0b72 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:48:55,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-a197517f-168d-4219-bdf8-bcaaadee0b72 2018-09-22 12:48:55,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:55,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b218262a-e307-4e58-af3e-7ea66576dd39 Date: Sat, 22 Sep 2018 12:48:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:48:55,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-b218262a-e307-4e58-af3e-7ea66576dd39 2018-09-22 12:48:55,465 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net 2018-09-22 12:48:55,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" -d '{"port": {"network_id": "f5855061-7df7-4d44-90a5-862f392bbdd7", "name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port", "admin_state_up": true}}' 2018-09-22 12:48:56,534 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-e28bdbd9-4ae5-4eb7-91a1-f65725c32348 Date: Sat, 22 Sep 2018 12:48:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:56Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"}} 2018-09-22 12:48:56,534 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-e28bdbd9-4ae5-4eb7-91a1-f65725c32348 2018-09-22 12:48:56,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:56,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-57e9be08-dcc5-4ba1-a922-79bf7c4b878b Date: Sat, 22 Sep 2018 12:48:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:48:56,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-57e9be08-dcc5-4ba1-a922-79bf7c4b878b 2018-09-22 12:48:56,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:56,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53f0049-c0db-47e2-af48-5cff47a09388 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:48:56,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-c53f0049-c0db-47e2-af48-5cff47a09388 2018-09-22 12:48:56,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:57,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-783b48d2-26fa-40c5-a398-e7f426e00fa2 Date: Sat, 22 Sep 2018 12:48:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:48:57,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-783b48d2-26fa-40c5-a398-e7f426e00fa2 2018-09-22 12:48:57,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:57,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-8d2ea0b6-ff06-4a4b-b333-530f5d26127b Date: Sat, 22 Sep 2018 12:48:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:56Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"}]} 2018-09-22 12:48:57,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port&admin_state_up=True used request id req-8d2ea0b6-ff06-4a4b-b333-530f5d26127b 2018-09-22 12:48:57,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:57,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00110f02-8de5-45ae-bd4f-f719b0f85308 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:48:57,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-00110f02-8de5-45ae-bd4f-f719b0f85308 2018-09-22 12:48:57,231 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst 2018-09-22 12:48:57,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:57,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48: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-8f214f7b-7914-45f9-a814-24eda4f0d5b2 x-compute-request-id: req-8f214f7b-7914-45f9-a814-24eda4f0d5b2 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-flavor"}]} 2018-09-22 12:48:57,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8f214f7b-7914-45f9-a814-24eda4f0d5b2 2018-09-22 12:48:57,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:57,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:48: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-02394d5a-b11c-4763-ad00-71877524f2b7 x-compute-request-id: req-02394d5a-b11c-4763-ad00-71877524f2b7 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:48:57,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b used request id req-02394d5a-b11c-4763-ad00-71877524f2b7 2018-09-22 12:48:57,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:58,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-de953e9e-0744-4886-ad13-296b34a34114 Date: Sat, 22 Sep 2018 12:48:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:48:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:48:40Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/snap", "metadata": {}}], "self": "/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "min_disk": 0, "protected": false, "id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "file": "/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/28ec6cee-5049-49cb-acfb-b6f291d03c42/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image"} 2018-09-22 12:48:58,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image used request id req-de953e9e-0744-4886-ad13-296b34a34114 2018-09-22 12:48:58,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:48:58,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-da2abe92-c9b3-484c-889b-7425473c29bf Date: Sat, 22 Sep 2018 12:48:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:48:58,185 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-da2abe92-c9b3-484c-889b-7425473c29bf 2018-09-22 12:48:58,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "imageRef": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "flavorRef": "f8f898fa-86c9-407f-a445-e0898678fd4b", "max_count": 1, "min_count": 1, "networks": [{"port": "0e93f423-60ae-41e1-8bbc-56346aa8026c"}]}}' 2018-09-22 12:49:00,296 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:48: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-2a20b511-a692-4306-a6c0-a6e2b315332c x-compute-request-id: req-2a20b511-a692-4306-a6c0-a6e2b315332c Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "adminPass": "F5sw5H4xKSUE"}} 2018-09-22 12:49:00,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-2a20b511-a692-4306-a6c0-a6e2b315332c 2018-09-22 12:49:00,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:00,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfa00fa7-3d47-4c65-918f-655596c4f79b x-compute-request-id: req-bfa00fa7-3d47-4c65-918f-655596c4f79b Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:49:00Z", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:49:00,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-bfa00fa7-3d47-4c65-918f-655596c4f79b 2018-09-22 12:49:00,728 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst 2018-09-22 12:49:00,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:00,990 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32919f9d-e64f-4b80-b0ee-1c5a33ac3a2d x-compute-request-id: req-32919f9d-e64f-4b80-b0ee-1c5a33ac3a2d Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:49:00Z", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:49:00,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-32919f9d-e64f-4b80-b0ee-1c5a33ac3a2d 2018-09-22 12:49:00,990 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst] is - BUILD 2018-09-22 12:49:00,991 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:49:03,994 - create_instance - DEBUG - VM status query timeout in 896.734775066 2018-09-22 12:49:03,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:04,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49: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-33e3a80b-c83c-4567-b159-3d610d25605b x-compute-request-id: req-33e3a80b-c83c-4567-b159-3d610d25605b Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:49:03Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:49:04,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-33e3a80b-c83c-4567-b159-3d610d25605b 2018-09-22 12:49:04,634 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst] is - BUILD 2018-09-22 12:49:04,634 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:49:07,637 - create_instance - DEBUG - VM status query timeout in 893.091320038 2018-09-22 12:49:07,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:08,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8ab6696-6262-43ee-bd34-bc488ff575c1 x-compute-request-id: req-a8ab6696-6262-43ee-bd34-bc488ff575c1 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:49:03Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:49:08,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-a8ab6696-6262-43ee-bd34-bc488ff575c1 2018-09-22 12:49:08,254 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst] is - BUILD 2018-09-22 12:49:08,254 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:49:11,256 - create_instance - DEBUG - VM status query timeout in 889.47299695 2018-09-22 12:49:11,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:11,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bc295c0-54e9-4700-8342-03583906f6d2 x-compute-request-id: req-5bc295c0-54e9-4700-8342-03583906f6d2 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:08Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:49:11,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-5bc295c0-54e9-4700-8342-03583906f6d2 2018-09-22 12:49:11,754 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst] is - ACTIVE 2018-09-22 12:49:11,754 - create_instance - INFO - VM is - ACTIVE 2018-09-22 12:49:11,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:12,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44d331d4-fc38-42ff-a100-2f19140aff3b x-compute-request-id: req-44d331d4-fc38-42ff-a100-2f19140aff3b Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:08Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:49:12,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-44d331d4-fc38-42ff-a100-2f19140aff3b 2018-09-22 12:49:12,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:12,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d0e212a7-74aa-4d99-9a1c-c309e3cffc43 Date: Sat, 22 Sep 2018 12:49:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:12,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-d0e212a7-74aa-4d99-9a1c-c309e3cffc43 2018-09-22 12:49:12,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:12,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14270299-edf5-41b3-bf58-33e906394785 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:49:12,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-14270299-edf5-41b3-bf58-33e906394785 2018-09-22 12:49:12,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:13,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0b9dca7c-94e4-40a9-a306-f66ed3014877 Date: Sat, 22 Sep 2018 12:49:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:49:13,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-0b9dca7c-94e4-40a9-a306-f66ed3014877 2018-09-22 12:49:13,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:13,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-d9b1f6a8-deb9-4dc2-98b9-8121941d22ad Date: Sat, 22 Sep 2018 12:49:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"570d5ff9-0ef5-4397-9802-c8b568e67818","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.4"}],"id":"3e970d58-e5c7-4b49-b098-700b61757438","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:6d:ff","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.2"}],"id":"63cea976-a010-459d-a652-019151b60ed6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:a1:88","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.3"}],"id":"f86af811-7176-49c6-8585-bd508b6fd3ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:f7:06","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"}]} 2018-09-22 12:49:13,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-d9b1f6a8-deb9-4dc2-98b9-8121941d22ad 2018-09-22 12:49:13,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:49:13,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:49:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["vHI7AOJESx267IJMS5IqzQ"], "issued_at": "2018-09-22T12:49:13.000000Z"}} 2018-09-22 12:49:13,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:13,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ed9549b-7b03-4e94-9d2a-349f74b9c2a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:49:13,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5ed9549b-7b03-4e94-9d2a-349f74b9c2a5 2018-09-22 12:49:13,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:14,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49: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-8780ad4e-e4fe-40c6-ba01-c5360cbb6d5d x-compute-request-id: req-8780ad4e-e4fe-40c6-ba01-c5360cbb6d5d Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:08Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:49:14,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-8780ad4e-e4fe-40c6-ba01-c5360cbb6d5d 2018-09-22 12:49:14,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:15,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-77fedddb-7304-429b-b32c-f74548eb30e7 Date: Sat, 22 Sep 2018 12:49:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:15,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-77fedddb-7304-429b-b32c-f74548eb30e7 2018-09-22 12:49:15,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:15,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffbfde9e-e802-43fc-896d-f25f191bba7e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:49:15,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-ffbfde9e-e802-43fc-896d-f25f191bba7e 2018-09-22 12:49:15,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:15,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-be43ceac-4e76-4257-add4-cf999ade77ec Date: Sat, 22 Sep 2018 12:49:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:49:15,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-be43ceac-4e76-4257-add4-cf999ade77ec 2018-09-22 12:49:15,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:15,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-d03718c5-ba14-4c7b-b2d6-b2c6075c88fe Date: Sat, 22 Sep 2018 12:49:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"570d5ff9-0ef5-4397-9802-c8b568e67818","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.4"}],"id":"3e970d58-e5c7-4b49-b098-700b61757438","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:6d:ff","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.2"}],"id":"63cea976-a010-459d-a652-019151b60ed6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:a1:88","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.3"}],"id":"f86af811-7176-49c6-8585-bd508b6fd3ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:f7:06","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"}]} 2018-09-22 12:49:15,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-d03718c5-ba14-4c7b-b2d6-b2c6075c88fe 2018-09-22 12:49:15,295 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" -d '{"volumeAttachment": {"volumeId": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31"}}' 2018-09-22 12:49:17,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49: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-14755427-05da-4609-b749-7f20c217528c x-compute-request-id: req-14755427-05da-4609-b749-7f20c217528c Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "570d5ff9-0ef5-4397-9802-c8b568e67818", "id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "volumeId": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31"}} 2018-09-22 12:49:17,425 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818/os-volume_attachments used request id req-14755427-05da-4609-b749-7f20c217528c 2018-09-22 12:49:17,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:18,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49: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-62e4ac5a-51df-4466-894e-8abaac4e0669 x-compute-request-id: req-62e4ac5a-51df-4466-894e-8abaac4e0669 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:08Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [{"id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31"}], "metadata": {}}} 2018-09-22 12:49:18,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-62e4ac5a-51df-4466-894e-8abaac4e0669 2018-09-22 12:49:18,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:18,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-81ebda05-3e2d-4ab5-9d21-d292b866f782 Date: Sat, 22 Sep 2018 12:49:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:18,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-81ebda05-3e2d-4ab5-9d21-d292b866f782 2018-09-22 12:49:18,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:49:18,883 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:49:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:49:18,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:18,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e628eec6-f92a-46af-b68d-d820c11e0e29 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:49:18,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-e628eec6-f92a-46af-b68d-d820c11e0e29 2018-09-22 12:49:18,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:19,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e0f178d9-96c0-470e-a4bb-2b4550fa37f6 Date: Sat, 22 Sep 2018 12:49:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:49:19,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-e0f178d9-96c0-470e-a4bb-2b4550fa37f6 2018-09-22 12:49:19,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:19,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-9e72cd69-09c4-4a43-94bd-f7b134cf91a2 Date: Sat, 22 Sep 2018 12:49:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"570d5ff9-0ef5-4397-9802-c8b568e67818","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.4"}],"id":"3e970d58-e5c7-4b49-b098-700b61757438","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:6d:ff","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.2"}],"id":"63cea976-a010-459d-a652-019151b60ed6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:a1:88","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.3"}],"id":"f86af811-7176-49c6-8585-bd508b6fd3ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:f7:06","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"}]} 2018-09-22 12:49:19,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-9e72cd69-09c4-4a43-94bd-f7b134cf91a2 2018-09-22 12:49:19,390 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:20,143 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:19 GMT Server: Apache x-compute-request-id: req-ed06b1b7-6c1d-4b85-8562-b0e56ea2f76d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ed06b1b7-6c1d-4b85-8562-b0e56ea2f76d Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:49:17.000000", "replication_status": null, "snapshot_id": null, "id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "attaching", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e", "bootable": "false", "created_at": "2018-09-22T12:48:46.000000", "volume_type": null}} 2018-09-22 12:49:20,143 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 used request id req-ed06b1b7-6c1d-4b85-8562-b0e56ea2f76d 2018-09-22 12:49:23,149 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed06b1b7-6c1d-4b85-8562-b0e56ea2f76d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:23,949 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:23 GMT Server: Apache x-compute-request-id: req-09a9e168-4cd3-4c34-a7e9-e04d3d27e4d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-09a9e168-4cd3-4c34-a7e9-e04d3d27e4d7 Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "attachment_id": "e19c0e9e-c0c4-4514-988c-da2ea6316e07", "attached_at": "2018-09-22T12:49:21.000000", "host_name": null, "volume_id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "device": "/dev/vdb", "id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31"}], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:49:21.000000", "replication_status": null, "snapshot_id": null, "id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e", "bootable": "false", "created_at": "2018-09-22T12:48:46.000000", "volume_type": null}} 2018-09-22 12:49:23,949 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 used request id req-09a9e168-4cd3-4c34-a7e9-e04d3d27e4d7 2018-09-22 12:49:23,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:24,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-396a135d-2138-4e85-baf0-e633b88dc3a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:49:24,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-396a135d-2138-4e85-baf0-e633b88dc3a6 2018-09-22 12:49:24,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:24,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a68aefb0-acee-4140-8a86-b890e0600be9 x-compute-request-id: req-a68aefb0-acee-4140-8a86-b890e0600be9 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:20Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [{"id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31"}], "metadata": {}}} 2018-09-22 12:49:24,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-a68aefb0-acee-4140-8a86-b890e0600be9 2018-09-22 12:49:24,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:24,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-03dea274-5c79-471f-aeda-ad038c34e942 Date: Sat, 22 Sep 2018 12:49:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:24,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-03dea274-5c79-471f-aeda-ad038c34e942 2018-09-22 12:49:24,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:24,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba6c00c6-78c2-4645-9cb4-dc2a2d528775 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:49:24,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-ba6c00c6-78c2-4645-9cb4-dc2a2d528775 2018-09-22 12:49:24,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:25,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-43bd4686-cb8a-4e26-9dba-91e29d733ed0 Date: Sat, 22 Sep 2018 12:49:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:49:25,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-43bd4686-cb8a-4e26-9dba-91e29d733ed0 2018-09-22 12:49:25,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:25,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-ad237900-7910-4ccb-94cb-aaacedf81afb Date: Sat, 22 Sep 2018 12:49:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"570d5ff9-0ef5-4397-9802-c8b568e67818","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.4"}],"id":"3e970d58-e5c7-4b49-b098-700b61757438","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:6d:ff","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.2"}],"id":"63cea976-a010-459d-a652-019151b60ed6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:a1:88","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.3"}],"id":"f86af811-7176-49c6-8585-bd508b6fd3ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:f7:06","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"}]} 2018-09-22 12:49:25,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-ad237900-7910-4ccb-94cb-aaacedf81afb 2018-09-22 12:49:25,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:26,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49: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-9359e913-6be9-448a-b530-ed1ac9f17a5d x-compute-request-id: req-9359e913-6be9-448a-b530-ed1ac9f17a5d Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:20Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [{"id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31"}], "metadata": {}}} 2018-09-22 12:49:26,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-9359e913-6be9-448a-b530-ed1ac9f17a5d 2018-09-22 12:49:26,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:26,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-90b3670c-1c01-42fe-a421-f3057bde0410 Date: Sat, 22 Sep 2018 12:49:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:26,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-90b3670c-1c01-42fe-a421-f3057bde0410 2018-09-22 12:49:26,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:26,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3860ea36-6536-4eac-ae02-81b4283f2e8e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:49:26,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-3860ea36-6536-4eac-ae02-81b4283f2e8e 2018-09-22 12:49:26,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:26,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d9530ebf-4b95-4b6b-9c9b-508dbe8ee71b Date: Sat, 22 Sep 2018 12:49:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:49:26,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-d9530ebf-4b95-4b6b-9c9b-508dbe8ee71b 2018-09-22 12:49:26,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:27,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-f47811b6-b706-43fe-a9df-312a996ca09a Date: Sat, 22 Sep 2018 12:49:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"570d5ff9-0ef5-4397-9802-c8b568e67818","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.4"}],"id":"3e970d58-e5c7-4b49-b098-700b61757438","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:6d:ff","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.2"}],"id":"63cea976-a010-459d-a652-019151b60ed6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:a1:88","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.3"}],"id":"f86af811-7176-49c6-8585-bd508b6fd3ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:f7:06","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"}]} 2018-09-22 12:49:27,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-f47811b6-b706-43fe-a9df-312a996ca09a 2018-09-22 12:49:27,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:27,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c37e985-de95-407c-a6f0-92e41f618d7d x-compute-request-id: req-8c37e985-de95-407c-a6f0-92e41f618d7d Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:20Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [{"id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31"}], "metadata": {}}} 2018-09-22 12:49:27,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-8c37e985-de95-407c-a6f0-92e41f618d7d 2018-09-22 12:49:27,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:27,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-58031b25-5757-47d3-8c9b-ae467a3cb05d Date: Sat, 22 Sep 2018 12:49:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:27,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-58031b25-5757-47d3-8c9b-ae467a3cb05d 2018-09-22 12:49:27,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:27,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc8a311a-cb72-436f-94c3-60c42e02a23c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:49:27,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-cc8a311a-cb72-436f-94c3-60c42e02a23c 2018-09-22 12:49:27,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:27,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-617e4262-c3b5-4560-bb3b-1a3eb2e8e532 Date: Sat, 22 Sep 2018 12:49:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:49:27,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-617e4262-c3b5-4560-bb3b-1a3eb2e8e532 2018-09-22 12:49:27,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:27,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-0ac21467-af4a-4e8f-8642-7b4dc502caec Date: Sat, 22 Sep 2018 12:49:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"570d5ff9-0ef5-4397-9802-c8b568e67818","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.4"}],"id":"3e970d58-e5c7-4b49-b098-700b61757438","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:6d:ff","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.2"}],"id":"63cea976-a010-459d-a652-019151b60ed6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:a1:88","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.3"}],"id":"f86af811-7176-49c6-8585-bd508b6fd3ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:f7:06","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"}]} 2018-09-22 12:49:27,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-0ac21467-af4a-4e8f-8642-7b4dc502caec 2018-09-22 12:49:27,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818/os-volume_attachments/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:29,760 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:49:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81e4daed-607a-493c-9159-3d041689ceae x-compute-request-id: req-81e4daed-607a-493c-9159-3d041689ceae Content-Length: 0 Content-Type: application/json 2018-09-22 12:49:29,760 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818/os-volume_attachments/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 used request id req-81e4daed-607a-493c-9159-3d041689ceae 2018-09-22 12:49:29,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:30,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49: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-9328be17-e4f0-42fe-a6ad-176d68c40208 x-compute-request-id: req-9328be17-e4f0-42fe-a6ad-176d68c40208 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:20Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [{"id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31"}], "metadata": {}}} 2018-09-22 12:49:30,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-9328be17-e4f0-42fe-a6ad-176d68c40208 2018-09-22 12:49:30,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:30,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-55259184-8d85-4700-ae7b-f9888a673982 Date: Sat, 22 Sep 2018 12:49:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:30,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-55259184-8d85-4700-ae7b-f9888a673982 2018-09-22 12:49:30,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:31,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bcb1227-165d-4a57-86a4-62c2f981bb9c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:49:31,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-4bcb1227-165d-4a57-86a4-62c2f981bb9c 2018-09-22 12:49:31,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:31,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ef7f76f0-7981-4ae9-b9c5-2900d55a56eb Date: Sat, 22 Sep 2018 12:49:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:49:31,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-ef7f76f0-7981-4ae9-b9c5-2900d55a56eb 2018-09-22 12:49:31,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:31,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-ec982893-052d-4dd2-8504-efb4ad9d87f3 Date: Sat, 22 Sep 2018 12:49:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"570d5ff9-0ef5-4397-9802-c8b568e67818","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.4"}],"id":"3e970d58-e5c7-4b49-b098-700b61757438","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:6d:ff","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.2"}],"id":"63cea976-a010-459d-a652-019151b60ed6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:a1:88","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.3"}],"id":"f86af811-7176-49c6-8585-bd508b6fd3ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:f7:06","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"}]} 2018-09-22 12:49:31,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-ec982893-052d-4dd2-8504-efb4ad9d87f3 2018-09-22 12:49:34,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:35,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9778ebc2-73a5-4b00-82be-8573b6603cb8 x-compute-request-id: req-9778ebc2-73a5-4b00-82be-8573b6603cb8 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:20Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:49:35,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-9778ebc2-73a5-4b00-82be-8573b6603cb8 2018-09-22 12:49:35,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:35,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b00bb073-7990-4a92-96c0-06bc6e2ec832 Date: Sat, 22 Sep 2018 12:49:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:35,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-b00bb073-7990-4a92-96c0-06bc6e2ec832 2018-09-22 12:49:35,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:35,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d851f567-7328-497f-b2b6-84cd03b51458 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:49:35,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-d851f567-7328-497f-b2b6-84cd03b51458 2018-09-22 12:49:35,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:35,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7d4e305c-8d94-4715-862e-7812a66e79c0 Date: Sat, 22 Sep 2018 12:49:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:49:35,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-7d4e305c-8d94-4715-862e-7812a66e79c0 2018-09-22 12:49:35,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:35,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-f2f3a69a-291e-4371-a59c-d6c8fea9bb81 Date: Sat, 22 Sep 2018 12:49:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"570d5ff9-0ef5-4397-9802-c8b568e67818","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.4"}],"id":"3e970d58-e5c7-4b49-b098-700b61757438","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:6d:ff","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.2"}],"id":"63cea976-a010-459d-a652-019151b60ed6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:a1:88","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.3"}],"id":"f86af811-7176-49c6-8585-bd508b6fd3ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:f7:06","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"}]} 2018-09-22 12:49:35,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-f2f3a69a-291e-4371-a59c-d6c8fea9bb81 2018-09-22 12:49:35,971 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed06b1b7-6c1d-4b85-8562-b0e56ea2f76d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:36,736 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:35 GMT Server: Apache x-compute-request-id: req-90f91d41-174e-4999-82e1-5cf2dfa77c71 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90f91d41-174e-4999-82e1-5cf2dfa77c71 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:49:29.000000", "replication_status": null, "snapshot_id": null, "id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e", "bootable": "false", "created_at": "2018-09-22T12:48:46.000000", "volume_type": null}} 2018-09-22 12:49:36,737 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 used request id req-90f91d41-174e-4999-82e1-5cf2dfa77c71 2018-09-22 12:49:36,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:38,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49: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-d5ad7e6c-27c1-4734-96db-bfb3296171b3 x-compute-request-id: req-d5ad7e6c-27c1-4734-96db-bfb3296171b3 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:20Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:49:38,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-d5ad7e6c-27c1-4734-96db-bfb3296171b3 2018-09-22 12:49:38,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:38,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6f2847d0-a7c9-48b6-bfae-424ca523a1c7 Date: Sat, 22 Sep 2018 12:49:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:38,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-6f2847d0-a7c9-48b6-bfae-424ca523a1c7 2018-09-22 12:49:38,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:38,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c344fdc8-2542-4298-81e7-52e0dfa7cf09 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:49:38,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-c344fdc8-2542-4298-81e7-52e0dfa7cf09 2018-09-22 12:49:38,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:38,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fab40449-c721-4b12-9afc-0cada410f4ae Date: Sat, 22 Sep 2018 12:49:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:49:38,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-fab40449-c721-4b12-9afc-0cada410f4ae 2018-09-22 12:49:38,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:38,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-0b02b831-2a7e-45a9-958c-abd02a30d35f Date: Sat, 22 Sep 2018 12:49:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"570d5ff9-0ef5-4397-9802-c8b568e67818","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.4"}],"id":"3e970d58-e5c7-4b49-b098-700b61757438","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:6d:ff","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.2"}],"id":"63cea976-a010-459d-a652-019151b60ed6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:a1:88","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.3"}],"id":"f86af811-7176-49c6-8585-bd508b6fd3ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:f7:06","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"}]} 2018-09-22 12:49:38,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-0b02b831-2a7e-45a9-958c-abd02a30d35f 2018-09-22 12:49:38,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:38,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49: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-4152f1a1-a98a-4394-b740-9e29b14bf3db x-compute-request-id: req-4152f1a1-a98a-4394-b740-9e29b14bf3db Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:20Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:49:38,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-4152f1a1-a98a-4394-b740-9e29b14bf3db 2018-09-22 12:49:38,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:39,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-14f714f7-2182-4601-944f-c37ffb2ce3a6 Date: Sat, 22 Sep 2018 12:49:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5855061-7df7-4d44-90a5-862f392bbdd7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["be95295b-83ca-456f-abe3-410b7045cf14"],"description":"","tags":[],"updated_at":"2018-09-22T12:48:42Z","provider:segmentation_id":79,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:41Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:39,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net used request id req-14f714f7-2182-4601-944f-c37ffb2ce3a6 2018-09-22 12:49:39,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:39,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a3e5be-6ac2-47b3-a35c-ef57df429b0c Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:49:39,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-32a3e5be-6ac2-47b3-a35c-ef57df429b0c 2018-09-22 12:49:39,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:39,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1221063e-16da-44e9-926e-0eae15e820b5 Date: Sat, 22 Sep 2018 12:49:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","dns_nameservers":[],"updated_at":"2018-09-22T12:48:42Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"be95295b-83ca-456f-abe3-410b7045cf14","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet"}]} 2018-09-22 12:49:39,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-1221063e-16da-44e9-926e-0eae15e820b5 2018-09-22 12:49:39,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48be7699a913c891c10c1e123150ed97e5dc8595" 2018-09-22 12:49:39,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-54cd336d-89e6-4300-8d62-a8a4430c5ff0 Date: Sat, 22 Sep 2018 12:49:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.9"}],"id":"0e93f423-60ae-41e1-8bbc-56346aa8026c","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:89:19","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"570d5ff9-0ef5-4397-9802-c8b568e67818","name":"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:44Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.4"}],"id":"3e970d58-e5c7-4b49-b098-700b61757438","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:6d:ff","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.2"}],"id":"63cea976-a010-459d-a652-019151b60ed6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:df:a1:88","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:42Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:48:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"be95295b-83ca-456f-abe3-410b7045cf14","ip_address":"10.55.0.3"}],"id":"f86af811-7176-49c6-8585-bd508b6fd3ce","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:61:f7:06","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f5855061-7df7-4d44-90a5-862f392bbdd7","name":"","admin_state_up":true,"network_id":"f5855061-7df7-4d44-90a5-862f392bbdd7","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:48:43Z","binding:vnic_type":"normal"}]} 2018-09-22 12:49:39,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-54cd336d-89e6-4300-8d62-a8a4430c5ff0 2018-09-22 12:49:39,240 - create_instance - INFO - Deleting Port with ID - 0e93f423-60ae-41e1-8bbc-56346aa8026c 2018-09-22 12:49:39,240 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-port 2018-09-22 12:49:39,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/0e93f423-60ae-41e1-8bbc-56346aa8026c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:39,868 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4f004f90-91ff-41f7-a444-dd4ea1464e4a Date: Sat, 22 Sep 2018 12:49:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:49:39,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/0e93f423-60ae-41e1-8bbc-56346aa8026c used request id req-4f004f90-91ff-41f7-a444-dd4ea1464e4a 2018-09-22 12:49:39,869 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst 2018-09-22 12:49:39,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:40,213 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:49: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-ade53a52-ec1b-4167-a8a8-cff5e9bf06fa x-compute-request-id: req-ade53a52-ec1b-4167-a8a8-cff5e9bf06fa Content-Type: application/json 2018-09-22 12:49:40,213 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-ade53a52-ec1b-4167-a8a8-cff5e9bf06fa 2018-09-22 12:49:40,213 - create_instance - INFO - Checking deletion status 2018-09-22 12:49:40,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:40,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49: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-8212d147-c54a-48e7-a6af-d84592cb4d7d x-compute-request-id: req-8212d147-c54a-48e7-a6af-d84592cb4d7d Content-Encoding: gzip Content-Length: 802 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:89:19", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/570d5ff9-0ef5-4397-9802-c8b568e67818", "rel": "bookmark"}], "image": {"id": "28ec6cee-5049-49cb-acfb-b6f291d03c42", "links": [{"href": "http://172.30.9.23:8774/images/28ec6cee-5049-49cb-acfb-b6f291d03c42", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-09-22T12:49:02.000000", "flavor": {"id": "f8f898fa-86c9-407f-a445-e0898678fd4b", "links": [{"href": "http://172.30.9.23:8774/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b", "rel": "bookmark"}]}, "id": "570d5ff9-0ef5-4397-9802-c8b568e67818", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:49:40Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst", "created": "2018-09-22T12:49:00Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:49:40,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-8212d147-c54a-48e7-a6af-d84592cb4d7d 2018-09-22 12:49:40,465 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst] is - ACTIVE 2018-09-22 12:49:40,465 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:49:43,468 - create_instance - DEBUG - VM status query timeout in 296.744816065 2018-09-22 12:49:43,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cadff5cb411ca4116d62b42a53c88085ad24cd56" 2018-09-22 12:49:43,522 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:49: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-7d18a91f-4895-4085-8d38-e67b54cbd28d x-compute-request-id: req-7d18a91f-4895-4085-8d38-e67b54cbd28d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 570d5ff9-0ef5-4397-9802-c8b568e67818 could not be found.", "code": 404}} 2018-09-22 12:49:43,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/570d5ff9-0ef5-4397-9802-c8b568e67818 used request id req-7d18a91f-4895-4085-8d38-e67b54cbd28d 2018-09-22 12:49:43,523 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 570d5ff9-0ef5-4397-9802-c8b568e67818 could not be found. (HTTP 404) (Request-ID: req-7d18a91f-4895-4085-8d38-e67b54cbd28d) 2018-09-22 12:49:43,523 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-vm_inst 2018-09-22 12:49:43,526 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7af6c95-f13b-44cf-8d2d-824208d39f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6ed891197b24d30e84f872ff205167da7fa72a" 2018-09-22 12:49:44,290 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:43 GMT Server: Apache x-compute-request-id: req-6cd37a1e-8c86-454c-bc2c-6045df614fc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6cd37a1e-8c86-454c-bc2c-6045df614fc7 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:49:29.000000", "replication_status": null, "snapshot_id": null, "id": "1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e", "bootable": "false", "created_at": "2018-09-22T12:48:46.000000", "volume_type": null}} 2018-09-22 12:49:44,290 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 used request id req-6cd37a1e-8c86-454c-bc2c-6045df614fc7 2018-09-22 12:49:44,291 - create_volume - DEBUG - Instance status is - available 2018-09-22 12:49:44,291 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e 2018-09-22 12:49:44,291 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e 2018-09-22 12:49:44,294 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7af6c95-f13b-44cf-8d2d-824208d39f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6ed891197b24d30e84f872ff205167da7fa72a" 2018-09-22 12:49:45,065 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:49:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0665051c-483b-4908-8516-33cac51d705a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:49:45,065 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 used request id req-0665051c-483b-4908-8516-33cac51d705a 2018-09-22 12:49:45,068 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d7af6c95-f13b-44cf-8d2d-824208d39f40" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6ed891197b24d30e84f872ff205167da7fa72a" 2018-09-22 12:49:45,832 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:49:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a7c6ca94-f7f7-44ed-9902-f06a170da42d x-openstack-request-id: req-a7c6ca94-f7f7-44ed-9902-f06a170da42d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 could not be found.", "code": 404}} 2018-09-22 12:49:45,832 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 used request id req-a7c6ca94-f7f7-44ed-9902-f06a170da42d 2018-09-22 12:49:45,832 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 1132b1ef-1bd8-4aa0-9807-c3fa9ce5bc31 could not be found. (HTTP 404) (Request-ID: req-a7c6ca94-f7f7-44ed-9902-f06a170da42d) 2018-09-22 12:49:45,832 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e 2018-09-22 12:49:45,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b91200894f09a762e88eddbb14750338aaa000c8" 2018-09-22 12:49:45,883 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:49: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-dabbabb8-d1ad-4ce5-9fbb-12d0337419db x-compute-request-id: req-dabbabb8-d1ad-4ce5-9fbb-12d0337419db Content-Length: 0 Content-Type: application/json 2018-09-22 12:49:45,883 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f8f898fa-86c9-407f-a445-e0898678fd4b used request id req-dabbabb8-d1ad-4ce5-9fbb-12d0337419db 2018-09-22 12:49:45,884 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet 2018-09-22 12:49:45,884 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-subnet 2018-09-22 12:49:45,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/be95295b-83ca-456f-abe3-410b7045cf14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}699010648e63511769280f67548927e8b513f93e" 2018-09-22 12:49:48,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8c5a71d2-5283-4dfe-a593-c46c61c58cef Date: Sat, 22 Sep 2018 12:49:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:49:48,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/be95295b-83ca-456f-abe3-410b7045cf14 used request id req-8c5a71d2-5283-4dfe-a593-c46c61c58cef 2018-09-22 12:49:48,079 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-net 2018-09-22 12:49:48,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/f5855061-7df7-4d44-90a5-862f392bbdd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}699010648e63511769280f67548927e8b513f93e" 2018-09-22 12:49:49,380 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2245247c-daa4-452b-98a9-d1f8ea26c768 Date: Sat, 22 Sep 2018 12:49:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:49:49,380 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f5855061-7df7-4d44-90a5-862f392bbdd7 used request id req-2245247c-daa4-452b-98a9-d1f8ea26c768 2018-09-22 12:49:49,381 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-9c3b4bfd-3261-496b-bb94-bcf068ad3c7e-image 2018-09-22 12:49:49,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a0f082375b951ad31d9a0fee2d6110c5f4f09e26" 2018-09-22 12:49:50,589 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8bd4be7f-0f67-42c3-96ba-bb7bedf69147 Date: Sat, 22 Sep 2018 12:49:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:49:50,589 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/28ec6cee-5049-49cb-acfb-b6f291d03c42 used request id req-8bd4be7f-0f67-42c3-96ba-bb7bedf69147 2018-09-22 12:49:50,591 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:49:50,594 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-22 12:49:50,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:49:50,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:49:50,983 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:49:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["rlu-sLaBQN6ohBCgraOMxw"], "issued_at": "2018-09-22T12:49:50.000000Z"}} 2018-09-22 12:49:50,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe9f2269a57e9dd05ab1031b9ead506ad93efa3" 2018-09-22 12:49:51,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bbd2fe9-dbff-40a7-be75-24309e8b7853 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:49:51,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5bbd2fe9-dbff-40a7-be75-24309e8b7853 2018-09-22 12:49:51,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe9f2269a57e9dd05ab1031b9ead506ad93efa3" 2018-09-22 12:49:51,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-68f9d5b5-b9b3-48b2-bde4-df624b4b0e97 Date: Sat, 22 Sep 2018 12:49:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image"} 2018-09-22 12:49:51,694 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image used request id req-68f9d5b5-b9b3-48b2-bde4-df624b4b0e97 2018-09-22 12:49:51,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe9f2269a57e9dd05ab1031b9ead506ad93efa3" 2018-09-22 12:49:52,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c7e54127-7c29-4a74-9018-a87b9d9af432 Date: Sat, 22 Sep 2018 12:49:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:49:52,349 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c7e54127-7c29-4a74-9018-a87b9d9af432 2018-09-22 12:49:52,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4fe9f2269a57e9dd05ab1031b9ead506ad93efa3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image"}' 2018-09-22 12:49:53,054 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a X-Openstack-Request-Id: req-5944217f-5788-4c35-9c1a-493aa8d55468 Date: Sat, 22 Sep 2018 12:49:53 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:49:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-22T12:49:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "min_disk": 0, "protected": false, "id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "file": "/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a/file", "checksum": null, "owner": "e0be80d39933400abe48c8503e28224e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:49:53,054 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-5944217f-5788-4c35-9c1a-493aa8d55468 2018-09-22 12:49:53,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe9f2269a57e9dd05ab1031b9ead506ad93efa3" -d '' 2018-09-22 12:49:55,108 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-15c469d9-1d38-4327-b222-b8053b9dd7fa Date: Sat, 22 Sep 2018 12:49:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:49:55,109 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a/file used request id req-15c469d9-1d38-4327-b222-b8053b9dd7fa 2018-09-22 12:49:55,109 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-22 12:49:55,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe9f2269a57e9dd05ab1031b9ead506ad93efa3" 2018-09-22 12:49:55,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-dbd7150b-93bb-4005-9131-2e2d0b62f709 Date: Sat, 22 Sep 2018 12:49:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:49:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:49:55Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/9882493d-da5f-4d59-a9da-2b8dff48952a/snap", "metadata": {}}], "self": "/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "min_disk": 0, "protected": false, "id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "file": "/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/9882493d-da5f-4d59-a9da-2b8dff48952a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:49:55,737 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a used request id req-dbd7150b-93bb-4005-9131-2e2d0b62f709 2018-09-22 12:49:55,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe9f2269a57e9dd05ab1031b9ead506ad93efa3" 2018-09-22 12:49:55,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-35df9c73-09b6-45c8-8084-158535fa292f Date: Sat, 22 Sep 2018 12:49:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:49:55,886 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-35df9c73-09b6-45c8-8084-158535fa292f 2018-09-22 12:49:55,889 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image 2018-09-22 12:49:55,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe9f2269a57e9dd05ab1031b9ead506ad93efa3" 2018-09-22 12:49:56,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-8389c2a8-44d1-4b9c-a033-0e88ff4ae62c Date: Sat, 22 Sep 2018 12:49:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:49:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:49:55Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/9882493d-da5f-4d59-a9da-2b8dff48952a/snap", "metadata": {}}], "self": "/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "min_disk": 0, "protected": false, "id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "file": "/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/9882493d-da5f-4d59-a9da-2b8dff48952a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:49:56,122 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a used request id req-8389c2a8-44d1-4b9c-a033-0e88ff4ae62c 2018-09-22 12:49:56,122 - create_image - DEBUG - Instance status is - active 2018-09-22 12:49:56,122 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image 2018-09-22 12:49:56,122 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image 2018-09-22 12:49:56,123 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:49:56,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:49:56,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:49:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Hfw8fyOwSoqnFqyIXBKrPQ"], "issued_at": "2018-09-22T12:49:56.000000Z"}} 2018-09-22 12:49:56,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7403f4530a5ba3988fe6fef169c5e6812591f64b" 2018-09-22 12:49:56,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4444726-bf06-42f0-8057-cfa4eb73de5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:49:56,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d4444726-bf06-42f0-8057-cfa4eb73de5e 2018-09-22 12:49:56,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7403f4530a5ba3988fe6fef169c5e6812591f64b" 2018-09-22 12:49:56,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b4ad9866-3652-4499-87c9-4e3ca3d87060 Date: Sat, 22 Sep 2018 12:49:56 GMT RESP BODY: {"networks":[]} 2018-09-22 12:49:56,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net used request id req-b4ad9866-3652-4499-87c9-4e3ca3d87060 2018-09-22 12:49:56,761 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net 2018-09-22 12:49:56,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7403f4530a5ba3988fe6fef169c5e6812591f64b" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net", "admin_state_up": true}}' 2018-09-22 12:49:57,162 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-f3f74dcf-76ae-418e-8536-ca873ecd09d3 Date: Sat, 22 Sep 2018 12:49:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:49:57Z","is_default":false,"provider:segmentation_id":83,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:56Z","mtu":1450}} 2018-09-22 12:49:57,162 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-f3f74dcf-76ae-418e-8536-ca873ecd09d3 2018-09-22 12:49:57,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7403f4530a5ba3988fe6fef169c5e6812591f64b" 2018-09-22 12:49:57,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9109cc5f-6d8c-4d92-85d8-8aea0a99126e Date: Sat, 22 Sep 2018 12:49:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:49:57Z","provider:segmentation_id":83,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:56Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:57,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-9109cc5f-6d8c-4d92-85d8-8aea0a99126e 2018-09-22 12:49:57,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7403f4530a5ba3988fe6fef169c5e6812591f64b" 2018-09-22 12:49:57,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-adf65327-126a-4ed6-ba09-edb9ef364da9 Date: Sat, 22 Sep 2018 12:49:57 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:49:57,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-adf65327-126a-4ed6-ba09-edb9ef364da9 2018-09-22 12:49:57,429 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet 2018-09-22 12:49:57,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7403f4530a5ba3988fe6fef169c5e6812591f64b" -d '{"subnets": [{"ip_version": 4, "network_id": "95d5604b-d4bb-4eab-8aa2-0b464a35e4c0", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet"}]}' 2018-09-22 12:49:58,036 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0fdf5864-3585-41ce-9460-793ea16fd3f2 Date: Sat, 22 Sep 2018 12:49:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:57Z","dns_nameservers":[],"updated_at":"2018-09-22T12:49:57Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"7145e453-0ff2-495d-a5c4-0559e3333ada","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet"}]} 2018-09-22 12:49:58,037 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-0fdf5864-3585-41ce-9460-793ea16fd3f2 2018-09-22 12:49:58,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7403f4530a5ba3988fe6fef169c5e6812591f64b" 2018-09-22 12:49:58,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1afc3819-b00d-45e3-a2a8-00f44cb44a5b Date: Sat, 22 Sep 2018 12:49:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["7145e453-0ff2-495d-a5c4-0559e3333ada"],"description":"","tags":[],"updated_at":"2018-09-22T12:49:57Z","provider:segmentation_id":83,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:56Z","provider:network_type":"vxlan"}]} 2018-09-22 12:49:58,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-1afc3819-b00d-45e3-a2a8-00f44cb44a5b 2018-09-22 12:49:58,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7403f4530a5ba3988fe6fef169c5e6812591f64b" 2018-09-22 12:49:58,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e2ff373c-7876-4fcc-a111-b60a13b3be61 Date: Sat, 22 Sep 2018 12:49:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:57Z","dns_nameservers":[],"updated_at":"2018-09-22T12:49:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"7145e453-0ff2-495d-a5c4-0559e3333ada","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet"}]} 2018-09-22 12:49:58,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-e2ff373c-7876-4fcc-a111-b60a13b3be61 2018-09-22 12:49:58,488 - OpenStackNetwork - DEBUG - Network [95d5604b-d4bb-4eab-8aa2-0b464a35e4c0] created successfully 2018-09-22 12:49:58,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:49:58,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:49:58,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:49:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["ZYKBpf-0Tuqks037XI25dQ"], "issued_at": "2018-09-22T12:49:58.000000Z"}} 2018-09-22 12:49:58,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54be4a2db96cf492128988b3b06f9bf28e44e50" 2018-09-22 12:49:58,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75890a6d-c641-4215-8a93-1c980d9e8c3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:49:58,882 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-75890a6d-c641-4215-8a93-1c980d9e8c3a 2018-09-22 12:49:58,883 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:49:58,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54be4a2db96cf492128988b3b06f9bf28e44e50" 2018-09-22 12:49:59,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4838f3da-557c-4741-a9a1-cdb2075ffe35 x-compute-request-id: req-4838f3da-557c-4741-a9a1-cdb2075ffe35 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:49:59,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4838f3da-557c-4741-a9a1-cdb2075ffe35 2018-09-22 12:49:59,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54be4a2db96cf492128988b3b06f9bf28e44e50" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-22 12:49:59,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f37a04f8-5c25-46ab-a632-7140fae1275b x-compute-request-id: req-f37a04f8-5c25-46ab-a632-7140fae1275b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8e28a244-be8d-4b35-bc38-0605e01f934f", "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:49:59,202 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f37a04f8-5c25-46ab-a632-7140fae1275b 2018-09-22 12:49:59,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:49:59,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:49:59,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:49:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["m5Exg2UKRSGbdiH9EuqtKg"], "issued_at": "2018-09-22T12:49:59.000000Z"}} 2018-09-22 12:49:59,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fe9aebeaf5649e82684797b37e717be97c4ff9" 2018-09-22 12:49:59,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac2d10e0-0ce8-4927-8b04-a66befc7048d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:49:59,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ac2d10e0-0ce8-4927-8b04-a66befc7048d 2018-09-22 12:49:59,679 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fe9aebeaf5649e82684797b37e717be97c4ff9" 2018-09-22 12:50:00,430 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:49:59 GMT Server: Apache x-compute-request-id: req-51a4454a-6dcb-4b3e-b0d3-6385ea467b0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-51a4454a-6dcb-4b3e-b0d3-6385ea467b0d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-22 12:50:00,430 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail used request id req-51a4454a-6dcb-4b3e-b0d3-6385ea467b0d 2018-09-22 12:50:00,434 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-51a4454a-6dcb-4b3e-b0d3-6385ea467b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fe9aebeaf5649e82684797b37e717be97c4ff9" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-22 12:50:01,397 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:50:00 GMT Server: Apache x-compute-request-id: req-f8a91289-9c88-4180-9427-031589f787fc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f8a91289-9c88-4180-9427-031589f787fc Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "004b6165ea564cfbb572adf1581ebe50", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-22T12:50:01.256128", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4fcec355-e1b9-4f79-aec4-1c455a7a9727", "size": 1}} 2018-09-22 12:50:01,397 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes used request id req-f8a91289-9c88-4180-9427-031589f787fc 2018-09-22 12:50:01,400 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a4454a-6dcb-4b3e-b0d3-6385ea467b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fe9aebeaf5649e82684797b37e717be97c4ff9" 2018-09-22 12:50:01,609 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:01 GMT Server: Apache x-compute-request-id: req-a8e1fb7a-eaee-4b99-b943-0b804733761d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a8e1fb7a-eaee-4b99-b943-0b804733761d Content-Encoding: gzip Content-Length: 502 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "4fcec355-e1b9-4f79-aec4-1c455a7a9727", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf", "bootable": "false", "created_at": "2018-09-22T12:50:01.000000", "volume_type": null}} 2018-09-22 12:50:01,609 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 used request id req-a8e1fb7a-eaee-4b99-b943-0b804733761d 2018-09-22 12:50:01,610 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf 2018-09-22 12:50:01,613 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a4454a-6dcb-4b3e-b0d3-6385ea467b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fe9aebeaf5649e82684797b37e717be97c4ff9" 2018-09-22 12:50:01,809 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:01 GMT Server: Apache x-compute-request-id: req-0636d87a-3590-44c5-9bad-a7a3794aa818 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0636d87a-3590-44c5-9bad-a7a3794aa818 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:50:01.000000", "replication_status": null, "snapshot_id": null, "id": "4fcec355-e1b9-4f79-aec4-1c455a7a9727", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf", "bootable": "false", "created_at": "2018-09-22T12:50:01.000000", "volume_type": null}} 2018-09-22 12:50:01,809 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 used request id req-0636d87a-3590-44c5-9bad-a7a3794aa818 2018-09-22 12:50:01,809 - create_volume - DEBUG - Instance status is - creating 2018-09-22 12:50:01,809 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-22 12:50:04,813 - create_volume - DEBUG - Volume status query timeout in 296.797471046 2018-09-22 12:50:04,816 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a4454a-6dcb-4b3e-b0d3-6385ea467b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fe9aebeaf5649e82684797b37e717be97c4ff9" 2018-09-22 12:50:04,878 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:04 GMT Server: Apache x-compute-request-id: req-3051dc36-c05d-46c4-8191-f72b5c09a741 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3051dc36-c05d-46c4-8191-f72b5c09a741 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:50:01.000000", "replication_status": null, "snapshot_id": null, "id": "4fcec355-e1b9-4f79-aec4-1c455a7a9727", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf", "bootable": "false", "created_at": "2018-09-22T12:50:01.000000", "volume_type": null}} 2018-09-22 12:50:04,879 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 used request id req-3051dc36-c05d-46c4-8191-f72b5c09a741 2018-09-22 12:50:04,879 - create_volume - DEBUG - Instance status is - available 2018-09-22 12:50:04,879 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf 2018-09-22 12:50:04,879 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf 2018-09-22 12:50:04,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:50:04,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:50:05,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:50:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Lc_VPUlpSMenbVPfe8rSBQ"], "issued_at": "2018-09-22T12:50:05.000000Z"}} 2018-09-22 12:50:05,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:05,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a31087a6-6259-43f4-ab6b-9bf72c761164 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:50:05,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a31087a6-6259-43f4-ab6b-9bf72c761164 2018-09-22 12:50:05,446 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:50:05,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:05,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a0f44fc-f4c1-4e13-9bd3-84c212362400 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:50:05,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4a0f44fc-f4c1-4e13-9bd3-84c212362400 2018-09-22 12:50:05,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:05,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e9b2ab9c-2f82-4385-a861-f0d3e1569e36 Date: Sat, 22 Sep 2018 12:50:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["7145e453-0ff2-495d-a5c4-0559e3333ada"],"description":"","tags":[],"updated_at":"2018-09-22T12:49:57Z","provider:segmentation_id":83,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:56Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:05,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net used request id req-e9b2ab9c-2f82-4385-a861-f0d3e1569e36 2018-09-22 12:50:05,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:50:05,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:50:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:50:05,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:05,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6205bce0-4eec-4ded-b94c-e2bd0d6915ce Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:05,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-6205bce0-4eec-4ded-b94c-e2bd0d6915ce 2018-09-22 12:50:05,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:06,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-81f8f997-d6aa-4e1f-8030-4c6484c24ef2 Date: Sat, 22 Sep 2018 12:50:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:57Z","dns_nameservers":[],"updated_at":"2018-09-22T12:49:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"7145e453-0ff2-495d-a5c4-0559e3333ada","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet"}]} 2018-09-22 12:50:06,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-81f8f997-d6aa-4e1f-8030-4c6484c24ef2 2018-09-22 12:50:06,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:06,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-391511f7-b0b8-4b68-b1c8-dab84a9326d0 Date: Sat, 22 Sep 2018 12:50:06 GMT RESP BODY: {"ports":[]} 2018-09-22 12:50:06,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port&admin_state_up=True used request id req-391511f7-b0b8-4b68-b1c8-dab84a9326d0 2018-09-22 12:50:06,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:06,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-9060c0ed-81b1-43c9-9472-a3467d43be92 x-compute-request-id: req-9060c0ed-81b1-43c9-9472-a3467d43be92 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-22 12:50:06,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst used request id req-9060c0ed-81b1-43c9-9472-a3467d43be92 2018-09-22 12:50:06,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:06,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-57a6c451-07e1-4bd5-b5e5-c9147b875107 Date: Sat, 22 Sep 2018 12:50:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["7145e453-0ff2-495d-a5c4-0559e3333ada"],"description":"","tags":[],"updated_at":"2018-09-22T12:49:57Z","provider:segmentation_id":83,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:56Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:06,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net used request id req-57a6c451-07e1-4bd5-b5e5-c9147b875107 2018-09-22 12:50:06,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:06,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08651827-ca3c-4b42-9136-bf3eb6256038 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:06,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-08651827-ca3c-4b42-9136-bf3eb6256038 2018-09-22 12:50:06,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:06,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-22cfa38d-36cd-4d20-b6b2-cb7f7f3631b4 Date: Sat, 22 Sep 2018 12:50:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:57Z","dns_nameservers":[],"updated_at":"2018-09-22T12:49:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"7145e453-0ff2-495d-a5c4-0559e3333ada","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet"}]} 2018-09-22 12:50:06,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-22cfa38d-36cd-4d20-b6b2-cb7f7f3631b4 2018-09-22 12:50:06,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:07,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fd2e0244-0432-4710-8ccb-32229d5ad4d9 Date: Sat, 22 Sep 2018 12:50:07 GMT RESP BODY: {"ports":[]} 2018-09-22 12:50:07,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port&admin_state_up=True used request id req-fd2e0244-0432-4710-8ccb-32229d5ad4d9 2018-09-22 12:50:07,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:50:07,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:50:07,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:50:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["O-S1v2iFSfW6Zi2AY1mXbw"], "issued_at": "2018-09-22T12:50:07.000000Z"}} 2018-09-22 12:50:07,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}521df62653c11303c59c16c3159acd70148c2905" 2018-09-22 12:50:07,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20cff390-e6cd-4b27-8cef-a074bb6d9fe3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:50:07,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-20cff390-e6cd-4b27-8cef-a074bb6d9fe3 2018-09-22 12:50:07,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:07,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-fa532b49-bdfc-430b-adbd-0455f1bc3173 Date: Sat, 22 Sep 2018 12:50:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["7145e453-0ff2-495d-a5c4-0559e3333ada"],"description":"","tags":[],"updated_at":"2018-09-22T12:49:57Z","provider:segmentation_id":83,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:56Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:07,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net used request id req-fa532b49-bdfc-430b-adbd-0455f1bc3173 2018-09-22 12:50:07,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:08,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7bfc723a-46f9-43e3-9746-da65b229021c Date: Sat, 22 Sep 2018 12:50:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:57Z","dns_nameservers":[],"updated_at":"2018-09-22T12:49:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"7145e453-0ff2-495d-a5c4-0559e3333ada","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet"}]} 2018-09-22 12:50:08,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-7bfc723a-46f9-43e3-9746-da65b229021c 2018-09-22 12:50:08,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:08,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ccb89beb-ed55-4ef3-aa0f-d57631b97052 Date: Sat, 22 Sep 2018 12:50:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["7145e453-0ff2-495d-a5c4-0559e3333ada"],"description":"","tags":[],"updated_at":"2018-09-22T12:49:57Z","provider:segmentation_id":83,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:56Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:08,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net used request id req-ccb89beb-ed55-4ef3-aa0f-d57631b97052 2018-09-22 12:50:08,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:50:08,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:50:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:50:08,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}521df62653c11303c59c16c3159acd70148c2905" 2018-09-22 12:50:08,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aade6eda-3e14-4e15-bad5-9c77a73ec901 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:08,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-aade6eda-3e14-4e15-bad5-9c77a73ec901 2018-09-22 12:50:08,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:08,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-01190cc7-83bd-4cb3-9a4d-854dfb1ca627 Date: Sat, 22 Sep 2018 12:50:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:57Z","dns_nameservers":[],"updated_at":"2018-09-22T12:49:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"7145e453-0ff2-495d-a5c4-0559e3333ada","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet"}]} 2018-09-22 12:50:08,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-01190cc7-83bd-4cb3-9a4d-854dfb1ca627 2018-09-22 12:50:08,399 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net 2018-09-22 12:50:08,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" -d '{"port": {"network_id": "95d5604b-d4bb-4eab-8aa2-0b464a35e4c0", "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port", "admin_state_up": true}}' 2018-09-22 12:50:09,186 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-713cf500-26fb-4401-8cb4-e6615caca3a0 Date: Sat, 22 Sep 2018 12:50:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:08Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7145e453-0ff2-495d-a5c4-0559e3333ada","ip_address":"10.55.0.9"}],"id":"6b8cbf70-cb74-4768-98b4-d3a308a96b17","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:55:ba:c2","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port","admin_state_up":true,"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:08Z","binding:vnic_type":"normal"}} 2018-09-22 12:50:09,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-713cf500-26fb-4401-8cb4-e6615caca3a0 2018-09-22 12:50:09,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:09,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8047e1b3-905e-4774-8aed-602ec03e2f45 Date: Sat, 22 Sep 2018 12:50:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["7145e453-0ff2-495d-a5c4-0559e3333ada"],"description":"","tags":[],"updated_at":"2018-09-22T12:49:57Z","provider:segmentation_id":83,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:56Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:09,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net used request id req-8047e1b3-905e-4774-8aed-602ec03e2f45 2018-09-22 12:50:09,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:09,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60475026-43b0-479c-b8bb-a02e0afa5178 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:09,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-60475026-43b0-479c-b8bb-a02e0afa5178 2018-09-22 12:50:09,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:09,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1aba2aab-b40a-4833-947f-d5c4e629471f Date: Sat, 22 Sep 2018 12:50:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:57Z","dns_nameservers":[],"updated_at":"2018-09-22T12:49:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"7145e453-0ff2-495d-a5c4-0559e3333ada","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet"}]} 2018-09-22 12:50:09,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-1aba2aab-b40a-4833-947f-d5c4e629471f 2018-09-22 12:50:09,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:10,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-aa7d8257-dc95-4971-bb78-8d4f1312d602 Date: Sat, 22 Sep 2018 12:50:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:08Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7145e453-0ff2-495d-a5c4-0559e3333ada","ip_address":"10.55.0.9"}],"id":"6b8cbf70-cb74-4768-98b4-d3a308a96b17","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:55:ba:c2","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port","admin_state_up":true,"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:08Z","binding:vnic_type":"normal"}]} 2018-09-22 12:50:10,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port&admin_state_up=True used request id req-aa7d8257-dc95-4971-bb78-8d4f1312d602 2018-09-22 12:50:10,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:10,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3569df6-f87e-4b98-a3dc-86b25808286e Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:10,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-b3569df6-f87e-4b98-a3dc-86b25808286e 2018-09-22 12:50:10,100 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst 2018-09-22 12:50:10,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:10,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-5c6503cf-83b6-4419-a5bb-c07facab3ddb x-compute-request-id: req-5c6503cf-83b6-4419-a5bb-c07facab3ddb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8e28a244-be8d-4b35-bc38-0605e01f934f", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-flavor"}]} 2018-09-22 12:50:10,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5c6503cf-83b6-4419-a5bb-c07facab3ddb 2018-09-22 12:50:10,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:10,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-6a1ef7ca-98bc-4545-9272-863899a0b95a x-compute-request-id: req-6a1ef7ca-98bc-4545-9272-863899a0b95a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8e28a244-be8d-4b35-bc38-0605e01f934f", "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:50:10,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f used request id req-6a1ef7ca-98bc-4545-9272-863899a0b95a 2018-09-22 12:50:10,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:10,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-1750ebc8-4fdf-47b3-bd9a-d482f7864736 Date: Sat, 22 Sep 2018 12:50:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:49:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:49:55Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/9882493d-da5f-4d59-a9da-2b8dff48952a/snap", "metadata": {}}], "self": "/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "min_disk": 0, "protected": false, "id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "file": "/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/9882493d-da5f-4d59-a9da-2b8dff48952a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image"} 2018-09-22 12:50:10,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image used request id req-1750ebc8-4fdf-47b3-bd9a-d482f7864736 2018-09-22 12:50:10,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:11,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9d86da49-ef09-45dd-a3a0-6c0f2b1ec71e Date: Sat, 22 Sep 2018 12:50:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:50:11,123 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9d86da49-ef09-45dd-a3a0-6c0f2b1ec71e 2018-09-22 12:50:11,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst", "imageRef": "9882493d-da5f-4d59-a9da-2b8dff48952a", "flavorRef": "8e28a244-be8d-4b35-bc38-0605e01f934f", "max_count": 1, "min_count": 1, "networks": [{"port": "6b8cbf70-cb74-4768-98b4-d3a308a96b17"}]}}' 2018-09-22 12:50:12,417 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:50:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f91f8adf-8bfe-40d0-a3af-9578a7afc00a x-compute-request-id: req-f91f8adf-8bfe-40d0-a3af-9578a7afc00a Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8c0a9a73-f61b-4b42-89d9-67f302c47128", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "bookmark"}], "adminPass": "79DJ78xYyMm7"}} 2018-09-22 12:50:12,417 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f91f8adf-8bfe-40d0-a3af-9578a7afc00a 2018-09-22 12:50:12,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:12,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55e6a474-14c9-4e87-842b-896ebbf6a89a x-compute-request-id: req-55e6a474-14c9-4e87-842b-896ebbf6a89a Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "bookmark"}], "image": {"id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "links": [{"href": "http://172.30.9.23:8774/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8e28a244-be8d-4b35-bc38-0605e01f934f", "links": [{"href": "http://172.30.9.23:8774/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "bookmark"}]}, "id": "8c0a9a73-f61b-4b42-89d9-67f302c47128", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:50:12Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst", "created": "2018-09-22T12:50:12Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:50:12,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 used request id req-55e6a474-14c9-4e87-842b-896ebbf6a89a 2018-09-22 12:50:12,634 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst 2018-09-22 12:50:12,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:13,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3765ec44-c26f-4ff3-a9f7-ea1e90c57932 x-compute-request-id: req-3765ec44-c26f-4ff3-a9f7-ea1e90c57932 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "bookmark"}], "image": {"id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "links": [{"href": "http://172.30.9.23:8774/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8e28a244-be8d-4b35-bc38-0605e01f934f", "links": [{"href": "http://172.30.9.23:8774/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "bookmark"}]}, "id": "8c0a9a73-f61b-4b42-89d9-67f302c47128", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:50:12Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst", "created": "2018-09-22T12:50:12Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:50:13,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 used request id req-3765ec44-c26f-4ff3-a9f7-ea1e90c57932 2018-09-22 12:50:13,338 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst] is - BUILD 2018-09-22 12:50:13,339 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:50:16,342 - create_instance - DEBUG - VM status query timeout in 896.291990042 2018-09-22 12:50:16,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:17,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-80de09d7-7b7c-47c5-a756-d6a04442b790 x-compute-request-id: req-80de09d7-7b7c-47c5-a756-d6a04442b790 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "bookmark"}], "image": {"id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "links": [{"href": "http://172.30.9.23:8774/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8e28a244-be8d-4b35-bc38-0605e01f934f", "links": [{"href": "http://172.30.9.23:8774/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "bookmark"}]}, "id": "8c0a9a73-f61b-4b42-89d9-67f302c47128", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:50:15Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst", "created": "2018-09-22T12:50:12Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:50:17,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 used request id req-80de09d7-7b7c-47c5-a756-d6a04442b790 2018-09-22 12:50:17,287 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst] is - BUILD 2018-09-22 12:50:17,287 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:50:20,290 - create_instance - DEBUG - VM status query timeout in 892.343525171 2018-09-22 12:50:20,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:20,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-7d30f0aa-82a3-4c47-bc4d-ae6274d76b76 x-compute-request-id: req-7d30f0aa-82a3-4c47-bc4d-ae6274d76b76 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ba:c2", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "bookmark"}], "image": {"id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "links": [{"href": "http://172.30.9.23:8774/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-22T12:50:13.000000", "flavor": {"id": "8e28a244-be8d-4b35-bc38-0605e01f934f", "links": [{"href": "http://172.30.9.23:8774/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "bookmark"}]}, "id": "8c0a9a73-f61b-4b42-89d9-67f302c47128", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:50:19Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst", "created": "2018-09-22T12:50:12Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:50:20,760 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 used request id req-7d30f0aa-82a3-4c47-bc4d-ae6274d76b76 2018-09-22 12:50:20,761 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst] is - ACTIVE 2018-09-22 12:50:20,761 - create_instance - INFO - VM is - ACTIVE 2018-09-22 12:50:20,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:21,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-d2615c56-4998-4ffb-bfcd-c086d01f68e5 x-compute-request-id: req-d2615c56-4998-4ffb-bfcd-c086d01f68e5 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ba:c2", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "bookmark"}], "image": {"id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "links": [{"href": "http://172.30.9.23:8774/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-22T12:50:13.000000", "flavor": {"id": "8e28a244-be8d-4b35-bc38-0605e01f934f", "links": [{"href": "http://172.30.9.23:8774/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "bookmark"}]}, "id": "8c0a9a73-f61b-4b42-89d9-67f302c47128", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:50:19Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst", "created": "2018-09-22T12:50:12Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:50:21,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 used request id req-d2615c56-4998-4ffb-bfcd-c086d01f68e5 2018-09-22 12:50:21,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:21,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-443cff72-dbc3-418b-a1c7-ff881ce4c89b Date: Sat, 22 Sep 2018 12:50:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["7145e453-0ff2-495d-a5c4-0559e3333ada"],"description":"","tags":[],"updated_at":"2018-09-22T12:49:57Z","provider:segmentation_id":83,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:56Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:21,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net used request id req-443cff72-dbc3-418b-a1c7-ff881ce4c89b 2018-09-22 12:50:21,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:21,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ded8319-29d3-44a0-9434-245acd04960d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:21,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-8ded8319-29d3-44a0-9434-245acd04960d 2018-09-22 12:50:21,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:21,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-826a49d6-9d07-47c3-9bcf-dfde343df70c Date: Sat, 22 Sep 2018 12:50:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:57Z","dns_nameservers":[],"updated_at":"2018-09-22T12:49:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"7145e453-0ff2-495d-a5c4-0559e3333ada","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet"}]} 2018-09-22 12:50:21,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-826a49d6-9d07-47c3-9bcf-dfde343df70c 2018-09-22 12:50:21,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:21,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-2ca21d50-bac8-41b5-9554-2bd0518b0190 Date: Sat, 22 Sep 2018 12:50:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7145e453-0ff2-495d-a5c4-0559e3333ada","ip_address":"10.55.0.4"}],"id":"4c60fbb7-9aa0-4dcb-b40b-f7ece466b273","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:ab:52","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","name":"","admin_state_up":true,"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:16Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7145e453-0ff2-495d-a5c4-0559e3333ada","ip_address":"10.55.0.9"}],"id":"6b8cbf70-cb74-4768-98b4-d3a308a96b17","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:ba:c2","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"8c0a9a73-f61b-4b42-89d9-67f302c47128","name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port","admin_state_up":true,"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7145e453-0ff2-495d-a5c4-0559e3333ada","ip_address":"10.55.0.2"}],"id":"7dbca458-e05f-4a6a-aeb9-0e1a2c01b0a8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:89:d4:c0","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","name":"","admin_state_up":true,"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7145e453-0ff2-495d-a5c4-0559e3333ada","ip_address":"10.55.0.3"}],"id":"b455a73b-faba-4459-b233-951ee95a1127","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bc:78:bf","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","name":"","admin_state_up":true,"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:58Z","binding:vnic_type":"normal"}]} 2018-09-22 12:50:21,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-2ca21d50-bac8-41b5-9554-2bd0518b0190 2018-09-22 12:50:21,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:50:22,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:50:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["gxKY6w78QO6nSlCIBP1sBg"], "issued_at": "2018-09-22T12:50:22.000000Z"}} 2018-09-22 12:50:22,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be16d8edd90d49c19f61a7eb20125cdf69860cb0" 2018-09-22 12:50:22,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5fef641-7bf5-4785-9ccc-2810b563ba75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:50:22,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f5fef641-7bf5-4785-9ccc-2810b563ba75 2018-09-22 12:50:22,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:22,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9899e2f7-e12a-47ca-a41e-135ba7c610cb x-compute-request-id: req-9899e2f7-e12a-47ca-a41e-135ba7c610cb Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ba:c2", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "bookmark"}], "image": {"id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "links": [{"href": "http://172.30.9.23:8774/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-22T12:50:13.000000", "flavor": {"id": "8e28a244-be8d-4b35-bc38-0605e01f934f", "links": [{"href": "http://172.30.9.23:8774/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "bookmark"}]}, "id": "8c0a9a73-f61b-4b42-89d9-67f302c47128", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:50:19Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst", "created": "2018-09-22T12:50:12Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:50:22,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 used request id req-9899e2f7-e12a-47ca-a41e-135ba7c610cb 2018-09-22 12:50:22,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:22,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8e5748f2-a34f-4970-af61-4cb4186266a6 Date: Sat, 22 Sep 2018 12:50:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["7145e453-0ff2-495d-a5c4-0559e3333ada"],"description":"","tags":[],"updated_at":"2018-09-22T12:49:57Z","provider:segmentation_id":83,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:56Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:22,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net used request id req-8e5748f2-a34f-4970-af61-4cb4186266a6 2018-09-22 12:50:22,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:22,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6469a44-9e26-4273-b814-3f89fe203ec3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:22,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-c6469a44-9e26-4273-b814-3f89fe203ec3 2018-09-22 12:50:22,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:23,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-63e9b102-fa1d-44db-b915-75c2dbc58f6f Date: Sat, 22 Sep 2018 12:50:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:57Z","dns_nameservers":[],"updated_at":"2018-09-22T12:49:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"7145e453-0ff2-495d-a5c4-0559e3333ada","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet"}]} 2018-09-22 12:50:23,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-63e9b102-fa1d-44db-b915-75c2dbc58f6f 2018-09-22 12:50:23,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:23,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-b55c4e75-9ef9-45c4-9202-07f060b52115 Date: Sat, 22 Sep 2018 12:50:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7145e453-0ff2-495d-a5c4-0559e3333ada","ip_address":"10.55.0.4"}],"id":"4c60fbb7-9aa0-4dcb-b40b-f7ece466b273","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:ab:52","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","name":"","admin_state_up":true,"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:16Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7145e453-0ff2-495d-a5c4-0559e3333ada","ip_address":"10.55.0.9"}],"id":"6b8cbf70-cb74-4768-98b4-d3a308a96b17","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:55:ba:c2","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"8c0a9a73-f61b-4b42-89d9-67f302c47128","name":"NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port","admin_state_up":true,"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:08Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:58Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7145e453-0ff2-495d-a5c4-0559e3333ada","ip_address":"10.55.0.2"}],"id":"7dbca458-e05f-4a6a-aeb9-0e1a2c01b0a8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:89:d4:c0","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","name":"","admin_state_up":true,"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:49:59Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7145e453-0ff2-495d-a5c4-0559e3333ada","ip_address":"10.55.0.3"}],"id":"b455a73b-faba-4459-b233-951ee95a1127","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bc:78:bf","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","name":"","admin_state_up":true,"network_id":"95d5604b-d4bb-4eab-8aa2-0b464a35e4c0","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:49:58Z","binding:vnic_type":"normal"}]} 2018-09-22 12:50:23,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-b55c4e75-9ef9-45c4-9202-07f060b52115 2018-09-22 12:50:23,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be16d8edd90d49c19f61a7eb20125cdf69860cb0" -d '{"volumeAttachment": {"volumeId": "4fcec355-e1b9-4f79-aec4-1c455a7a9727"}}' 2018-09-22 12:50:25,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-c52eed63-9842-4de1-9830-5d4096c89982 x-compute-request-id: req-c52eed63-9842-4de1-9830-5d4096c89982 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "8c0a9a73-f61b-4b42-89d9-67f302c47128", "id": "4fcec355-e1b9-4f79-aec4-1c455a7a9727", "volumeId": "4fcec355-e1b9-4f79-aec4-1c455a7a9727"}} 2018-09-22 12:50:25,306 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128/os-volume_attachments used request id req-c52eed63-9842-4de1-9830-5d4096c89982 2018-09-22 12:50:25,307 - create_instance - INFO - Deleting Port with ID - 6b8cbf70-cb74-4768-98b4-d3a308a96b17 2018-09-22 12:50:25,307 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-port 2018-09-22 12:50:25,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/6b8cbf70-cb74-4768-98b4-d3a308a96b17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:26,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78688617-ed33-43ac-87a3-5022f93e1e91 Date: Sat, 22 Sep 2018 12:50:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:50:26,030 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/6b8cbf70-cb74-4768-98b4-d3a308a96b17 used request id req-78688617-ed33-43ac-87a3-5022f93e1e91 2018-09-22 12:50:26,031 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst 2018-09-22 12:50:26,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:26,381 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1df89aab-f07c-4263-87fd-af1b2362fd78 x-compute-request-id: req-1df89aab-f07c-4263-87fd-af1b2362fd78 Content-Type: application/json 2018-09-22 12:50:26,381 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 used request id req-1df89aab-f07c-4263-87fd-af1b2362fd78 2018-09-22 12:50:26,381 - create_instance - INFO - Checking deletion status 2018-09-22 12:50:26,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:26,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f28f17e-2989-4bf3-9bf2-c604c937a839 x-compute-request-id: req-0f28f17e-2989-4bf3-9bf2-c604c937a839 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.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "bookmark"}], "image": {"id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "links": [{"href": "http://172.30.9.23:8774/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-22T12:50:13.000000", "flavor": {"id": "8e28a244-be8d-4b35-bc38-0605e01f934f", "links": [{"href": "http://172.30.9.23:8774/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "bookmark"}]}, "id": "8c0a9a73-f61b-4b42-89d9-67f302c47128", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:50:26Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst", "created": "2018-09-22T12:50:12Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [{"id": "4fcec355-e1b9-4f79-aec4-1c455a7a9727"}], "metadata": {}}} 2018-09-22 12:50:26,926 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 used request id req-0f28f17e-2989-4bf3-9bf2-c604c937a839 2018-09-22 12:50:26,926 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst] is - ACTIVE 2018-09-22 12:50:26,927 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:50:29,930 - create_instance - DEBUG - VM status query timeout in 296.451700926 2018-09-22 12:50:29,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ca89da05efe69348728954a12e13e6e852dd27c" 2018-09-22 12:50:30,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-97be3ad0-f160-4fd7-988f-a4e6f23c071c x-compute-request-id: req-97be3ad0-f160-4fd7-988f-a4e6f23c071c Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128", "rel": "bookmark"}], "image": {"id": "9882493d-da5f-4d59-a9da-2b8dff48952a", "links": [{"href": "http://172.30.9.23:8774/images/9882493d-da5f-4d59-a9da-2b8dff48952a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-09-22T12:50:13.000000", "flavor": {"id": "8e28a244-be8d-4b35-bc38-0605e01f934f", "links": [{"href": "http://172.30.9.23:8774/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f", "rel": "bookmark"}]}, "id": "8c0a9a73-f61b-4b42-89d9-67f302c47128", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-09-22T12:50:29Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": "2018-09-22T12:50:23.000000", "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst", "created": "2018-09-22T12:50:12Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [{"id": "4fcec355-e1b9-4f79-aec4-1c455a7a9727"}], "metadata": {}}} 2018-09-22 12:50:30,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8c0a9a73-f61b-4b42-89d9-67f302c47128 used request id req-97be3ad0-f160-4fd7-988f-a4e6f23c071c 2018-09-22 12:50:30,320 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst] is - DELETED 2018-09-22 12:50:30,321 - create_instance - INFO - VM is - DELETED 2018-09-22 12:50:30,321 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-vm_inst 2018-09-22 12:50:30,324 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a4454a-6dcb-4b3e-b0d3-6385ea467b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fe9aebeaf5649e82684797b37e717be97c4ff9" 2018-09-22 12:50:31,094 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:30 GMT Server: Apache x-compute-request-id: req-4d1ce5c2-bd57-4db7-831e-1c6ec13f07de OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4d1ce5c2-bd57-4db7-831e-1c6ec13f07de Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:50:27.000000", "replication_status": null, "snapshot_id": null, "id": "4fcec355-e1b9-4f79-aec4-1c455a7a9727", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf", "bootable": "false", "created_at": "2018-09-22T12:50:01.000000", "volume_type": null}} 2018-09-22 12:50:31,095 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 used request id req-4d1ce5c2-bd57-4db7-831e-1c6ec13f07de 2018-09-22 12:50:31,095 - create_volume - DEBUG - Instance status is - available 2018-09-22 12:50:31,095 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf 2018-09-22 12:50:31,095 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf 2018-09-22 12:50:31,098 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a4454a-6dcb-4b3e-b0d3-6385ea467b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fe9aebeaf5649e82684797b37e717be97c4ff9" 2018-09-22 12:50:32,001 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:50:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fb019e21-f608-4742-bef7-5d11a8b8f241 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:50:32,001 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 used request id req-fb019e21-f608-4742-bef7-5d11a8b8f241 2018-09-22 12:50:32,004 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a4454a-6dcb-4b3e-b0d3-6385ea467b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fe9aebeaf5649e82684797b37e717be97c4ff9" 2018-09-22 12:50:32,211 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:32 GMT Server: Apache x-compute-request-id: req-61185363-d39a-45bf-80fb-6fe7a3023ae1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-61185363-d39a-45bf-80fb-6fe7a3023ae1 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:50:31.000000", "replication_status": null, "snapshot_id": null, "id": "4fcec355-e1b9-4f79-aec4-1c455a7a9727", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf", "bootable": "false", "created_at": "2018-09-22T12:50:01.000000", "volume_type": null}} 2018-09-22 12:50:32,211 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 used request id req-61185363-d39a-45bf-80fb-6fe7a3023ae1 2018-09-22 12:50:32,212 - create_volume - DEBUG - Instance status is - deleting 2018-09-22 12:50:32,212 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-22 12:50:35,215 - create_volume - DEBUG - Volume status query timeout in 56.7865331173 2018-09-22 12:50:35,218 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-51a4454a-6dcb-4b3e-b0d3-6385ea467b0d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6fe9aebeaf5649e82684797b37e717be97c4ff9" 2018-09-22 12:50:35,992 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:50:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f4c74449-571d-42f2-b284-fe5edeaaafff x-openstack-request-id: req-f4c74449-571d-42f2-b284-fe5edeaaafff Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 4fcec355-e1b9-4f79-aec4-1c455a7a9727 could not be found.", "code": 404}} 2018-09-22 12:50:35,992 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/4fcec355-e1b9-4f79-aec4-1c455a7a9727 used request id req-f4c74449-571d-42f2-b284-fe5edeaaafff 2018-09-22 12:50:35,992 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 4fcec355-e1b9-4f79-aec4-1c455a7a9727 could not be found. (HTTP 404) (Request-ID: req-f4c74449-571d-42f2-b284-fe5edeaaafff) 2018-09-22 12:50:35,992 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf 2018-09-22 12:50:35,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e54be4a2db96cf492128988b3b06f9bf28e44e50" 2018-09-22 12:50:36,055 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:50:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3c91640e-0641-484e-9613-dd7bf8722a57 x-compute-request-id: req-3c91640e-0641-484e-9613-dd7bf8722a57 Content-Length: 0 Content-Type: application/json 2018-09-22 12:50:36,056 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/8e28a244-be8d-4b35-bc38-0605e01f934f used request id req-3c91640e-0641-484e-9613-dd7bf8722a57 2018-09-22 12:50:36,056 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet 2018-09-22 12:50:36,057 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-subnet 2018-09-22 12:50:36,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/7145e453-0ff2-495d-a5c4-0559e3333ada -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7403f4530a5ba3988fe6fef169c5e6812591f64b" 2018-09-22 12:50:38,450 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e13b08b0-5716-4700-8e75-f5b224c2f063 Date: Sat, 22 Sep 2018 12:50:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:50:38,450 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/7145e453-0ff2-495d-a5c4-0559e3333ada used request id req-e13b08b0-5716-4700-8e75-f5b224c2f063 2018-09-22 12:50:38,450 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-net 2018-09-22 12:50:38,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7403f4530a5ba3988fe6fef169c5e6812591f64b" 2018-09-22 12:50:40,324 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2531b34-4dab-45b7-b29f-1176f0ceeac5 Date: Sat, 22 Sep 2018 12:50:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:50:40,324 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/95d5604b-d4bb-4eab-8aa2-0b464a35e4c0 used request id req-e2531b34-4dab-45b7-b29f-1176f0ceeac5 2018-09-22 12:50:40,324 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-1e881a8f-91e9-4d0e-bb12-10ed8a03cbdf-image 2018-09-22 12:50:40,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4fe9f2269a57e9dd05ab1031b9ead506ad93efa3" 2018-09-22 12:50:41,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73d60810-1f51-4740-a641-5847b42a9ccd Date: Sat, 22 Sep 2018 12:50:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:50:41,801 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9882493d-da5f-4d59-a9da-2b8dff48952a used request id req-73d60810-1f51-4740-a641-5847b42a9ccd 2018-09-22 12:50:41,802 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:50:41,805 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-22 12:50:41,805 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:50:41,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:50:42,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:50:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["zhxvoHqsSWS8bCLXG5sVKQ"], "issued_at": "2018-09-22T12:50:42.000000Z"}} 2018-09-22 12:50:42,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a605ee9374c4638692f717676670ca90d63a9b" 2018-09-22 12:50:42,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a84589e-6010-4760-a8c5-93d2d5cabc25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:50:42,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0a84589e-6010-4760-a8c5-93d2d5cabc25 2018-09-22 12:50:42,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36a605ee9374c4638692f717676670ca90d63a9b" 2018-09-22 12:50:42,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-b8cc3d27-837e-4d7d-8f3a-26c00dcebd75 Date: Sat, 22 Sep 2018 12:50:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image"} 2018-09-22 12:50:42,443 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image used request id req-b8cc3d27-837e-4d7d-8f3a-26c00dcebd75 2018-09-22 12:50:42,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36a605ee9374c4638692f717676670ca90d63a9b" 2018-09-22 12:50:42,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-425a41b0-dd4d-41fc-8fe7-fb42ce455e65 Date: Sat, 22 Sep 2018 12:50:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:50:42,607 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-425a41b0-dd4d-41fc-8fe7-fb42ce455e65 2018-09-22 12:50:42,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}36a605ee9374c4638692f717676670ca90d63a9b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image"}' 2018-09-22 12:50:42,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a X-Openstack-Request-Id: req-e724859c-c009-4090-9049-6f78da7fd546 Date: Sat, 22 Sep 2018 12:50:42 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:50:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-22T12:50:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "min_disk": 0, "protected": false, "id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "file": "/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/file", "checksum": null, "owner": "e0be80d39933400abe48c8503e28224e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:50:42,821 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e724859c-c009-4090-9049-6f78da7fd546 2018-09-22 12:50:42,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36a605ee9374c4638692f717676670ca90d63a9b" -d '' 2018-09-22 12:50:45,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3b27c744-d96b-4e8b-8ceb-dd65075fad4f Date: Sat, 22 Sep 2018 12:50:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:50:45,078 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/file used request id req-3b27c744-d96b-4e8b-8ceb-dd65075fad4f 2018-09-22 12:50:45,079 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-22 12:50:45,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36a605ee9374c4638692f717676670ca90d63a9b" 2018-09-22 12:50:45,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-ba191bee-b4ea-44ff-b207-b3d9d88113a6 Date: Sat, 22 Sep 2018 12:50:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:50:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:50:45Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/snap", "metadata": {}}], "self": "/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "min_disk": 0, "protected": false, "id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "file": "/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:50:45,254 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a used request id req-ba191bee-b4ea-44ff-b207-b3d9d88113a6 2018-09-22 12:50:45,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36a605ee9374c4638692f717676670ca90d63a9b" 2018-09-22 12:50:45,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-86c75dce-746b-4e64-9a84-b0bfb14e200f Date: Sat, 22 Sep 2018 12:50:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:50:45,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-86c75dce-746b-4e64-9a84-b0bfb14e200f 2018-09-22 12:50:45,404 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image 2018-09-22 12:50:45,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36a605ee9374c4638692f717676670ca90d63a9b" 2018-09-22 12:50:45,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-f7f3143a-54bc-4b95-adb8-579f17d5e94c Date: Sat, 22 Sep 2018 12:50:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:50:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:50:45Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/snap", "metadata": {}}], "self": "/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "min_disk": 0, "protected": false, "id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "file": "/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:50:45,575 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a used request id req-f7f3143a-54bc-4b95-adb8-579f17d5e94c 2018-09-22 12:50:45,576 - create_image - DEBUG - Instance status is - active 2018-09-22 12:50:45,576 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image 2018-09-22 12:50:45,576 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image 2018-09-22 12:50:45,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:50:45,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:50:45,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:50:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["XTRONuNdQqi-eLCfzxbGRA"], "issued_at": "2018-09-22T12:50:45.000000Z"}} 2018-09-22 12:50:45,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a5e8e424b1eeb44114a0445d2d1dd668b2d2a4" 2018-09-22 12:50:46,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d6a38e-50fe-406f-9aec-8863bcc881a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:50:46,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-13d6a38e-50fe-406f-9aec-8863bcc881a3 2018-09-22 12:50:46,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a5e8e424b1eeb44114a0445d2d1dd668b2d2a4" 2018-09-22 12:50:46,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4a4bbadc-e660-48e9-bee1-5cc6d4c37b38 Date: Sat, 22 Sep 2018 12:50:46 GMT RESP BODY: {"networks":[]} 2018-09-22 12:50:46,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-4a4bbadc-e660-48e9-bee1-5cc6d4c37b38 2018-09-22 12:50:46,252 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net 2018-09-22 12:50:46,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a5e8e424b1eeb44114a0445d2d1dd668b2d2a4" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net", "admin_state_up": true}}' 2018-09-22 12:50:46,716 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-62cf8722-9fe1-457f-937b-24e069a32b32 Date: Sat, 22 Sep 2018 12:50:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:50:46Z","is_default":false,"provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","mtu":1450}} 2018-09-22 12:50:46,716 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-62cf8722-9fe1-457f-937b-24e069a32b32 2018-09-22 12:50:46,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a5e8e424b1eeb44114a0445d2d1dd668b2d2a4" 2018-09-22 12:50:46,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-942ef531-369b-439f-8191-a46e184481c9 Date: Sat, 22 Sep 2018 12:50:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:50:46Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:46,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-942ef531-369b-439f-8191-a46e184481c9 2018-09-22 12:50:46,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a5e8e424b1eeb44114a0445d2d1dd668b2d2a4" 2018-09-22 12:50:47,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b6d2e448-f5a7-4b92-b6d6-8d4c29393a97 Date: Sat, 22 Sep 2018 12:50:47 GMT RESP BODY: {"subnets":[]} 2018-09-22 12:50:47,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-b6d2e448-f5a7-4b92-b6d6-8d4c29393a97 2018-09-22 12:50:47,148 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet 2018-09-22 12:50:47,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a5e8e424b1eeb44114a0445d2d1dd668b2d2a4" -d '{"subnets": [{"ip_version": 4, "network_id": "902ba8c2-c840-4cca-9c79-0b9a16c03e49", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]}' 2018-09-22 12:50:47,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6fec53ad-7a20-48f9-8f41-b374cb72328a Date: Sat, 22 Sep 2018 12:50:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:50:47,827 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6fec53ad-7a20-48f9-8f41-b374cb72328a 2018-09-22 12:50:47,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a5e8e424b1eeb44114a0445d2d1dd668b2d2a4" 2018-09-22 12:50:48,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f480f154-3eac-4b04-9c02-3cc03fee3ba5 Date: Sat, 22 Sep 2018 12:50:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:48,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-f480f154-3eac-4b04-9c02-3cc03fee3ba5 2018-09-22 12:50:48,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a5e8e424b1eeb44114a0445d2d1dd668b2d2a4" 2018-09-22 12:50:48,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ea78c254-0126-406e-ac51-57dff47fec34 Date: Sat, 22 Sep 2018 12:50:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:50:48,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-ea78c254-0126-406e-ac51-57dff47fec34 2018-09-22 12:50:48,301 - OpenStackNetwork - DEBUG - Network [902ba8c2-c840-4cca-9c79-0b9a16c03e49] created successfully 2018-09-22 12:50:48,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:50:48,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:50:48,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:50:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["WwCdxZBlSIm8G6QK5aLYkQ"], "issued_at": "2018-09-22T12:50:48.000000Z"}} 2018-09-22 12:50:48,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f2043d1c9522a3b386623e4c1c9709cb1e4d17" 2018-09-22 12:50:48,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05318e9d-41d2-42c7-b20f-f28138cf5367 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:50:48,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-05318e9d-41d2-42c7-b20f-f28138cf5367 2018-09-22 12:50:48,770 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:50:48,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f2043d1c9522a3b386623e4c1c9709cb1e4d17" 2018-09-22 12:50:48,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-85d6a68e-7c74-4a96-81f5-5593423d5ea9 x-compute-request-id: req-85d6a68e-7c74-4a96-81f5-5593423d5ea9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:50:48,940 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-85d6a68e-7c74-4a96-81f5-5593423d5ea9 2018-09-22 12:50:48,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f2043d1c9522a3b386623e4c1c9709cb1e4d17" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-22 12:50:49,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-e7338510-22be-4abf-ad39-9c234895d195 x-compute-request-id: req-e7338510-22be-4abf-ad39-9c234895d195 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:50:49,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e7338510-22be-4abf-ad39-9c234895d195 2018-09-22 12:50:49,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:50:49,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:50:49,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:50:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["2duvwuU5SSK2rPGhiej7Hg"], "issued_at": "2018-09-22T12:50:49.000000Z"}} 2018-09-22 12:50:49,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e79888da9744a0723a16199dc11f57cc6af9de60" 2018-09-22 12:50:49,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80078fb-a3bc-4660-8543-e025ec7d930f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:50:49,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a80078fb-a3bc-4660-8543-e025ec7d930f 2018-09-22 12:50:49,529 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e79888da9744a0723a16199dc11f57cc6af9de60" 2018-09-22 12:50:50,304 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:49 GMT Server: Apache x-compute-request-id: req-e61b1517-4f40-40a0-a59d-47ba1f7b79c3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e61b1517-4f40-40a0-a59d-47ba1f7b79c3 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-22 12:50:50,304 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail used request id req-e61b1517-4f40-40a0-a59d-47ba1f7b79c3 2018-09-22 12:50:50,308 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e61b1517-4f40-40a0-a59d-47ba1f7b79c3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e79888da9744a0723a16199dc11f57cc6af9de60" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-22 12:50:50,678 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:50:50 GMT Server: Apache x-compute-request-id: req-477c394c-90eb-4c26-945a-7e33326ab091 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-477c394c-90eb-4c26-945a-7e33326ab091 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "004b6165ea564cfbb572adf1581ebe50", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-22T12:50:50.556169", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "size": 1}} 2018-09-22 12:50:50,678 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes used request id req-477c394c-90eb-4c26-945a-7e33326ab091 2018-09-22 12:50:50,682 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e61b1517-4f40-40a0-a59d-47ba1f7b79c3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e79888da9744a0723a16199dc11f57cc6af9de60" 2018-09-22 12:50:51,420 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:50 GMT Server: Apache x-compute-request-id: req-70c09474-17f6-4963-95b0-2bf611f651aa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-70c09474-17f6-4963-95b0-2bf611f651aa Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:50:50.000000", "replication_status": null, "snapshot_id": null, "id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562", "bootable": "false", "created_at": "2018-09-22T12:50:50.000000", "volume_type": null}} 2018-09-22 12:50:51,420 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c used request id req-70c09474-17f6-4963-95b0-2bf611f651aa 2018-09-22 12:50:51,420 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562 2018-09-22 12:50:51,423 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e61b1517-4f40-40a0-a59d-47ba1f7b79c3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e79888da9744a0723a16199dc11f57cc6af9de60" 2018-09-22 12:50:52,167 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:51 GMT Server: Apache x-compute-request-id: req-aef90fda-ea51-4207-ba53-1dcec619c5f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-aef90fda-ea51-4207-ba53-1dcec619c5f9 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:50:50.000000", "replication_status": null, "snapshot_id": null, "id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562", "bootable": "false", "created_at": "2018-09-22T12:50:50.000000", "volume_type": null}} 2018-09-22 12:50:52,167 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c used request id req-aef90fda-ea51-4207-ba53-1dcec619c5f9 2018-09-22 12:50:52,168 - create_volume - DEBUG - Instance status is - available 2018-09-22 12:50:52,168 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562 2018-09-22 12:50:52,168 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562 2018-09-22 12:50:52,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:50:52,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:50:52,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:50:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["h7TGRuHqTuq78mwS1bpFPA"], "issued_at": "2018-09-22T12:50:52.000000Z"}} 2018-09-22 12:50:52,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:52,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56b27d46-da8a-4c34-8bc3-e3dbface0ea1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:50:52,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-56b27d46-da8a-4c34-8bc3-e3dbface0ea1 2018-09-22 12:50:52,633 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:50:52,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:52,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db3db7cb-79ac-46fe-ab7e-d7df9abc1899 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:50:52,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-db3db7cb-79ac-46fe-ab7e-d7df9abc1899 2018-09-22 12:50:52,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:52,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-df9ef9c0-c4ae-4961-a77e-5c1007d7a24e Date: Sat, 22 Sep 2018 12:50:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:52,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-df9ef9c0-c4ae-4961-a77e-5c1007d7a24e 2018-09-22 12:50:52,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:50:52,980 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:50:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:50:52,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:53,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f4fb54-6dcb-4b16-9188-dfe56e7578e3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:53,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-49f4fb54-6dcb-4b16-9188-dfe56e7578e3 2018-09-22 12:50:53,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:53,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-92a6d689-2691-4ae1-9ec7-558767e4ec94 Date: Sat, 22 Sep 2018 12:50:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:50:53,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-92a6d689-2691-4ae1-9ec7-558767e4ec94 2018-09-22 12:50:53,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:53,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-874bc6ce-b8c8-45f9-a71e-70d2bea8dcb3 Date: Sat, 22 Sep 2018 12:50:53 GMT RESP BODY: {"ports":[]} 2018-09-22 12:50:53,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port&admin_state_up=True used request id req-874bc6ce-b8c8-45f9-a71e-70d2bea8dcb3 2018-09-22 12:50:53,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:54,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-8e3e5157-1207-4e2f-8137-741deed90265 x-compute-request-id: req-8e3e5157-1207-4e2f-8137-741deed90265 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-22 12:50:54,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst used request id req-8e3e5157-1207-4e2f-8137-741deed90265 2018-09-22 12:50:54,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:54,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6de963fd-9e04-458e-8752-2193bcf768cb Date: Sat, 22 Sep 2018 12:50:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:54,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-6de963fd-9e04-458e-8752-2193bcf768cb 2018-09-22 12:50:54,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:54,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27a02f40-0f91-452e-aa93-7238419960a8 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:54,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-27a02f40-0f91-452e-aa93-7238419960a8 2018-09-22 12:50:54,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:54,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9362c361-fcce-4046-a1d7-75ce4d7ca433 Date: Sat, 22 Sep 2018 12:50:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:50:54,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-9362c361-fcce-4046-a1d7-75ce4d7ca433 2018-09-22 12:50:54,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:54,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-29ec0375-f982-4bae-aa7b-57b629aa5005 Date: Sat, 22 Sep 2018 12:50:54 GMT RESP BODY: {"ports":[]} 2018-09-22 12:50:54,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port&admin_state_up=True used request id req-29ec0375-f982-4bae-aa7b-57b629aa5005 2018-09-22 12:50:54,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:50:54,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:50:54,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:50:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["icc9PV4rTJy_e5Cf80DWYQ"], "issued_at": "2018-09-22T12:50:54.000000Z"}} 2018-09-22 12:50:54,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c2f16f9d6ee5602ea31ba1fc0f47d292aa23f71" 2018-09-22 12:50:55,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35412a71-7119-4247-8a7d-5eeca91c6562 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:50:55,059 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-35412a71-7119-4247-8a7d-5eeca91c6562 2018-09-22 12:50:55,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:55,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-090413a1-d25c-4e22-956a-f1e809614917 Date: Sat, 22 Sep 2018 12:50:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:55,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-090413a1-d25c-4e22-956a-f1e809614917 2018-09-22 12:50:55,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:55,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b6745bda-e2e8-4d81-bfc5-033ab831778b Date: Sat, 22 Sep 2018 12:50:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:50:55,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-b6745bda-e2e8-4d81-bfc5-033ab831778b 2018-09-22 12:50:55,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:55,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f6156441-8cb1-4fc2-a22c-0e4903511627 Date: Sat, 22 Sep 2018 12:50:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:55,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-f6156441-8cb1-4fc2-a22c-0e4903511627 2018-09-22 12:50:55,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:50:55,620 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:50:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:50:55,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c2f16f9d6ee5602ea31ba1fc0f47d292aa23f71" 2018-09-22 12:50:55,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6842072b-2c7b-42b4-ad94-0e24e548a80d Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:55,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-6842072b-2c7b-42b4-ad94-0e24e548a80d 2018-09-22 12:50:55,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:55,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8fe87691-bad7-428d-9c21-47e73092858f Date: Sat, 22 Sep 2018 12:50:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:50:55,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-8fe87691-bad7-428d-9c21-47e73092858f 2018-09-22 12:50:55,905 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net 2018-09-22 12:50:55,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" -d '{"port": {"network_id": "902ba8c2-c840-4cca-9c79-0b9a16c03e49", "name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port", "admin_state_up": true}}' 2018-09-22 12:50:56,641 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-870cb7ee-d91e-475a-b8ea-6ea075ddd7be Date: Sat, 22 Sep 2018 12:50:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:56Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.12"}],"id":"716d4f51-36da-4df0-aec9-6034b7d64067","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0f:ec:1e","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:56Z","binding:vnic_type":"normal"}} 2018-09-22 12:50:56,642 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-870cb7ee-d91e-475a-b8ea-6ea075ddd7be 2018-09-22 12:50:56,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:56,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4f985da2-dfd2-4297-af3d-252883c99daf Date: Sat, 22 Sep 2018 12:50:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:50:56,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-4f985da2-dfd2-4297-af3d-252883c99daf 2018-09-22 12:50:56,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:56,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad0d8416-c062-4c9b-9bb1-f66c74b120d3 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:56,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-ad0d8416-c062-4c9b-9bb1-f66c74b120d3 2018-09-22 12:50:56,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:56,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d8761d06-9696-429b-9394-7b4edbde3ef0 Date: Sat, 22 Sep 2018 12:50:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:50:56,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-d8761d06-9696-429b-9394-7b4edbde3ef0 2018-09-22 12:50:56,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:57,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-d49eaaf6-b412-4ac2-a51b-a447f4e0b950 Date: Sat, 22 Sep 2018 12:50:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:56Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.12"}],"id":"716d4f51-36da-4df0-aec9-6034b7d64067","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0f:ec:1e","project_id":"e0be80d39933400abe48c8503e28224e","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:56Z","binding:vnic_type":"normal"}]} 2018-09-22 12:50:57,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port&admin_state_up=True used request id req-d49eaaf6-b412-4ac2-a51b-a447f4e0b950 2018-09-22 12:50:57,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:57,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5228e1a1-4eed-4076-8e1d-50a8e43b292f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:50:57,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-5228e1a1-4eed-4076-8e1d-50a8e43b292f 2018-09-22 12:50:57,101 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst 2018-09-22 12:50:57,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:57,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-65f3bddc-13db-4c47-8771-aec1eb37ba5c x-compute-request-id: req-65f3bddc-13db-4c47-8771-aec1eb37ba5c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-flavor"}]} 2018-09-22 12:50:57,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-65f3bddc-13db-4c47-8771-aec1eb37ba5c 2018-09-22 12:50:57,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:57,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50: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-71ce20d0-d9bf-48a9-b484-012f1b851448 x-compute-request-id: req-71ce20d0-d9bf-48a9-b484-012f1b851448 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:50:57,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076 used request id req-71ce20d0-d9bf-48a9-b484-012f1b851448 2018-09-22 12:50:57,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:57,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-9f0a3882-9d96-49b4-bd26-a90f53dd7007 Date: Sat, 22 Sep 2018 12:50:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:50:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:50:45Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/snap", "metadata": {}}], "self": "/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "min_disk": 0, "protected": false, "id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "file": "/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image"} 2018-09-22 12:50:57,994 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image used request id req-9f0a3882-9d96-49b4-bd26-a90f53dd7007 2018-09-22 12:50:57,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:50:58,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-84e8c592-5ea1-4f35-961d-d1bf58e2c587 Date: Sat, 22 Sep 2018 12:50:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:50:58,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-84e8c592-5ea1-4f35-961d-d1bf58e2c587 2018-09-22 12:50:58,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "imageRef": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "flavorRef": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "max_count": 1, "min_count": 1, "networks": [{"port": "716d4f51-36da-4df0-aec9-6034b7d64067"}]}}' 2018-09-22 12:50:59,866 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:50: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-0846ae37-943d-4f53-bd0d-bba3a4afc421 x-compute-request-id: req-0846ae37-943d-4f53-bd0d-bba3a4afc421 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e2483083-956d-4782-9c42-85632220541b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "adminPass": "oS6VXJDZJgxJ"}} 2018-09-22 12:50:59,866 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-0846ae37-943d-4f53-bd0d-bba3a4afc421 2018-09-22 12:50:59,869 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:00,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:50:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3d53b13-2df3-4f0e-bfca-64639740341f x-compute-request-id: req-f3d53b13-2df3-4f0e-bfca-64639740341f Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:50:59Z", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:51:00,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-f3d53b13-2df3-4f0e-bfca-64639740341f 2018-09-22 12:51:00,232 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst 2018-09-22 12:51:00,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:00,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-db8eef0a-0d4a-45a6-bc11-0ba0fdb64658 x-compute-request-id: req-db8eef0a-0d4a-45a6-bc11-0ba0fdb64658 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:51:00Z", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:51:00,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-db8eef0a-0d4a-45a6-bc11-0ba0fdb64658 2018-09-22 12:51:00,407 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst] is - BUILD 2018-09-22 12:51:00,407 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:51:03,410 - create_instance - DEBUG - VM status query timeout in 896.821525812 2018-09-22 12:51:03,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:03,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15d407b3-91e4-47ac-9403-f2ec85995b06 x-compute-request-id: req-15d407b3-91e4-47ac-9403-f2ec85995b06 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-22T12:51:00Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:51:03,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-15d407b3-91e4-47ac-9403-f2ec85995b06 2018-09-22 12:51:03,937 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst] is - BUILD 2018-09-22 12:51:03,937 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:51:06,940 - create_instance - DEBUG - VM status query timeout in 893.291571856 2018-09-22 12:51:06,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:07,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-c23a90b7-874d-4007-b1ba-760d0f18816e x-compute-request-id: req-c23a90b7-874d-4007-b1ba-760d0f18816e Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-22T12:50:58.000000", "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:51:04Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:51:07,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-c23a90b7-874d-4007-b1ba-760d0f18816e 2018-09-22 12:51:07,697 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst] is - ACTIVE 2018-09-22 12:51:07,697 - create_instance - INFO - VM is - ACTIVE 2018-09-22 12:51:07,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:08,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-8a8acc04-08f1-4e1a-a24c-d1b18e9f1946 x-compute-request-id: req-8a8acc04-08f1-4e1a-a24c-d1b18e9f1946 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-22T12:50:58.000000", "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:51:04Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:51:08,292 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-8a8acc04-08f1-4e1a-a24c-d1b18e9f1946 2018-09-22 12:51:08,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:08,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2faabd64-51d2-4e3c-a9cd-1c4d041309cf Date: Sat, 22 Sep 2018 12:51:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:51:08,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-2faabd64-51d2-4e3c-a9cd-1c4d041309cf 2018-09-22 12:51:08,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:08,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc8c859c-5042-435a-b1fb-2f89a94224c7 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:51:08,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-fc8c859c-5042-435a-b1fb-2f89a94224c7 2018-09-22 12:51:08,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:08,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-772c2efa-70dd-4fe3-837a-f2af5afef8fa Date: Sat, 22 Sep 2018 12:51:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:51:08,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-772c2efa-70dd-4fe3-837a-f2af5afef8fa 2018-09-22 12:51:08,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:08,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-3597086a-e54b-4624-b202-95e5aa85a097 Date: Sat, 22 Sep 2018 12:51:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:51:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.12"}],"id":"716d4f51-36da-4df0-aec9-6034b7d64067","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:ec:1e","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e2483083-956d-4782-9c42-85632220541b","name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.3"}],"id":"75ba6a5a-3f9b-4bc6-a34a-5f4577e2b21f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:83:22","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.4"}],"id":"8a733580-1ed7-4a4a-9caf-d5dc21070126","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:b9:6b","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.2"}],"id":"b30bb881-7e23-4873-ad74-804469760e64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:f9:8f","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"}]} 2018-09-22 12:51:08,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-3597086a-e54b-4624-b202-95e5aa85a097 2018-09-22 12:51:08,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:08,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["q2cQoaRTRWWOnhE6I_qEPg"], "issued_at": "2018-09-22T12:51:08.000000Z"}} 2018-09-22 12:51:08,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:09,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b2583c4-53f9-486d-be63-5d82cb3f243b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:51:09,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7b2583c4-53f9-486d-be63-5d82cb3f243b 2018-09-22 12:51:09,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:09,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-c58075f4-b370-4d58-8c5a-d7f1003e376a x-compute-request-id: req-c58075f4-b370-4d58-8c5a-d7f1003e376a Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-22T12:50:58.000000", "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:51:04Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:51:09,651 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-c58075f4-b370-4d58-8c5a-d7f1003e376a 2018-09-22 12:51:09,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:09,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f2068fa2-0d68-4ccd-aeee-f6df2445a736 Date: Sat, 22 Sep 2018 12:51:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:51:09,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-f2068fa2-0d68-4ccd-aeee-f6df2445a736 2018-09-22 12:51:09,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:09,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4061be8c-c71c-48d8-9138-79845f002190 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:51:09,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-4061be8c-c71c-48d8-9138-79845f002190 2018-09-22 12:51:10,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:10,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-87bf342a-906c-4f3f-a600-1b3c4630b535 Date: Sat, 22 Sep 2018 12:51:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:51:10,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-87bf342a-906c-4f3f-a600-1b3c4630b535 2018-09-22 12:51:10,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:10,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-1509d023-db1a-47e9-a260-8e08b2c83a87 Date: Sat, 22 Sep 2018 12:51:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:51:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.12"}],"id":"716d4f51-36da-4df0-aec9-6034b7d64067","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:ec:1e","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e2483083-956d-4782-9c42-85632220541b","name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.3"}],"id":"75ba6a5a-3f9b-4bc6-a34a-5f4577e2b21f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:83:22","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.4"}],"id":"8a733580-1ed7-4a4a-9caf-d5dc21070126","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:b9:6b","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.2"}],"id":"b30bb881-7e23-4873-ad74-804469760e64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:f9:8f","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"}]} 2018-09-22 12:51:10,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-1509d023-db1a-47e9-a260-8e08b2c83a87 2018-09-22 12:51:10,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" -d '{"volumeAttachment": {"volumeId": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c"}}' 2018-09-22 12:51:12,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-62e04b77-d36f-4c16-9a87-0b29a97819fd x-compute-request-id: req-62e04b77-d36f-4c16-9a87-0b29a97819fd Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "e2483083-956d-4782-9c42-85632220541b", "id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "volumeId": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c"}} 2018-09-22 12:51:12,587 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b/os-volume_attachments used request id req-62e04b77-d36f-4c16-9a87-0b29a97819fd 2018-09-22 12:51:12,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:13,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bff649e5-3a6c-4be9-9b03-c5410a10147c x-compute-request-id: req-bff649e5-3a6c-4be9-9b03-c5410a10147c Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-22T12:50:58.000000", "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:51:04Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [{"id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c"}], "metadata": {}}} 2018-09-22 12:51:13,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-bff649e5-3a6c-4be9-9b03-c5410a10147c 2018-09-22 12:51:13,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:13,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5d9b045e-1a92-4048-98cf-c0f2832c58ab Date: Sat, 22 Sep 2018 12:51:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:51:13,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-5d9b045e-1a92-4048-98cf-c0f2832c58ab 2018-09-22 12:51:13,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:51:13,414 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:51:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:51:13,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:13,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eff8a9f8-ab7c-45ee-8a51-51890f36f569 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:51:13,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-eff8a9f8-ab7c-45ee-8a51-51890f36f569 2018-09-22 12:51:13,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:13,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4e00dcb5-f329-4d36-a462-77ee39325f75 Date: Sat, 22 Sep 2018 12:51:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:51:13,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-4e00dcb5-f329-4d36-a462-77ee39325f75 2018-09-22 12:51:13,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:13,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-a7d5e881-a5d7-43b6-9f07-68228e8f3e13 Date: Sat, 22 Sep 2018 12:51:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:51:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.12"}],"id":"716d4f51-36da-4df0-aec9-6034b7d64067","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:ec:1e","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e2483083-956d-4782-9c42-85632220541b","name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.3"}],"id":"75ba6a5a-3f9b-4bc6-a34a-5f4577e2b21f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:83:22","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.4"}],"id":"8a733580-1ed7-4a4a-9caf-d5dc21070126","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:b9:6b","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.2"}],"id":"b30bb881-7e23-4873-ad74-804469760e64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:f9:8f","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"}]} 2018-09-22 12:51:13,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-a7d5e881-a5d7-43b6-9f07-68228e8f3e13 2018-09-22 12:51:13,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:13,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-295eb128-f445-46c0-97ee-c2b3db5af853 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:51:13,973 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-295eb128-f445-46c0-97ee-c2b3db5af853 2018-09-22 12:51:13,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:14,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-6d60fef4-d136-4189-b921-bde9ac3cf218 x-compute-request-id: req-6d60fef4-d136-4189-b921-bde9ac3cf218 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-22T12:50:58.000000", "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:51:04Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [{"id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c"}], "metadata": {}}} 2018-09-22 12:51:14,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-6d60fef4-d136-4189-b921-bde9ac3cf218 2018-09-22 12:51:14,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:14,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5ebf4b61-a148-4632-8e2a-3f0df62c2057 Date: Sat, 22 Sep 2018 12:51:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:51:14,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-5ebf4b61-a148-4632-8e2a-3f0df62c2057 2018-09-22 12:51:14,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:14,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb85eb04-fe3c-4fd5-a441-9a390eaa4839 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:51:14,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-eb85eb04-fe3c-4fd5-a441-9a390eaa4839 2018-09-22 12:51:14,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:14,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ecb1dfdf-2b46-4546-8d98-a78511ccfda1 Date: Sat, 22 Sep 2018 12:51:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:51:14,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-ecb1dfdf-2b46-4546-8d98-a78511ccfda1 2018-09-22 12:51:14,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:14,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-50e3c104-19f0-4402-87c3-9e6bce07136c Date: Sat, 22 Sep 2018 12:51:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:51:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.12"}],"id":"716d4f51-36da-4df0-aec9-6034b7d64067","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:ec:1e","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e2483083-956d-4782-9c42-85632220541b","name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.3"}],"id":"75ba6a5a-3f9b-4bc6-a34a-5f4577e2b21f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:83:22","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.4"}],"id":"8a733580-1ed7-4a4a-9caf-d5dc21070126","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:b9:6b","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.2"}],"id":"b30bb881-7e23-4873-ad74-804469760e64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:f9:8f","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"}]} 2018-09-22 12:51:14,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-50e3c104-19f0-4402-87c3-9e6bce07136c 2018-09-22 12:51:14,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:15,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-89591569-dcea-4f42-8857-ff9568c06f3e x-compute-request-id: req-89591569-dcea-4f42-8857-ff9568c06f3e Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-22T12:50:58.000000", "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:51:04Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [{"id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c"}], "metadata": {}}} 2018-09-22 12:51:15,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-89591569-dcea-4f42-8857-ff9568c06f3e 2018-09-22 12:51:15,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:15,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ebe59553-213c-4af8-b104-0ad8ed3042ca Date: Sat, 22 Sep 2018 12:51:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:51:15,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-ebe59553-213c-4af8-b104-0ad8ed3042ca 2018-09-22 12:51:15,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:15,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b40cd64-3de2-4a65-9206-5847a2ecb628 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:51:15,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-2b40cd64-3de2-4a65-9206-5847a2ecb628 2018-09-22 12:51:15,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:15,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-51258cc8-8a09-4519-b6ed-24055f40391c Date: Sat, 22 Sep 2018 12:51:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:51:15,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-51258cc8-8a09-4519-b6ed-24055f40391c 2018-09-22 12:51:15,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:15,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-611de1c4-7d9a-4a7a-9410-084f2bcb7020 Date: Sat, 22 Sep 2018 12:51:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:51:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.12"}],"id":"716d4f51-36da-4df0-aec9-6034b7d64067","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:ec:1e","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e2483083-956d-4782-9c42-85632220541b","name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.3"}],"id":"75ba6a5a-3f9b-4bc6-a34a-5f4577e2b21f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:83:22","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.4"}],"id":"8a733580-1ed7-4a4a-9caf-d5dc21070126","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:b9:6b","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.2"}],"id":"b30bb881-7e23-4873-ad74-804469760e64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:f9:8f","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"}]} 2018-09-22 12:51:15,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-611de1c4-7d9a-4a7a-9410-084f2bcb7020 2018-09-22 12:51:15,901 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:16,102 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:15 GMT Server: Apache x-compute-request-id: req-f69e6013-a32e-4035-884d-61f0390d2de9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f69e6013-a32e-4035-884d-61f0390d2de9 Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "e2483083-956d-4782-9c42-85632220541b", "attachment_id": "3970896e-782c-4da5-9bff-d2a843146736", "attached_at": "2018-09-22T12:51:14.000000", "host_name": null, "volume_id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "device": "/dev/vdb", "id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c"}], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:51:14.000000", "replication_status": null, "snapshot_id": null, "id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562", "bootable": "false", "created_at": "2018-09-22T12:50:50.000000", "volume_type": null}} 2018-09-22 12:51:16,102 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c used request id req-f69e6013-a32e-4035-884d-61f0390d2de9 2018-09-22 12:51:16,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:17,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-5342c57f-a39a-4f46-9a6c-0cb1b1bad09e x-compute-request-id: req-5342c57f-a39a-4f46-9a6c-0cb1b1bad09e Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:1e", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-22T12:50:58.000000", "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:51:14Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [{"id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c"}], "metadata": {}}} 2018-09-22 12:51:17,348 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-5342c57f-a39a-4f46-9a6c-0cb1b1bad09e 2018-09-22 12:51:17,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:17,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6d3c37bb-6c08-4447-aa9d-f224d4d7e6fe Date: Sat, 22 Sep 2018 12:51:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["16267d2f-2326-4b8b-b298-ff02d43c1d7d"],"description":"","tags":[],"updated_at":"2018-09-22T12:50:47Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:46Z","provider:network_type":"vxlan"}]} 2018-09-22 12:51:17,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net used request id req-6d3c37bb-6c08-4447-aa9d-f224d4d7e6fe 2018-09-22 12:51:17,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:17,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46dd11cf-a5b3-4b9f-bb59-b72be44cfe6f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:51:17,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-46dd11cf-a5b3-4b9f-bb59-b72be44cfe6f 2018-09-22 12:51:17,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:17,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ac30163a-7c73-4459-8a8e-7c0aae2671b5 Date: Sat, 22 Sep 2018 12:51:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:47Z","dns_nameservers":[],"updated_at":"2018-09-22T12:50:47Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet"}]} 2018-09-22 12:51:17,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-ac30163a-7c73-4459-8a8e-7c0aae2671b5 2018-09-22 12:51:17,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:18,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-dfaf7d2e-858b-48a4-be32-ed9b000f5ad6 Date: Sat, 22 Sep 2018 12:51:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:51:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.12"}],"id":"716d4f51-36da-4df0-aec9-6034b7d64067","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0f:ec:1e","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e2483083-956d-4782-9c42-85632220541b","name":"NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.3"}],"id":"75ba6a5a-3f9b-4bc6-a34a-5f4577e2b21f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d7:83:22","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:49Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.4"}],"id":"8a733580-1ed7-4a4a-9caf-d5dc21070126","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e2:b9:6b","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:49Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:50:48Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"16267d2f-2326-4b8b-b298-ff02d43c1d7d","ip_address":"10.55.0.2"}],"id":"b30bb881-7e23-4873-ad74-804469760e64","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bf:f9:8f","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-902ba8c2-c840-4cca-9c79-0b9a16c03e49","name":"","admin_state_up":true,"network_id":"902ba8c2-c840-4cca-9c79-0b9a16c03e49","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:50:48Z","binding:vnic_type":"normal"}]} 2018-09-22 12:51:18,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-dfaf7d2e-858b-48a4-be32-ed9b000f5ad6 2018-09-22 12:51:18,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b/os-volume_attachments/7df4dc0d-b52d-4e0d-831e-df8a31f4226c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8fce6272672795d9819c6b2b304628fd6b92d14" 2018-09-22 12:51:18,712 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:51:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2c54bbe-2fb0-4cc7-9271-d2b907c93184 x-compute-request-id: req-a2c54bbe-2fb0-4cc7-9271-d2b907c93184 Content-Length: 0 Content-Type: application/json 2018-09-22 12:51:18,713 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b/os-volume_attachments/7df4dc0d-b52d-4e0d-831e-df8a31f4226c used request id req-a2c54bbe-2fb0-4cc7-9271-d2b907c93184 2018-09-22 12:51:18,713 - create_instance - INFO - Deleting Port with ID - 716d4f51-36da-4df0-aec9-6034b7d64067 2018-09-22 12:51:18,713 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-port 2018-09-22 12:51:18,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/716d4f51-36da-4df0-aec9-6034b7d64067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:19,336 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5078552-ba5a-43d9-9b4d-69df605d94dd Date: Sat, 22 Sep 2018 12:51:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:51:19,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/716d4f51-36da-4df0-aec9-6034b7d64067 used request id req-f5078552-ba5a-43d9-9b4d-69df605d94dd 2018-09-22 12:51:19,336 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst 2018-09-22 12:51:19,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:19,537 - novaclient.v2.client - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:51:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3784de07-97d2-4745-a5fb-1383956d253b x-compute-request-id: req-3784de07-97d2-4745-a5fb-1383956d253b Content-Type: application/json 2018-09-22 12:51:19,537 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-3784de07-97d2-4745-a5fb-1383956d253b 2018-09-22 12:51:19,537 - create_instance - INFO - Checking deletion status 2018-09-22 12:51:19,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:19,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-41a98611-5f9e-41a9-8479-1ecbd1f5ab0d x-compute-request-id: req-41a98611-5f9e-41a9-8479-1ecbd1f5ab0d Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-22T12:50:58.000000", "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:51:19Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:51:19,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-41a98611-5f9e-41a9-8479-1ecbd1f5ab0d 2018-09-22 12:51:19,927 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst] is - ACTIVE 2018-09-22 12:51:19,927 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:51:22,930 - create_instance - DEBUG - VM status query timeout in 296.607432127 2018-09-22 12:51:22,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:23,174 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60294b17-ef66-41af-84fd-2848940f4393 x-compute-request-id: req-60294b17-ef66-41af-84fd-2848940f4393 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-22T12:50:58.000000", "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:51:19Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:51:23,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-60294b17-ef66-41af-84fd-2848940f4393 2018-09-22 12:51:23,175 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst] is - ACTIVE 2018-09-22 12:51:23,175 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:51:26,178 - create_instance - DEBUG - VM status query timeout in 293.359405994 2018-09-22 12:51:26,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:26,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-3cad9e2d-7c33-44dd-94f9-3d29fb68a0cb x-compute-request-id: req-3cad9e2d-7c33-44dd-94f9-3d29fb68a0cb Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2483083-956d-4782-9c42-85632220541b", "rel": "bookmark"}], "image": {"id": "1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "links": [{"href": "http://172.30.9.23:8774/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-09-22T12:50:58.000000", "flavor": {"id": "f70f21cf-cb43-43b7-8e4c-19d309bb0076", "links": [{"href": "http://172.30.9.23:8774/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076", "rel": "bookmark"}]}, "id": "e2483083-956d-4782-9c42-85632220541b", "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:51:24Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst", "created": "2018-09-22T12:50:59Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:51:26,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-3cad9e2d-7c33-44dd-94f9-3d29fb68a0cb 2018-09-22 12:51:26,558 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst] is - ACTIVE 2018-09-22 12:51:26,559 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-09-22 12:51:29,562 - create_instance - DEBUG - VM status query timeout in 289.975592136 2018-09-22 12:51:29,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0379104215558faae2ab8839cb0679fa5992c15f" 2018-09-22 12:51:29,615 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:51:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-643b4356-a098-4828-8880-50c8406e0752 x-compute-request-id: req-643b4356-a098-4828-8880-50c8406e0752 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e2483083-956d-4782-9c42-85632220541b could not be found.", "code": 404}} 2018-09-22 12:51:29,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e2483083-956d-4782-9c42-85632220541b used request id req-643b4356-a098-4828-8880-50c8406e0752 2018-09-22 12:51:29,615 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e2483083-956d-4782-9c42-85632220541b could not be found. (HTTP 404) (Request-ID: req-643b4356-a098-4828-8880-50c8406e0752) 2018-09-22 12:51:29,615 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-vm_inst 2018-09-22 12:51:29,619 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e61b1517-4f40-40a0-a59d-47ba1f7b79c3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e79888da9744a0723a16199dc11f57cc6af9de60" 2018-09-22 12:51:30,397 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:29 GMT Server: Apache x-compute-request-id: req-1a637921-f06d-4c38-9709-adc50d32f974 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a637921-f06d-4c38-9709-adc50d32f974 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:51:26.000000", "replication_status": null, "snapshot_id": null, "id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562", "bootable": "false", "created_at": "2018-09-22T12:50:50.000000", "volume_type": null}} 2018-09-22 12:51:30,397 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c used request id req-1a637921-f06d-4c38-9709-adc50d32f974 2018-09-22 12:51:30,398 - create_volume - DEBUG - Instance status is - available 2018-09-22 12:51:30,398 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562 2018-09-22 12:51:30,398 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562 2018-09-22 12:51:30,401 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e61b1517-4f40-40a0-a59d-47ba1f7b79c3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e79888da9744a0723a16199dc11f57cc6af9de60" 2018-09-22 12:51:31,298 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:51:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f4ea6262-9de7-49f8-bbdc-fbb20c4b389b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:51:31,298 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c used request id req-f4ea6262-9de7-49f8-bbdc-fbb20c4b389b 2018-09-22 12:51:31,301 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e61b1517-4f40-40a0-a59d-47ba1f7b79c3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e79888da9744a0723a16199dc11f57cc6af9de60" 2018-09-22 12:51:32,057 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:31 GMT Server: Apache x-compute-request-id: req-6c093531-0ad6-462d-872f-729490859eaa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c093531-0ad6-462d-872f-729490859eaa Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:51:31.000000", "replication_status": null, "snapshot_id": null, "id": "7df4dc0d-b52d-4e0d-831e-df8a31f4226c", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562", "bootable": "false", "created_at": "2018-09-22T12:50:50.000000", "volume_type": null}} 2018-09-22 12:51:32,058 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c used request id req-6c093531-0ad6-462d-872f-729490859eaa 2018-09-22 12:51:32,058 - create_volume - DEBUG - Instance status is - deleting 2018-09-22 12:51:32,058 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-09-22 12:51:35,061 - create_volume - DEBUG - Volume status query timeout in 56.2367939949 2018-09-22 12:51:35,064 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e61b1517-4f40-40a0-a59d-47ba1f7b79c3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e79888da9744a0723a16199dc11f57cc6af9de60" 2018-09-22 12:51:35,105 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:51:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0338ff4d-dcb7-4fd2-a807-2a30e8fa8612 x-openstack-request-id: req-0338ff4d-dcb7-4fd2-a807-2a30e8fa8612 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 7df4dc0d-b52d-4e0d-831e-df8a31f4226c could not be found.", "code": 404}} 2018-09-22 12:51:35,105 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/7df4dc0d-b52d-4e0d-831e-df8a31f4226c used request id req-0338ff4d-dcb7-4fd2-a807-2a30e8fa8612 2018-09-22 12:51:35,105 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 7df4dc0d-b52d-4e0d-831e-df8a31f4226c could not be found. (HTTP 404) (Request-ID: req-0338ff4d-dcb7-4fd2-a807-2a30e8fa8612) 2018-09-22 12:51:35,105 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562 2018-09-22 12:51:35,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7f2043d1c9522a3b386623e4c1c9709cb1e4d17" 2018-09-22 12:51:35,151 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:51: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-81901f20-e1dc-4b42-88f0-16ddad054e24 x-compute-request-id: req-81901f20-e1dc-4b42-88f0-16ddad054e24 Content-Length: 0 Content-Type: application/json 2018-09-22 12:51:35,151 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f70f21cf-cb43-43b7-8e4c-19d309bb0076 used request id req-81901f20-e1dc-4b42-88f0-16ddad054e24 2018-09-22 12:51:35,152 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet 2018-09-22 12:51:35,152 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-subnet 2018-09-22 12:51:35,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/16267d2f-2326-4b8b-b298-ff02d43c1d7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a5e8e424b1eeb44114a0445d2d1dd668b2d2a4" 2018-09-22 12:51:37,539 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-439dd62c-d3ac-4e39-aacd-cdea954f22f4 Date: Sat, 22 Sep 2018 12:51:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:51:37,539 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/16267d2f-2326-4b8b-b298-ff02d43c1d7d used request id req-439dd62c-d3ac-4e39-aacd-cdea954f22f4 2018-09-22 12:51:37,539 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-net 2018-09-22 12:51:37,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/902ba8c2-c840-4cca-9c79-0b9a16c03e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a5e8e424b1eeb44114a0445d2d1dd668b2d2a4" 2018-09-22 12:51:39,354 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b01cf788-e845-43c6-b130-2c8aba8dae87 Date: Sat, 22 Sep 2018 12:51:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 12:51:39,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/902ba8c2-c840-4cca-9c79-0b9a16c03e49 used request id req-b01cf788-e845-43c6-b130-2c8aba8dae87 2018-09-22 12:51:39,355 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-6b7ce8c8-e22b-4685-acf8-a3dcbdc84562-image 2018-09-22 12:51:39,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}36a605ee9374c4638692f717676670ca90d63a9b" 2018-09-22 12:51:41,647 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fb9c4ff7-f5d0-4178-8cc6-08f8c537ff90 Date: Sat, 22 Sep 2018 12:51:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:51:41,647 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1d67bbbe-2d5a-42f1-9a2f-425b644f102a used request id req-fb9c4ff7-f5d0-4178-8cc6-08f8c537ff90 2018-09-22 12:51:41,649 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:41,650 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:51:41,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:42,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["5Ii4UHl_Rc2cEBP7J8SkiA"], "issued_at": "2018-09-22T12:51:42.000000Z"}} 2018-09-22 12:51:42,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130489c54184cbcbaf6cc52450bd6e7a82794e87" 2018-09-22 12:51:42,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d80f96-75fa-4855-a7fb-13233375be99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:51:42,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-48d80f96-75fa-4855-a7fb-13233375be99 2018-09-22 12:51:42,118 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:42,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130489c54184cbcbaf6cc52450bd6e7a82794e87" 2018-09-22 12:51:42,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-819facfe-5177-476a-854f-2e6c7977322a x-compute-request-id: req-819facfe-5177-476a-854f-2e6c7977322a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:51:42,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-819facfe-5177-476a-854f-2e6c7977322a 2018-09-22 12:51:42,309 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130489c54184cbcbaf6cc52450bd6e7a82794e87" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-aa113f37-efc1-434c-a0aa-bddce9afa0c9name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-22 12:51:42,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-248fc860-54fa-4a7c-afb3-e51415f968a2 x-compute-request-id: req-248fc860-54fa-4a7c-afb3-e51415f968a2 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7307b6a2-3af0-4bd1-b1da-d957424aa222", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7307b6a2-3af0-4bd1-b1da-d957424aa222", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7307b6a2-3af0-4bd1-b1da-d957424aa222", "name": "CreateFlavorTests-aa113f37-efc1-434c-a0aa-bddce9afa0c9name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:51:42,408 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-248fc860-54fa-4a7c-afb3-e51415f968a2 2018-09-22 12:51:42,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:42,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["IHcQLloOSOW52i2JCKDaAg"], "issued_at": "2018-09-22T12:51:42.000000Z"}} 2018-09-22 12:51:42,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7307b6a2-3af0-4bd1-b1da-d957424aa222 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52e2ea1c78d3b464a3606ae429eef5ad6c65bbf6" 2018-09-22 12:51:42,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eacaa43b-d6eb-4c95-bdf3-1ea669bf44d4 x-compute-request-id: req-eacaa43b-d6eb-4c95-bdf3-1ea669bf44d4 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7307b6a2-3af0-4bd1-b1da-d957424aa222", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7307b6a2-3af0-4bd1-b1da-d957424aa222", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7307b6a2-3af0-4bd1-b1da-d957424aa222", "name": "CreateFlavorTests-aa113f37-efc1-434c-a0aa-bddce9afa0c9name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:51:42,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7307b6a2-3af0-4bd1-b1da-d957424aa222 used request id req-eacaa43b-d6eb-4c95-bdf3-1ea669bf44d4 2018-09-22 12:51:42,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7307b6a2-3af0-4bd1-b1da-d957424aa222/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52e2ea1c78d3b464a3606ae429eef5ad6c65bbf6" 2018-09-22 12:51:42,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-627ea4b1-c67b-4f7a-9dfd-f63cd995ff1e x-compute-request-id: req-627ea4b1-c67b-4f7a-9dfd-f63cd995ff1e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-22 12:51:42,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7307b6a2-3af0-4bd1-b1da-d957424aa222/os-extra_specs used request id req-627ea4b1-c67b-4f7a-9dfd-f63cd995ff1e 2018-09-22 12:51:42,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/7307b6a2-3af0-4bd1-b1da-d957424aa222 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130489c54184cbcbaf6cc52450bd6e7a82794e87" 2018-09-22 12:51:43,051 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:51: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-88fda36f-69ed-44dc-95e9-e5a12040c519 x-compute-request-id: req-88fda36f-69ed-44dc-95e9-e5a12040c519 Content-Length: 0 Content-Type: application/json 2018-09-22 12:51:43,052 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7307b6a2-3af0-4bd1-b1da-d957424aa222 used request id req-88fda36f-69ed-44dc-95e9-e5a12040c519 2018-09-22 12:51:43,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52e2ea1c78d3b464a3606ae429eef5ad6c65bbf6" 2018-09-22 12:51:43,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-892f2104-014d-4d17-bc96-48a41dd674b7 x-compute-request-id: req-892f2104-014d-4d17-bc96-48a41dd674b7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:51:43,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-892f2104-014d-4d17-bc96-48a41dd674b7 2018-09-22 12:51:43,085 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:43,086 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:51:43,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:43,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["8Z3FCTF8R4SLxvl2FgeM1A"], "issued_at": "2018-09-22T12:51:43.000000Z"}} 2018-09-22 12:51:43,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ce4b4e7f87acf3e7c1ac066ed009518c79b26a6" 2018-09-22 12:51:43,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f6bf82f-205a-4d58-99f7-667a0b08613b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:51:43,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1f6bf82f-205a-4d58-99f7-667a0b08613b 2018-09-22 12:51:43,555 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:43,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ce4b4e7f87acf3e7c1ac066ed009518c79b26a6" 2018-09-22 12:51:43,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-f6a05882-1aa6-4dc2-9f87-9bc78f502ca6 x-compute-request-id: req-f6a05882-1aa6-4dc2-9f87-9bc78f502ca6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:51:43,739 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f6a05882-1aa6-4dc2-9f87-9bc78f502ca6 2018-09-22 12:51:43,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ce4b4e7f87acf3e7c1ac066ed009518c79b26a6" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-5c3bbd3e-aba8-4519-aeb8-78b7b49a3040name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-22 12:51:43,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-17915961-c13b-424d-86ed-3df189002078 x-compute-request-id: req-17915961-c13b-424d-86ed-3df189002078 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c44bfd7a-8e67-404e-97b7-fbeb2129f6e0", "name": "CreateFlavorTests-5c3bbd3e-aba8-4519-aeb8-78b7b49a3040name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:51:43,791 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-17915961-c13b-424d-86ed-3df189002078 2018-09-22 12:51:43,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:44,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["I33X6UwuQ6eUp6-OVHiQhA"], "issued_at": "2018-09-22T12:51:44.000000Z"}} 2018-09-22 12:51:44,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5fc1f6b13f656305b9bc27c2669277597cf386" 2018-09-22 12:51:44,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-a82db1f0-de27-44d3-9d52-f265e82c17c0 x-compute-request-id: req-a82db1f0-de27-44d3-9d52-f265e82c17c0 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c44bfd7a-8e67-404e-97b7-fbeb2129f6e0", "name": "CreateFlavorTests-5c3bbd3e-aba8-4519-aeb8-78b7b49a3040name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:51:44,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0 used request id req-a82db1f0-de27-44d3-9d52-f265e82c17c0 2018-09-22 12:51:44,341 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5fc1f6b13f656305b9bc27c2669277597cf386" 2018-09-22 12:51:44,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-ff50cef7-91d5-4cff-bf59-2c388cd62c9f x-compute-request-id: req-ff50cef7-91d5-4cff-bf59-2c388cd62c9f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-22 12:51:44,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0/os-extra_specs used request id req-ff50cef7-91d5-4cff-bf59-2c388cd62c9f 2018-09-22 12:51:44,362 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5fc1f6b13f656305b9bc27c2669277597cf386" 2018-09-22 12:51:44,399 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:51: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-abddcf72-8bb5-435d-84bd-e84b93965cfd x-compute-request-id: req-abddcf72-8bb5-435d-84bd-e84b93965cfd Content-Length: 0 Content-Type: application/json 2018-09-22 12:51:44,399 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0 used request id req-abddcf72-8bb5-435d-84bd-e84b93965cfd 2018-09-22 12:51:44,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5fc1f6b13f656305b9bc27c2669277597cf386" 2018-09-22 12:51:44,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-57055199-565e-4de0-9252-cf8950ea69da x-compute-request-id: req-57055199-565e-4de0-9252-cf8950ea69da Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:51:44,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-57055199-565e-4de0-9252-cf8950ea69da 2018-09-22 12:51:44,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ce4b4e7f87acf3e7c1ac066ed009518c79b26a6" 2018-09-22 12:51:44,449 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:51: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-ab192ef7-ebbf-4bde-82df-73f30b4e34f4 x-compute-request-id: req-ab192ef7-ebbf-4bde-82df-73f30b4e34f4 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor c44bfd7a-8e67-404e-97b7-fbeb2129f6e0 could not be found.", "code": 404}} 2018-09-22 12:51:44,449 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c44bfd7a-8e67-404e-97b7-fbeb2129f6e0 used request id req-ab192ef7-ebbf-4bde-82df-73f30b4e34f4 2018-09-22 12:51:44,451 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:44,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:51:44,453 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:44,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["ECrbgt4vRIWXFS0_CCLAVw"], "issued_at": "2018-09-22T12:51:44.000000Z"}} 2018-09-22 12:51:44,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c525bb3858cc6a1d6877f823e08f41ebc10ae9" 2018-09-22 12:51:44,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acb52102-81be-4eee-ae7e-0776e36f8ba5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:51:44,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-acb52102-81be-4eee-ae7e-0776e36f8ba5 2018-09-22 12:51:44,916 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:44,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c525bb3858cc6a1d6877f823e08f41ebc10ae9" 2018-09-22 12:51:45,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-6b02a744-74b4-4054-a32e-d0ed2a1bdcdd x-compute-request-id: req-6b02a744-74b4-4054-a32e-d0ed2a1bdcdd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:51:45,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6b02a744-74b4-4054-a32e-d0ed2a1bdcdd 2018-09-22 12:51:45,517 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c525bb3858cc6a1d6877f823e08f41ebc10ae9" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-5b3c1ac3-5899-4672-a6ec-0ba00635f0a7name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-22 12:51:45,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-9be1b9d2-dd7b-4c0a-8b83-0927098fbddb x-compute-request-id: req-9be1b9d2-dd7b-4c0a-8b83-0927098fbddb Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/12473913-7873-496b-899b-7e6f797a56ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/12473913-7873-496b-899b-7e6f797a56ac", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "12473913-7873-496b-899b-7e6f797a56ac", "name": "CreateFlavorTests-5b3c1ac3-5899-4672-a6ec-0ba00635f0a7name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:51:45,739 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9be1b9d2-dd7b-4c0a-8b83-0927098fbddb 2018-09-22 12:51:45,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:46,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["dbx2NvKxTAW_7qUPIEiL1g"], "issued_at": "2018-09-22T12:51:46.000000Z"}} 2018-09-22 12:51:46,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/12473913-7873-496b-899b-7e6f797a56ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e07e9d743210c407ba9f8849dd720f3c8223e49a" 2018-09-22 12:51:46,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-3e84e311-795e-41cb-a85c-7129b65f9846 x-compute-request-id: req-3e84e311-795e-41cb-a85c-7129b65f9846 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/12473913-7873-496b-899b-7e6f797a56ac", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/12473913-7873-496b-899b-7e6f797a56ac", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "12473913-7873-496b-899b-7e6f797a56ac", "name": "CreateFlavorTests-5b3c1ac3-5899-4672-a6ec-0ba00635f0a7name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:51:46,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/12473913-7873-496b-899b-7e6f797a56ac used request id req-3e84e311-795e-41cb-a85c-7129b65f9846 2018-09-22 12:51:46,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/12473913-7873-496b-899b-7e6f797a56ac/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e07e9d743210c407ba9f8849dd720f3c8223e49a" 2018-09-22 12:51:46,331 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-992b6474-276f-4ab2-bfda-8aad9b5962b5 x-compute-request-id: req-992b6474-276f-4ab2-bfda-8aad9b5962b5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-22 12:51:46,331 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/12473913-7873-496b-899b-7e6f797a56ac/os-extra_specs used request id req-992b6474-276f-4ab2-bfda-8aad9b5962b5 2018-09-22 12:51:46,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/12473913-7873-496b-899b-7e6f797a56ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77c525bb3858cc6a1d6877f823e08f41ebc10ae9" 2018-09-22 12:51:46,363 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:51: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-508814b2-d28c-46b2-beae-68ef396fcbe8 x-compute-request-id: req-508814b2-d28c-46b2-beae-68ef396fcbe8 Content-Length: 0 Content-Type: application/json 2018-09-22 12:51:46,363 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/12473913-7873-496b-899b-7e6f797a56ac used request id req-508814b2-d28c-46b2-beae-68ef396fcbe8 2018-09-22 12:51:46,365 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:46,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:51:46,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:46,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["LH7QFODfQ-SHcVDkC76DEA"], "issued_at": "2018-09-22T12:51:46.000000Z"}} 2018-09-22 12:51:46,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeee0a8f4e63f500449bd240d3655d75fc78efd3" 2018-09-22 12:51:46,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-690b8db1-e84a-4d40-866a-3a5065abbc31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:51:46,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-690b8db1-e84a-4d40-866a-3a5065abbc31 2018-09-22 12:51:46,837 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:46,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeee0a8f4e63f500449bd240d3655d75fc78efd3" 2018-09-22 12:51:47,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-175524a0-8dbb-43e3-b50b-c098c27dd0d0 x-compute-request-id: req-175524a0-8dbb-43e3-b50b-c098c27dd0d0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:51:47,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-175524a0-8dbb-43e3-b50b-c098c27dd0d0 2018-09-22 12:51:47,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeee0a8f4e63f500449bd240d3655d75fc78efd3" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-85540dcd-1b3b-41e4-9b94-73d6e685b433name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-09-22 12:51:47,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6736b14-24ac-4d75-bddd-658aa067d610 x-compute-request-id: req-e6736b14-24ac-4d75-bddd-658aa067d610 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "6fba192c-327e-45c8-92c3-6ef56923ecd9", "name": "CreateFlavorTests-85540dcd-1b3b-41e4-9b94-73d6e685b433name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-09-22 12:51:47,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e6736b14-24ac-4d75-bddd-658aa067d610 2018-09-22 12:51:47,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:47,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["lQH6G6UATMSj4Y5r8Dtdjg"], "issued_at": "2018-09-22T12:51:47.000000Z"}} 2018-09-22 12:51:47,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7648ba1f79e2c89ebd81efab7aa299d9af5e40e9" 2018-09-22 12:51:48,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af8d05b2-6e60-472d-8eaa-0bc107f63ad8 x-compute-request-id: req-af8d05b2-6e60-472d-8eaa-0bc107f63ad8 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "6fba192c-327e-45c8-92c3-6ef56923ecd9", "name": "CreateFlavorTests-85540dcd-1b3b-41e4-9b94-73d6e685b433name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-09-22 12:51:48,090 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9 used request id req-af8d05b2-6e60-472d-8eaa-0bc107f63ad8 2018-09-22 12:51:48,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7648ba1f79e2c89ebd81efab7aa299d9af5e40e9" 2018-09-22 12:51:48,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-ebe3b86b-102a-4427-bbc7-d92291a20ff3 x-compute-request-id: req-ebe3b86b-102a-4427-bbc7-d92291a20ff3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-22 12:51:48,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9/os-extra_specs used request id req-ebe3b86b-102a-4427-bbc7-d92291a20ff3 2018-09-22 12:51:48,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7648ba1f79e2c89ebd81efab7aa299d9af5e40e9" 2018-09-22 12:51:48,331 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:51: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-29753b73-db08-4998-afb3-e59e5fcf4a54 x-compute-request-id: req-29753b73-db08-4998-afb3-e59e5fcf4a54 Content-Length: 0 Content-Type: application/json 2018-09-22 12:51:48,331 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9 used request id req-29753b73-db08-4998-afb3-e59e5fcf4a54 2018-09-22 12:51:48,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7648ba1f79e2c89ebd81efab7aa299d9af5e40e9" 2018-09-22 12:51:48,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-20854948-e11a-4022-a6c9-e8ec5a8f6222 x-compute-request-id: req-20854948-e11a-4022-a6c9-e8ec5a8f6222 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:51:48,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-20854948-e11a-4022-a6c9-e8ec5a8f6222 2018-09-22 12:51:48,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeee0a8f4e63f500449bd240d3655d75fc78efd3" 2018-09-22 12:51:48,378 - novaclient.v2.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:51: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-ca4a8085-8975-46b8-b89a-b0e0ddb32293 x-compute-request-id: req-ca4a8085-8975-46b8-b89a-b0e0ddb32293 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 6fba192c-327e-45c8-92c3-6ef56923ecd9 could not be found.", "code": 404}} 2018-09-22 12:51:48,379 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6fba192c-327e-45c8-92c3-6ef56923ecd9 used request id req-ca4a8085-8975-46b8-b89a-b0e0ddb32293 2018-09-22 12:51:48,380 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:48,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:51:48,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:48,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Nr8UcrHRTvOjNNTijUPBjg"], "issued_at": "2018-09-22T12:51:48.000000Z"}} 2018-09-22 12:51:48,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818c82a9565a93d85eeb115d054457cee8da7552" 2018-09-22 12:51:48,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4207613f-96ee-43ef-80bd-31cf4cd270ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:51:48,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4207613f-96ee-43ef-80bd-31cf4cd270ed 2018-09-22 12:51:48,851 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:48,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818c82a9565a93d85eeb115d054457cee8da7552" 2018-09-22 12:51:49,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-367120cc-cc70-424c-986c-f8e8dd2dfcec x-compute-request-id: req-367120cc-cc70-424c-986c-f8e8dd2dfcec Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:51:49,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-367120cc-cc70-424c-986c-f8e8dd2dfcec 2018-09-22 12:51:49,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818c82a9565a93d85eeb115d054457cee8da7552" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-6ab4669a-7d09-4790-bd9c-4b249657dbb0name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-09-22 12:51:49,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6af14fd0-7d5e-41ee-aedf-c127b2baf93f x-compute-request-id: req-6af14fd0-7d5e-41ee-aedf-c127b2baf93f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/3a436793-d961-44c6-a456-d0064c8b7f45", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3a436793-d961-44c6-a456-d0064c8b7f45", "name": "CreateFlavorTests-6ab4669a-7d09-4790-bd9c-4b249657dbb0name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:51:49,079 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6af14fd0-7d5e-41ee-aedf-c127b2baf93f 2018-09-22 12:51:49,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:49,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["7A_Yb3erTIiu4c-K6vSYDA"], "issued_at": "2018-09-22T12:51:49.000000Z"}} 2018-09-22 12:51:49,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855702567d30c6a2708a5ad27d5295ae180cd94a" 2018-09-22 12:51:49,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38ff318e-2d3a-4098-8593-6521e7c48863 x-compute-request-id: req-38ff318e-2d3a-4098-8593-6521e7c48863 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/3a436793-d961-44c6-a456-d0064c8b7f45", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3a436793-d961-44c6-a456-d0064c8b7f45", "name": "CreateFlavorTests-6ab4669a-7d09-4790-bd9c-4b249657dbb0name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:51:49,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45 used request id req-38ff318e-2d3a-4098-8593-6521e7c48863 2018-09-22 12:51:49,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}855702567d30c6a2708a5ad27d5295ae180cd94a" 2018-09-22 12:51:49,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-63f75223-5599-40c0-a468-a52d9b8fac75 x-compute-request-id: req-63f75223-5599-40c0-a468-a52d9b8fac75 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-22 12:51:49,612 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45/os-extra_specs used request id req-63f75223-5599-40c0-a468-a52d9b8fac75 2018-09-22 12:51:49,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:51:49,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:50,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Pr_p1cTYRwic0F5beIo4yw"], "issued_at": "2018-09-22T12:51:50.000000Z"}} 2018-09-22 12:51:50,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8017c6c24c42c36249de9318d474871fb8221c2" 2018-09-22 12:51:50,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dbf1853-ddbf-4172-bd05-df7b25b40489 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:51:50,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6dbf1853-ddbf-4172-bd05-df7b25b40489 2018-09-22 12:51:50,091 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:50,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8017c6c24c42c36249de9318d474871fb8221c2" 2018-09-22 12:51:50,288 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-10020cad-a359-494a-ae64-615ce2ed5e8a x-compute-request-id: req-10020cad-a359-494a-ae64-615ce2ed5e8a Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3a436793-d961-44c6-a456-d0064c8b7f45", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/3a436793-d961-44c6-a456-d0064c8b7f45", "rel": "bookmark"}], "name": "CreateFlavorTests-6ab4669a-7d09-4790-bd9c-4b249657dbb0name"}]} 2018-09-22 12:51:50,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-10020cad-a359-494a-ae64-615ce2ed5e8a 2018-09-22 12:51:50,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8017c6c24c42c36249de9318d474871fb8221c2" 2018-09-22 12:51:50,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-d88666e9-2cd6-4b5a-bdac-181923075f3e x-compute-request-id: req-d88666e9-2cd6-4b5a-bdac-181923075f3e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/3a436793-d961-44c6-a456-d0064c8b7f45", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3a436793-d961-44c6-a456-d0064c8b7f45", "name": "CreateFlavorTests-6ab4669a-7d09-4790-bd9c-4b249657dbb0name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:51:50,312 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45 used request id req-d88666e9-2cd6-4b5a-bdac-181923075f3e 2018-09-22 12:51:50,312 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-6ab4669a-7d09-4790-bd9c-4b249657dbb0name 2018-09-22 12:51:50,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}818c82a9565a93d85eeb115d054457cee8da7552" 2018-09-22 12:51:50,372 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:51: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-fbb58d36-427f-4ca1-86f4-c2216fdb5827 x-compute-request-id: req-fbb58d36-427f-4ca1-86f4-c2216fdb5827 Content-Length: 0 Content-Type: application/json 2018-09-22 12:51:50,372 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/3a436793-d961-44c6-a456-d0064c8b7f45 used request id req-fbb58d36-427f-4ca1-86f4-c2216fdb5827 2018-09-22 12:51:50,374 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-22 12:51:50,374 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:51:50,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:50,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["zXMs1JjCTqK_TP1XNwb62A"], "issued_at": "2018-09-22T12:51:50.000000Z"}} 2018-09-22 12:51:50,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7903ca37780a3c799cb6cdb73d952c8a97058aa8" 2018-09-22 12:51:50,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1012143-beb6-4d35-8e4c-f79cec07a03b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:51:50,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e1012143-beb6-4d35-8e4c-f79cec07a03b 2018-09-22 12:51:50,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7903ca37780a3c799cb6cdb73d952c8a97058aa8" 2018-09-22 12:51:51,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-1f0225fa-d61b-4f56-abd7-250199d95107 Date: Sat, 22 Sep 2018 12:51:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image"} 2018-09-22 12:51:51,135 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image used request id req-1f0225fa-d61b-4f56-abd7-250199d95107 2018-09-22 12:51:51,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7903ca37780a3c799cb6cdb73d952c8a97058aa8" 2018-09-22 12:51:51,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-95fc9d50-1f93-41de-950e-1ee0c77b95ea Date: Sat, 22 Sep 2018 12:51:51 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:51:51,322 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-95fc9d50-1f93-41de-950e-1ee0c77b95ea 2018-09-22 12:51:51,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7903ca37780a3c799cb6cdb73d952c8a97058aa8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image"}' 2018-09-22 12:51:51,556 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6 X-Openstack-Request-Id: req-cd25cc76-7e7b-49f1-ae94-00cff56496b6 Date: Sat, 22 Sep 2018 12:51:51 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:51:51Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-22T12:51:51Z", "visibility": "shared", "locations": [], "self": "/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6", "min_disk": 0, "protected": false, "id": "f7132794-d860-4ade-a245-8e950b4c87c6", "file": "/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6/file", "checksum": null, "owner": "e0be80d39933400abe48c8503e28224e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:51:51,557 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-cd25cc76-7e7b-49f1-ae94-00cff56496b6 2018-09-22 12:51:51,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7903ca37780a3c799cb6cdb73d952c8a97058aa8" -d '' 2018-09-22 12:51:53,304 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d3d6ea13-83a7-49ec-b502-0613fdba554e Date: Sat, 22 Sep 2018 12:51:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:51:53,304 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6/file used request id req-d3d6ea13-83a7-49ec-b502-0613fdba554e 2018-09-22 12:51:53,305 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-22 12:51:53,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7903ca37780a3c799cb6cdb73d952c8a97058aa8" 2018-09-22 12:51:53,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-7528c672-07ec-4574-96fe-e5fa71f4e412 Date: Sat, 22 Sep 2018 12:51:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:51:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:51:53Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/f7132794-d860-4ade-a245-8e950b4c87c6/snap", "metadata": {}}], "self": "/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6", "min_disk": 0, "protected": false, "id": "f7132794-d860-4ade-a245-8e950b4c87c6", "file": "/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/f7132794-d860-4ade-a245-8e950b4c87c6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:51:53,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6 used request id req-7528c672-07ec-4574-96fe-e5fa71f4e412 2018-09-22 12:51:53,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7903ca37780a3c799cb6cdb73d952c8a97058aa8" 2018-09-22 12:51:53,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ed64990b-b6fa-463b-8e75-fd82d871936b Date: Sat, 22 Sep 2018 12:51:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:51:53,587 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-ed64990b-b6fa-463b-8e75-fd82d871936b 2018-09-22 12:51:53,590 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image 2018-09-22 12:51:53,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7903ca37780a3c799cb6cdb73d952c8a97058aa8" 2018-09-22 12:51:53,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-1ace274a-93d6-402d-8b75-990080b72696 Date: Sat, 22 Sep 2018 12:51:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:51:51Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:51:53Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/f7132794-d860-4ade-a245-8e950b4c87c6/snap", "metadata": {}}], "self": "/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6", "min_disk": 0, "protected": false, "id": "f7132794-d860-4ade-a245-8e950b4c87c6", "file": "/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/f7132794-d860-4ade-a245-8e950b4c87c6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:51:53,748 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6 used request id req-1ace274a-93d6-402d-8b75-990080b72696 2018-09-22 12:51:53,748 - create_image - DEBUG - Instance status is - active 2018-09-22 12:51:53,748 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image 2018-09-22 12:51:53,748 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image 2018-09-22 12:51:53,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:51:53,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:54,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["vBqj5_F7Rl2M2cood6kPRw"], "issued_at": "2018-09-22T12:51:54.000000Z"}} 2018-09-22 12:51:54,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfe044c1c71d84718c9e9f1268f97485e8b7f3b" 2018-09-22 12:51:54,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad810fe2-70c1-4f09-a458-b0ba96ad0cdc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:51:54,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ad810fe2-70c1-4f09-a458-b0ba96ad0cdc 2018-09-22 12:51:54,222 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:51:54,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfe044c1c71d84718c9e9f1268f97485e8b7f3b" 2018-09-22 12:51:54,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-2a6c357f-aac6-4b49-8399-7282f25c7d9c x-compute-request-id: req-2a6c357f-aac6-4b49-8399-7282f25c7d9c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:51:54,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2a6c357f-aac6-4b49-8399-7282f25c7d9c 2018-09-22 12:51:54,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfe044c1c71d84718c9e9f1268f97485e8b7f3b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-22 12:51:54,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51: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-126b586f-ca6a-4e1d-9d26-4f14cb885db2 x-compute-request-id: req-126b586f-ca6a-4e1d-9d26-4f14cb885db2 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a75c9055-1d5d-4f64-9016-3652da9ceb35", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a75c9055-1d5d-4f64-9016-3652da9ceb35", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a75c9055-1d5d-4f64-9016-3652da9ceb35", "name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:51:54,495 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-126b586f-ca6a-4e1d-9d26-4f14cb885db2 2018-09-22 12:51:54,497 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-22 12:51:54,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:51:54,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:51:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Tkolc7ZQRSy3axnHkG1E1A"], "issued_at": "2018-09-22T12:51:54.000000Z"}} 2018-09-22 12:51:54,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-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-48fadacf-aae7-417b-a163-1ac72897c5a5-net", "inst_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-flavor"}}' 2018-09-22 12:51:58,163 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:51:54 GMT Server: Apache x-openstack-request-id: req-f3b6a93d-ed69-49a6-acb5-61a748e0ee95 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "self"}]}} 2018-09-22 12:51:58,163 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks used request id req-f3b6a93d-ed69-49a6-acb5-61a748e0ee95 2018-09-22 12:51:58,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:51:58,859 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:51:58 GMT Server: Apache x-openstack-request-id: req-243d7928-e1c1-4d97-bdd3-449256d4d505 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:51:59,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:58 GMT Server: Apache x-openstack-request-id: req-86b08fe1-01fa-481c-a79a-7671cb3f82e0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "stack_user_project_id": "a25092a10b104ea7931aab2a4f2c634d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:51:57Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:51:59,587 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c used request id req-86b08fe1-01fa-481c-a79a-7671cb3f82e0 2018-09-22 12:51:59,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:00,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:51:59 GMT Server: Apache x-openstack-request-id: req-e2670c34-4573-4fc0-a689-cccde1efd491 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "stack_user_project_id": "a25092a10b104ea7931aab2a4f2c634d", "deletion_time": null, "creation_time": "2018-09-22T12:51:57Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "self"}], "updated_time": null, "project": "e0be80d39933400abe48c8503e28224e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "tags": null}]} 2018-09-22 12:52:00,283 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1 used request id req-e2670c34-4573-4fc0-a689-cccde1efd491 2018-09-22 12:52:00,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:00,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:00 GMT Server: Apache x-openstack-request-id: req-273d9ae8-2c96-47be-84f1-de206605cb44 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "stack_user_project_id": "a25092a10b104ea7931aab2a4f2c634d", "deletion_time": null, "creation_time": "2018-09-22T12:51:57Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "self"}], "updated_time": null, "project": "e0be80d39933400abe48c8503e28224e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "tags": null}]} 2018-09-22 12:52:00,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1 used request id req-273d9ae8-2c96-47be-84f1-de206605cb44 2018-09-22 12:52:00,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:01,677 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:01 GMT Server: Apache x-openstack-request-id: req-75acbc06-3677-402a-bd9e-e0e44d422f15 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:02,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:01 GMT Server: Apache x-openstack-request-id: req-3ebd613d-45f0-4860-a520-4e97be1a45cc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "stack_user_project_id": "a25092a10b104ea7931aab2a4f2c634d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:51:57Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:02,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c used request id req-3ebd613d-45f0-4860-a520-4e97be1a45cc 2018-09-22 12:52:02,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:03,078 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:02 GMT Server: Apache x-openstack-request-id: req-233da8cc-729c-4f6e-a934-3f0bf36bcef8 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:03,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:03 GMT Server: Apache x-openstack-request-id: req-4ea0342d-31aa-48ac-a55a-10e422578ddb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "522ceebf-2a10-4532-ad67-e52c08399c47", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "eed14d3b-83c6-42c6-8709-a94a27381675", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-09-22T12:51:58Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-09-22 12:52:03,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources used request id req-4ea0342d-31aa-48ac-a55a-10e422578ddb 2018-09-22 12:52:03,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:03,829 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:03 GMT Server: Apache x-openstack-request-id: req-5e5cb2ec-6147-461b-b6bb-127423c98d95 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:04,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:03 GMT Server: Apache x-openstack-request-id: req-fd75ba26-9c87-4365-8ce7-921b117022e0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "stack_user_project_id": "a25092a10b104ea7931aab2a4f2c634d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:51:57Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:04,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c used request id req-fd75ba26-9c87-4365-8ce7-921b117022e0 2018-09-22 12:52:04,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:04,649 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:04 GMT Server: Apache x-openstack-request-id: req-05651e96-9b25-4326-ac5a-6e8e470e3b92 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:05,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:04 GMT Server: Apache x-openstack-request-id: req-d772169d-787b-4b1c-8a8a-480410b81814 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "stack_user_project_id": "a25092a10b104ea7931aab2a4f2c634d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:51:57Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:05,382 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c used request id req-d772169d-787b-4b1c-8a8a-480410b81814 2018-09-22 12:52:08,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:08,466 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:08 GMT Server: Apache x-openstack-request-id: req-7d0f2249-3640-4956-a4c6-ac1332abebf4 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:09,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:08 GMT Server: Apache x-openstack-request-id: req-1932c604-2bb9-43d1-8a1c-9261953ebd0d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "stack_user_project_id": "a25092a10b104ea7931aab2a4f2c634d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:51:57Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:09,225 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c used request id req-1932c604-2bb9-43d1-8a1c-9261953ebd0d 2018-09-22 12:52:12,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:12,306 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:12 GMT Server: Apache x-openstack-request-id: req-1da73d28-0bbf-4f87-954b-ea455bfb3266 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:13,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:12 GMT Server: Apache x-openstack-request-id: req-0865aa6f-5dc9-47d3-b1a6-dac9d562b37e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "stack_user_project_id": "a25092a10b104ea7931aab2a4f2c634d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:51:57Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:13,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c used request id req-0865aa6f-5dc9-47d3-b1a6-dac9d562b37e 2018-09-22 12:52:16,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:16,123 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:16 GMT Server: Apache x-openstack-request-id: req-5e703708-1316-4d4f-a447-671098313c7e Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:16,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:16 GMT Server: Apache x-openstack-request-id: req-d79f1925-5ee8-48ad-8f7f-668d2d0fc350 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image", "inst_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1", "stack_user_project_id": "a25092a10b104ea7931aab2a4f2c634d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-22T12:51:57Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "5a12f845-6dcf-44cd-9e56-55eddc0a000c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:16,871 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c used request id req-d79f1925-5ee8-48ad-8f7f-668d2d0fc350 2018-09-22 12:52:16,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:17,000 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:16 GMT Server: Apache x-openstack-request-id: req-d10b2650-ec7a-452e-b374-821957398622 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:17,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:17 GMT Server: Apache x-openstack-request-id: req-3b14db3b-8fc4-42ae-8a10-ff7ce797e04a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "522ceebf-2a10-4532-ad67-e52c08399c47", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "eed14d3b-83c6-42c6-8709-a94a27381675", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e5319572-eb5c-4bac-a5c1-14b4923d40e5", "resource_type": "OS::Nova::Server"}]} 2018-09-22 12:52:17,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources used request id req-3b14db3b-8fc4-42ae-8a10-ff7ce797e04a 2018-09-22 12:52:17,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:17,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-b06dd86b-da69-46c9-8bc5-7136c805d830 Date: Sat, 22 Sep 2018 12:52:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["eed14d3b-83c6-42c6-8709-a94a27381675"],"description":"","tags":[],"updated_at":"2018-09-22T12:52:00Z","provider:segmentation_id":83,"name":"HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:51:58Z","provider:network_type":"vxlan"}]} 2018-09-22 12:52:17,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79 used request id req-b06dd86b-da69-46c9-8bc5-7136c805d830 2018-09-22 12:52:17,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:17,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5623a0bc-3882-4b6b-880b-eccf478af14b Date: Sat, 22 Sep 2018 12:52:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:52:00Z","dns_nameservers":[],"updated_at":"2018-09-22T12:52:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"eed14d3b-83c6-42c6-8709-a94a27381675","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-subnet"}]} 2018-09-22 12:52:17,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79 used request id req-5623a0bc-3882-4b6b-880b-eccf478af14b 2018-09-22 12:52:17,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:17,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-20a0464f-414e-4046-a439-53f2f2f554c0 Date: Sat, 22 Sep 2018 12:52:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:52:00Z","dns_nameservers":[],"updated_at":"2018-09-22T12:52:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"eed14d3b-83c6-42c6-8709-a94a27381675","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-subnet"}]} 2018-09-22 12:52:17,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79 used request id req-20a0464f-414e-4046-a439-53f2f2f554c0 2018-09-22 12:52:17,421 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:52:17,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:17,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac7ca92-7319-490c-9d32-3efbcea39e9f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:52:17,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7ac7ca92-7319-490c-9d32-3efbcea39e9f 2018-09-22 12:52:17,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:17,582 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:17 GMT Server: Apache x-openstack-request-id: req-c2227f8b-136b-472d-b9ed-fcb5aa1b48f6 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:18,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:17 GMT Server: Apache x-openstack-request-id: req-56e14e13-c99a-4039-8755-697d4fcb66cf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "522ceebf-2a10-4532-ad67-e52c08399c47", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "eed14d3b-83c6-42c6-8709-a94a27381675", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e5319572-eb5c-4bac-a5c1-14b4923d40e5", "resource_type": "OS::Nova::Server"}]} 2018-09-22 12:52:18,251 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources used request id req-56e14e13-c99a-4039-8755-697d4fcb66cf 2018-09-22 12:52:18,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/e5319572-eb5c-4bac-a5c1-14b4923d40e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:19,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52: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-268b3c60-145f-4e4b-bc95-3859a2070bdb x-compute-request-id: req-268b3c60-145f-4e4b-bc95-3859a2070bdb Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:8f:20", "version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e5319572-eb5c-4bac-a5c1-14b4923d40e5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e5319572-eb5c-4bac-a5c1-14b4923d40e5", "rel": "bookmark"}], "image": {"id": "f7132794-d860-4ade-a245-8e950b4c87c6", "links": [{"href": "http://172.30.9.23:8774/images/f7132794-d860-4ade-a245-8e950b4c87c6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-09-22T12:52:06.000000", "flavor": {"id": "a75c9055-1d5d-4f64-9016-3652da9ceb35", "links": [{"href": "http://172.30.9.23:8774/flavors/a75c9055-1d5d-4f64-9016-3652da9ceb35", "rel": "bookmark"}]}, "id": "e5319572-eb5c-4bac-a5c1-14b4923d40e5", "security_groups": [{"name": "default"}], "user_id": "004b6165ea564cfbb572adf1581ebe50", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-22T12:52:13Z", "hostId": "afdcb72b502bec992bf68786174061d5b91a5fe8d347b160d8d041be", "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-48fadacf-aae7-417b-a163-1ac72897c5a5-inst", "created": "2018-09-22T12:52:06Z", "tenant_id": "e0be80d39933400abe48c8503e28224e", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-09-22 12:52:19,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e5319572-eb5c-4bac-a5c1-14b4923d40e5 used request id req-268b3c60-145f-4e4b-bc95-3859a2070bdb 2018-09-22 12:52:19,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:19,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-0b442a98-5bd6-495b-9fe9-30ed7a419357 Date: Sat, 22 Sep 2018 12:52:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["eed14d3b-83c6-42c6-8709-a94a27381675"],"description":"","tags":[],"updated_at":"2018-09-22T12:52:00Z","provider:segmentation_id":83,"name":"HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:51:58Z","provider:network_type":"vxlan"}]} 2018-09-22 12:52:19,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-net used request id req-0b442a98-5bd6-495b-9fe9-30ed7a419357 2018-09-22 12:52:19,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:52:19,371 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:52:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:52:19,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:19,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c809bee8-8e0c-403d-af41-3338b29c69c5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:52:19,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-c809bee8-8e0c-403d-af41-3338b29c69c5 2018-09-22 12:52:19,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:19,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9120ebd1-581f-4340-8d5d-a78c0b565265 Date: Sat, 22 Sep 2018 12:52:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:52:00Z","dns_nameservers":[],"updated_at":"2018-09-22T12:52:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"eed14d3b-83c6-42c6-8709-a94a27381675","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-subnet"}]} 2018-09-22 12:52:19,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79 used request id req-9120ebd1-581f-4340-8d5d-a78c0b565265 2018-09-22 12:52:19,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:19,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3562 X-Openstack-Request-Id: req-14ac81d4-2bd9-41be-9613-45099f92b5de Date: Sat, 22 Sep 2018 12:52:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:52:08Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed14d3b-83c6-42c6-8709-a94a27381675","ip_address":"10.0.0.12"}],"id":"522ceebf-2a10-4532-ad67-e52c08399c47","security_groups":["10c79d99-1f99-4e1e-8368-1e52165a658f"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:8f:20","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e5319572-eb5c-4bac-a5c1-14b4923d40e5","name":"HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1-server1_port-ccqhmq2uy3nn","admin_state_up":true,"network_id":"c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:52:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:52:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed14d3b-83c6-42c6-8709-a94a27381675","ip_address":"10.0.0.3"}],"id":"9e6cd102-88b1-4f7b-82a3-74c1baf2b643","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:ea:d4","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","name":"","admin_state_up":true,"network_id":"c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:52:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:52:01Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed14d3b-83c6-42c6-8709-a94a27381675","ip_address":"10.0.0.2"}],"id":"9f4158bb-e2ea-43ea-88df-0c7d493e8cb0","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:d1:86","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","name":"","admin_state_up":true,"network_id":"c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:52:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-22T12:52:02Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"eed14d3b-83c6-42c6-8709-a94a27381675","ip_address":"10.0.0.4"}],"id":"d9852b3b-1dec-4cb2-8d05-d8bab1a8d07b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:4a:4e","project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","name":"","admin_state_up":true,"network_id":"c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:52:02Z","binding:vnic_type":"normal"}]} 2018-09-22 12:52:19,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79 used request id req-14ac81d4-2bd9-41be-9613-45099f92b5de 2018-09-22 12:52:19,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:19,956 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:19 GMT Server: Apache x-openstack-request-id: req-48df84cd-8c01-496f-bc14-75454b2f9cbe Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:20,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:19 GMT Server: Apache x-openstack-request-id: req-625001a9-7996-4109-bc42-801a7a87b795 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "522ceebf-2a10-4532-ad67-e52c08399c47", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "eed14d3b-83c6-42c6-8709-a94a27381675", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "c72951bc-bbb1-4bea-8e9d-98cbc4bc3c79", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-09-22T12:51:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:51:58Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e5319572-eb5c-4bac-a5c1-14b4923d40e5", "resource_type": "OS::Nova::Server"}]} 2018-09-22 12:52:20,678 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c/resources used request id req-625001a9-7996-4109-bc42-801a7a87b795 2018-09-22 12:52:20,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/5a12f845-6dcf-44cd-9e56-55eddc0a000c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6d573a5cfe6a204ed63ad3d51ea0c4d1943fa49" 2018-09-22 12:52:20,755 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:20 GMT Server: Apache x-openstack-request-id: req-79d02f96-4571-4340-a729-b1f6761b3b6c Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:21,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:52:20 GMT Server: Apache x-openstack-request-id: req-fc9f5e3f-e58e-4c5f-a30c-bfe4d6a4ac81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:52:21,579 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-stack1/5a12f845-6dcf-44cd-9e56-55eddc0a000c used request id req-fc9f5e3f-e58e-4c5f-a30c-bfe4d6a4ac81 2018-09-22 12:52:21,579 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-48fadacf-aae7-417b-a163-1ac72897c5a5-image 2018-09-22 12:52:21,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7903ca37780a3c799cb6cdb73d952c8a97058aa8" 2018-09-22 12:52:23,311 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-824bb681-8fa6-4b3a-a5a5-e7115e45a118 Date: Sat, 22 Sep 2018 12:52:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:52:23,311 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f7132794-d860-4ade-a245-8e950b4c87c6 used request id req-824bb681-8fa6-4b3a-a5a5-e7115e45a118 2018-09-22 12:52:23,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/a75c9055-1d5d-4f64-9016-3652da9ceb35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bfe044c1c71d84718c9e9f1268f97485e8b7f3b" 2018-09-22 12:52:23,352 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:52: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-1f92d851-72e3-4bfa-99c2-5e1e5eb61d57 x-compute-request-id: req-1f92d851-72e3-4bfa-99c2-5e1e5eb61d57 Content-Length: 0 Content-Type: application/json 2018-09-22 12:52:23,352 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a75c9055-1d5d-4f64-9016-3652da9ceb35 used request id req-1f92d851-72e3-4bfa-99c2-5e1e5eb61d57 2018-09-22 12:52:23,354 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-22 12:52:23,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:52:23,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:52:23,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:52:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["ZiGVtBbBQO6fiDrGmUIR3w"], "issued_at": "2018-09-22T12:52:23.000000Z"}} 2018-09-22 12:52:23,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ad773f5e47de22b5650febd07c4c54ccd27b94e" 2018-09-22 12:52:23,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb686ecc-3fdd-446c-912a-e7bbe09ba7b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:52:23,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cb686ecc-3fdd-446c-912a-e7bbe09ba7b9 2018-09-22 12:52:23,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ad773f5e47de22b5650febd07c4c54ccd27b94e" 2018-09-22 12:52:24,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-445f3a81-0751-41fd-ba70-5ab381ab9626 Date: Sat, 22 Sep 2018 12:52:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image"} 2018-09-22 12:52:24,016 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image used request id req-445f3a81-0751-41fd-ba70-5ab381ab9626 2018-09-22 12:52:24,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ad773f5e47de22b5650febd07c4c54ccd27b94e" 2018-09-22 12:52:24,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bebb5ea5-16d7-4420-be36-ba3b6ff91987 Date: Sat, 22 Sep 2018 12:52:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:52:24,174 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-bebb5ea5-16d7-4420-be36-ba3b6ff91987 2018-09-22 12:52:24,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ad773f5e47de22b5650febd07c4c54ccd27b94e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image"}' 2018-09-22 12:52:24,430 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45 X-Openstack-Request-Id: req-538b46a1-5058-4ee5-8bf2-5b30d8198f95 Date: Sat, 22 Sep 2018 12:52:24 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:52:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-22T12:52:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45", "min_disk": 0, "protected": false, "id": "75e37dab-f179-46f5-92be-8c1cd3117c45", "file": "/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45/file", "checksum": null, "owner": "e0be80d39933400abe48c8503e28224e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:52:24,431 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-538b46a1-5058-4ee5-8bf2-5b30d8198f95 2018-09-22 12:52:24,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ad773f5e47de22b5650febd07c4c54ccd27b94e" -d '' 2018-09-22 12:52:26,886 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-95bee704-906c-4cb7-9a85-27035751c2a8 Date: Sat, 22 Sep 2018 12:52:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:52:26,886 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45/file used request id req-95bee704-906c-4cb7-9a85-27035751c2a8 2018-09-22 12:52:26,887 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-22 12:52:26,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ad773f5e47de22b5650febd07c4c54ccd27b94e" 2018-09-22 12:52:27,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-0fc1e5b5-b7ab-494f-9e31-0e181b7dbf2a Date: Sat, 22 Sep 2018 12:52:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:52:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:52:26Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/75e37dab-f179-46f5-92be-8c1cd3117c45/snap", "metadata": {}}], "self": "/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45", "min_disk": 0, "protected": false, "id": "75e37dab-f179-46f5-92be-8c1cd3117c45", "file": "/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/75e37dab-f179-46f5-92be-8c1cd3117c45/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:52:27,062 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45 used request id req-0fc1e5b5-b7ab-494f-9e31-0e181b7dbf2a 2018-09-22 12:52:27,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ad773f5e47de22b5650febd07c4c54ccd27b94e" 2018-09-22 12:52:27,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-87562900-f06a-4e69-a800-8975efb4f098 Date: Sat, 22 Sep 2018 12:52:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:52:27,218 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-87562900-f06a-4e69-a800-8975efb4f098 2018-09-22 12:52:27,221 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image 2018-09-22 12:52:27,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ad773f5e47de22b5650febd07c4c54ccd27b94e" 2018-09-22 12:52:27,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-6d82430e-31ca-4409-98a4-def0da3273ae Date: Sat, 22 Sep 2018 12:52:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:52:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:52:26Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/75e37dab-f179-46f5-92be-8c1cd3117c45/snap", "metadata": {}}], "self": "/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45", "min_disk": 0, "protected": false, "id": "75e37dab-f179-46f5-92be-8c1cd3117c45", "file": "/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/75e37dab-f179-46f5-92be-8c1cd3117c45/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:52:27,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45 used request id req-6d82430e-31ca-4409-98a4-def0da3273ae 2018-09-22 12:52:27,392 - create_image - DEBUG - Instance status is - active 2018-09-22 12:52:27,392 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image 2018-09-22 12:52:27,392 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image 2018-09-22 12:52:27,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:52:27,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:52:27,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:52:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["_fE007e_REyzyB8w4vEagA"], "issued_at": "2018-09-22T12:52:27.000000Z"}} 2018-09-22 12:52:27,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2809c145777884d29c2b8320f31102bbded23b" 2018-09-22 12:52:27,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f1eb4a8-275f-4a5d-86ca-27d8bfdd72a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:52:27,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8f1eb4a8-275f-4a5d-86ca-27d8bfdd72a2 2018-09-22 12:52:27,866 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:52:27,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2809c145777884d29c2b8320f31102bbded23b" 2018-09-22 12:52:28,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52: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-1d68b94c-f4b0-47e6-90fd-76d6c011d9d4 x-compute-request-id: req-1d68b94c-f4b0-47e6-90fd-76d6c011d9d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-09-22 12:52:28,053 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1d68b94c-f4b0-47e6-90fd-76d6c011d9d4 2018-09-22 12:52:28,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2809c145777884d29c2b8320f31102bbded23b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-09-22 12:52:28,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52: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-486cf147-242e-472c-8509-f0d0e49c0e02 x-compute-request-id: req-486cf147-242e-472c-8509-f0d0e49c0e02 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9a19ad5e-278b-4866-8ba2-e396fb05059e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9a19ad5e-278b-4866-8ba2-e396fb05059e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9a19ad5e-278b-4866-8ba2-e396fb05059e", "name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:52:28,149 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-486cf147-242e-472c-8509-f0d0e49c0e02 2018-09-22 12:52:28,150 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-22 12:52:28,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:52:28,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:52:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["3zBDEiYGT2CPMqebjgcH7A"], "issued_at": "2018-09-22T12:52:28.000000Z"}} 2018-09-22 12:52:28,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-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-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}}' 2018-09-22 12:52:31,636 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:52:28 GMT Server: Apache x-openstack-request-id: req-b2db061f-c62b-4ff2-9e5a-253b9f576801 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "rel": "self"}]}} 2018-09-22 12:52:31,636 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks used request id req-b2db061f-c62b-4ff2-9e5a-253b9f576801 2018-09-22 12:52:31,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:32,359 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:31 GMT Server: Apache x-openstack-request-id: req-c886e219-bc8f-4a4a-b7a9-d694d112e091 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:32,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:32 GMT Server: Apache x-openstack-request-id: req-f752cf8b-426a-4179-856f-453aa6ebea9a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "stack_user_project_id": "61e4ebffc7e74ad4bf0fb8a47194c9be", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:30Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:32,665 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f used request id req-f752cf8b-426a-4179-856f-453aa6ebea9a 2018-09-22 12:52:32,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:32,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:32 GMT Server: Apache x-openstack-request-id: req-099d364e-fca2-49c3-b553-dd2b033c9cae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "stack_user_project_id": "61e4ebffc7e74ad4bf0fb8a47194c9be", "deletion_time": null, "creation_time": "2018-09-22T12:52:30Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "rel": "self"}], "updated_time": null, "project": "e0be80d39933400abe48c8503e28224e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "tags": null}]} 2018-09-22 12:52:32,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1 used request id req-099d364e-fca2-49c3-b553-dd2b033c9cae 2018-09-22 12:52:32,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:32,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:32 GMT Server: Apache x-openstack-request-id: req-d0eef770-096a-4cea-868d-3c368ec61172 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "stack_user_project_id": "61e4ebffc7e74ad4bf0fb8a47194c9be", "deletion_time": null, "creation_time": "2018-09-22T12:52:30Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "rel": "self"}], "updated_time": null, "project": "e0be80d39933400abe48c8503e28224e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "tags": null}]} 2018-09-22 12:52:32,982 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1 used request id req-d0eef770-096a-4cea-868d-3c368ec61172 2018-09-22 12:52:32,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:33,205 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:32 GMT Server: Apache x-openstack-request-id: req-21e0af9a-7aac-4e27-9efc-219e91c4dcf4 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:33,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:33 GMT Server: Apache x-openstack-request-id: req-0c91993a-6444-4230-95ec-750e92f45967 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "stack_user_project_id": "61e4ebffc7e74ad4bf0fb8a47194c9be", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:30Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:33,479 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f used request id req-0c91993a-6444-4230-95ec-750e92f45967 2018-09-22 12:52:33,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:34,166 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:33 GMT Server: Apache x-openstack-request-id: req-895e75cc-66e5-4d91-b19b-3da6d5524d25 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:34,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:34 GMT Server: Apache x-openstack-request-id: req-b8d97757-f0c4-498a-8b95-cbbb09834ad5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "stack_user_project_id": "61e4ebffc7e74ad4bf0fb8a47194c9be", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:30Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:34,211 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f used request id req-b8d97757-f0c4-498a-8b95-cbbb09834ad5 2018-09-22 12:52:37,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:37,389 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:37 GMT Server: Apache x-openstack-request-id: req-bfc80f4e-2835-4247-9c87-3918ea994a5c Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:37,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:37 GMT Server: Apache x-openstack-request-id: req-2c133333-bbe8-4fb2-a170-b1a887c943a0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "stack_user_project_id": "61e4ebffc7e74ad4bf0fb8a47194c9be", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:30Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:37,574 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f used request id req-2c133333-bbe8-4fb2-a170-b1a887c943a0 2018-09-22 12:52:40,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:41,201 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:40 GMT Server: Apache x-openstack-request-id: req-ffad3cb9-5398-47c9-a293-2c0ec48e60e9 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:41,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:41 GMT Server: Apache x-openstack-request-id: req-1c636715-8120-40cc-a180-a1f187657c77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "stack_user_project_id": "61e4ebffc7e74ad4bf0fb8a47194c9be", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:30Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:41,839 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f used request id req-1c636715-8120-40cc-a180-a1f187657c77 2018-09-22 12:52:44,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:45,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:44 GMT Server: Apache x-openstack-request-id: req-a084b9d2-8715-462c-9e8b-464df520bfc7 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:45,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:45 GMT Server: Apache x-openstack-request-id: req-87fb51db-71cc-4d9a-8c5d-334083f5907d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "stack_user_project_id": "61e4ebffc7e74ad4bf0fb8a47194c9be", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:30Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:45,087 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f used request id req-87fb51db-71cc-4d9a-8c5d-334083f5907d 2018-09-22 12:52:48,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:48,282 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:48 GMT Server: Apache x-openstack-request-id: req-f909af04-9eea-46e6-ae02-88b473950cf8 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:48,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:48 GMT Server: Apache x-openstack-request-id: req-770c4116-f42f-499b-ad83-3779b5ddbfa8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1", "stack_user_project_id": "61e4ebffc7e74ad4bf0fb8a47194c9be", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-22T12:52:30Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:48,356 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f used request id req-770c4116-f42f-499b-ad83-3779b5ddbfa8 2018-09-22 12:52:48,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-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-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}}' 2018-09-22 12:52:50,370 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:52:48 GMT Server: Apache x-openstack-request-id: req-c00e0eb2-2942-4605-a31a-6841ce7477da Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}]}} 2018-09-22 12:52:50,370 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks used request id req-c00e0eb2-2942-4605-a31a-6841ce7477da 2018-09-22 12:52:50,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:51,001 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:50 GMT Server: Apache x-openstack-request-id: req-1c700eab-09a7-496c-ac21-605d36c7e1c1 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:51,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:51 GMT Server: Apache x-openstack-request-id: req-63893d04-b925-4f40-93e6-fce76c9f73f4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:51,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-63893d04-b925-4f40-93e6-fce76c9f73f4 2018-09-22 12:52:51,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:51,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:51 GMT Server: Apache x-openstack-request-id: req-598c3057-8d3a-40fe-9def-6d76bd7ab9fc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "deletion_time": null, "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "updated_time": null, "project": "e0be80d39933400abe48c8503e28224e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "tags": null}]} 2018-09-22 12:52:51,089 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2 used request id req-598c3057-8d3a-40fe-9def-6d76bd7ab9fc 2018-09-22 12:52:51,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:51,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:51 GMT Server: Apache x-openstack-request-id: req-7a7fc6b7-bf9f-41d6-b923-f39cc6564b8f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "deletion_time": null, "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "updated_time": null, "project": "e0be80d39933400abe48c8503e28224e", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "tags": null}]} 2018-09-22 12:52:51,135 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks?stack_name=HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2 used request id req-7a7fc6b7-bf9f-41d6-b923-f39cc6564b8f 2018-09-22 12:52:51,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:51,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:51 GMT Server: Apache x-openstack-request-id: req-94f37602-4aba-409b-8177-03065ac0c331 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:51,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:51 GMT Server: Apache x-openstack-request-id: req-9f02cae3-088d-47f7-b8c8-51262beb71ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:51,350 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-9f02cae3-088d-47f7-b8c8-51262beb71ac 2018-09-22 12:52:51,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:51,985 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:51 GMT Server: Apache x-openstack-request-id: req-26e058a9-6ec2-44ad-9e3d-85e2fea26828 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:52,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:51 GMT Server: Apache x-openstack-request-id: req-1771c686-7a14-4a6b-a649-b16c730ba0d0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:52,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-1771c686-7a14-4a6b-a649-b16c730ba0d0 2018-09-22 12:52:55,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:55,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:55 GMT Server: Apache x-openstack-request-id: req-6520b7b8-839e-46e6-a5de-ed0ad08d74b3 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:55,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:55 GMT Server: Apache x-openstack-request-id: req-82f4d18e-fb49-4c89-9fe9-0d03c757b62d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:55,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-82f4d18e-fb49-4c89-9fe9-0d03c757b62d 2018-09-22 12:52:58,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:52:59,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:52:58 GMT Server: Apache x-openstack-request-id: req-e43eb70f-2fd4-4fa5-942e-66ec81387fd7 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:52:59,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:52:59 GMT Server: Apache x-openstack-request-id: req-32a0fd6e-38cf-474c-a84f-9ae5385efbbe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:52:59,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-32a0fd6e-38cf-474c-a84f-9ae5385efbbe 2018-09-22 12:53:02,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:02,191 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:02 GMT Server: Apache x-openstack-request-id: req-9a3d8781-b5d9-40e7-bf4f-9319cbc54d4e Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:02,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:02 GMT Server: Apache x-openstack-request-id: req-252fe944-d4fa-4d1b-941f-d1e9fd532824 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:53:02,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-252fe944-d4fa-4d1b-941f-d1e9fd532824 2018-09-22 12:53:05,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:05,297 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:05 GMT Server: Apache x-openstack-request-id: req-1ee59056-ed7f-47b1-9a72-e775a1d400ca Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:05,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:05 GMT Server: Apache x-openstack-request-id: req-ca785c1e-2510-49fd-b75f-e999784d069d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:53:05,371 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-ca785c1e-2510-49fd-b75f-e999784d069d 2018-09-22 12:53:08,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:09,037 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:08 GMT Server: Apache x-openstack-request-id: req-99892b3e-af1b-4bb5-8816-825445e8a14c Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:09,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:09 GMT Server: Apache x-openstack-request-id: req-ca90a40d-c38d-4316-8355-62b57dd873a0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:53:09,808 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-ca90a40d-c38d-4316-8355-62b57dd873a0 2018-09-22 12:53:12,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:13,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:12 GMT Server: Apache x-openstack-request-id: req-49bef1bc-3718-4328-9eae-702604c08e2d Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:13,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:13 GMT Server: Apache x-openstack-request-id: req-c647a3c6-3869-47ae-9052-51accaeb20a8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:53:13,548 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-c647a3c6-3869-47ae-9052-51accaeb20a8 2018-09-22 12:53:16,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:16,581 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:16 GMT Server: Apache x-openstack-request-id: req-5cc7c521-826c-4eb8-bae1-87de4a6aeec8 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:16,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:16 GMT Server: Apache x-openstack-request-id: req-51dabadd-3f61-4365-9ff1-7e574987ebe0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:53:16,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-51dabadd-3f61-4365-9ff1-7e574987ebe0 2018-09-22 12:53:19,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:19,687 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:19 GMT Server: Apache x-openstack-request-id: req-1d132224-be66-4996-a153-1247a2957c84 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:20,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:19 GMT Server: Apache x-openstack-request-id: req-c2daceb6-47d5-422b-a468-c79453296449 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:53:20,387 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-c2daceb6-47d5-422b-a468-c79453296449 2018-09-22 12:53:23,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:24,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:23 GMT Server: Apache x-openstack-request-id: req-bba53559-ca5b-4ab6-b224-529a5ac27a93 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:24,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:24 GMT Server: Apache x-openstack-request-id: req-b070dd7d-7a6d-4e18-b3df-efe9787bd9c0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:53:24,145 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-b070dd7d-7a6d-4e18-b3df-efe9787bd9c0 2018-09-22 12:53:27,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:27,179 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:27 GMT Server: Apache x-openstack-request-id: req-9174f8fa-5aa2-45f6-aebf-d17f2b7aacd0 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:27,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:27 GMT Server: Apache x-openstack-request-id: req-87b86b44-286e-4b7b-bc1d-a214d6387a07 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:53:27,254 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-87b86b44-286e-4b7b-bc1d-a214d6387a07 2018-09-22 12:53:30,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:30,286 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:30 GMT Server: Apache x-openstack-request-id: req-9d453708-e8e0-4a5b-be6e-7360ddfae1eb Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:30,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:30 GMT Server: Apache x-openstack-request-id: req-e58d4fd5-b775-4e31-a24d-655a480f1d6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:53:30,328 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-e58d4fd5-b775-4e31-a24d-655a480f1d6f 2018-09-22 12:53:33,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:33,361 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:33 GMT Server: Apache x-openstack-request-id: req-7964e787-2150-49f6-b4f2-fe14b20ccf56 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:34,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:33 GMT Server: Apache x-openstack-request-id: req-a716e1b2-70b2-4838-a2cc-b55407f71808 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:53:34,013 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-a716e1b2-70b2-4838-a2cc-b55407f71808 2018-09-22 12:53:37,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:37,048 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:37 GMT Server: Apache x-openstack-request-id: req-e05290de-e527-4532-98a7-4c836c480203 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:37,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:37 GMT Server: Apache x-openstack-request-id: req-3dbb1b11-4773-4585-a442-53c3a8234217 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image", "inst_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2", "stack_user_project_id": "eaecaa3f199a4308985ec7597ca83c74", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-22T12:52:49Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c331b937-639b-44be-a4b9-2f8d6a11c77d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-09-22 12:53:37,090 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-3dbb1b11-4773-4585-a442-53c3a8234217 2018-09-22 12:53:37,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:37,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:37 GMT Server: Apache x-openstack-request-id: req-323b2818-41fd-4970-928d-2c5038b903cf Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:37,192 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:53:37 GMT Server: Apache x-openstack-request-id: req-070c1d60-eb59-4673-bd43-f6be0c66ad1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:53:37,193 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack1/ea40d6fe-be76-4f1a-a7ac-3685f98c4e6f used request id req-070c1d60-eb59-4673-bd43-f6be0c66ad1e 2018-09-22 12:53:37,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/c331b937-639b-44be-a4b9-2f8d6a11c77d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d722e8f692420f220d69f12288ce42b1eeaa10d" 2018-09-22 12:53:37,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:37 GMT Server: Apache x-openstack-request-id: req-07f30ddf-5fae-4be1-8642-1c445909fcb6 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:37,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:53:37 GMT Server: Apache x-openstack-request-id: req-3b8cb33a-7fbc-4bf2-9791-39611473dccd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:53:37,295 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-stack2/c331b937-639b-44be-a4b9-2f8d6a11c77d used request id req-3b8cb33a-7fbc-4bf2-9791-39611473dccd 2018-09-22 12:53:37,296 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-2434a2c6-bcc6-4825-bc33-4fe7daab8c79-image 2018-09-22 12:53:37,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ad773f5e47de22b5650febd07c4c54ccd27b94e" 2018-09-22 12:53:39,700 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9b6c1087-5281-4c85-8171-d945d0eda277 Date: Sat, 22 Sep 2018 12:53:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:53:39,700 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/75e37dab-f179-46f5-92be-8c1cd3117c45 used request id req-9b6c1087-5281-4c85-8171-d945d0eda277 2018-09-22 12:53:39,704 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/9a19ad5e-278b-4866-8ba2-e396fb05059e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b2809c145777884d29c2b8320f31102bbded23b" 2018-09-22 12:53:39,883 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:53:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f9ddc8c7-ec97-4ad6-bacc-7d328abd85cf x-compute-request-id: req-f9ddc8c7-ec97-4ad6-bacc-7d328abd85cf Content-Length: 0 Content-Type: application/json 2018-09-22 12:53:39,883 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9a19ad5e-278b-4866-8ba2-e396fb05059e used request id req-f9ddc8c7-ec97-4ad6-bacc-7d328abd85cf 2018-09-22 12:53:39,885 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-22 12:53:39,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:53:39,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:53:40,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["82vcYFZzTsGBRRvkTAbleg"], "issued_at": "2018-09-22T12:53:40.000000Z"}} 2018-09-22 12:53:40,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af1c7a2fa60e768f2d3bfb2649f9461a95064c27" 2018-09-22 12:53:40,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e05560ba-0e30-49f8-aeb3-d83abe39ad5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:53:40,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e05560ba-0e30-49f8-aeb3-d83abe39ad5b 2018-09-22 12:53:40,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af1c7a2fa60e768f2d3bfb2649f9461a95064c27" 2018-09-22 12:53:40,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-55e38f19-26b4-46cc-a64c-7a730a844097 Date: Sat, 22 Sep 2018 12:53:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1"} 2018-09-22 12:53:40,580 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1 used request id req-55e38f19-26b4-46cc-a64c-7a730a844097 2018-09-22 12:53:40,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af1c7a2fa60e768f2d3bfb2649f9461a95064c27" 2018-09-22 12:53:40,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a9b7aa11-4257-4cde-8adf-290a2f3816bb Date: Sat, 22 Sep 2018 12:53:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:53:40,726 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-a9b7aa11-4257-4cde-8adf-290a2f3816bb 2018-09-22 12:53:40,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af1c7a2fa60e768f2d3bfb2649f9461a95064c27" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1"}' 2018-09-22 12:53:41,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/fce69a5a-d785-4769-88c9-98e13552d892 X-Openstack-Request-Id: req-b56c1955-5843-42df-bfdd-2b686419baae Date: Sat, 22 Sep 2018 12:53:41 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:40Z", "visibility": "shared", "locations": [], "self": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892", "min_disk": 0, "protected": false, "id": "fce69a5a-d785-4769-88c9-98e13552d892", "file": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892/file", "checksum": null, "owner": "e0be80d39933400abe48c8503e28224e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:53:41,023 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-b56c1955-5843-42df-bfdd-2b686419baae 2018-09-22 12:53:41,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/fce69a5a-d785-4769-88c9-98e13552d892/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af1c7a2fa60e768f2d3bfb2649f9461a95064c27" -d '' 2018-09-22 12:53:42,919 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7f56a152-8884-4802-82e3-bfdc60746438 Date: Sat, 22 Sep 2018 12:53:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:53:42,919 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/fce69a5a-d785-4769-88c9-98e13552d892/file used request id req-7f56a152-8884-4802-82e3-bfdc60746438 2018-09-22 12:53:42,919 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-22 12:53:42,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/fce69a5a-d785-4769-88c9-98e13552d892 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af1c7a2fa60e768f2d3bfb2649f9461a95064c27" 2018-09-22 12:53:43,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-491bd4dd-b248-40e8-a8ae-54ac9106f851 Date: Sat, 22 Sep 2018 12:53:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:42Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "metadata": {}}], "self": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892", "min_disk": 0, "protected": false, "id": "fce69a5a-d785-4769-88c9-98e13552d892", "file": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:53:43,094 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/fce69a5a-d785-4769-88c9-98e13552d892 used request id req-491bd4dd-b248-40e8-a8ae-54ac9106f851 2018-09-22 12:53:43,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af1c7a2fa60e768f2d3bfb2649f9461a95064c27" 2018-09-22 12:53:43,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-670fff53-00fd-43e7-91b6-7568038ae10d Date: Sat, 22 Sep 2018 12:53:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:53:43,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-670fff53-00fd-43e7-91b6-7568038ae10d 2018-09-22 12:53:43,244 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1 2018-09-22 12:53:43,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/fce69a5a-d785-4769-88c9-98e13552d892 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af1c7a2fa60e768f2d3bfb2649f9461a95064c27" 2018-09-22 12:53:43,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-b8196178-0f86-48d3-aa53-8737deb72b03 Date: Sat, 22 Sep 2018 12:53:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:42Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "metadata": {}}], "self": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892", "min_disk": 0, "protected": false, "id": "fce69a5a-d785-4769-88c9-98e13552d892", "file": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:53:43,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/fce69a5a-d785-4769-88c9-98e13552d892 used request id req-b8196178-0f86-48d3-aa53-8737deb72b03 2018-09-22 12:53:43,415 - create_image - DEBUG - Instance status is - active 2018-09-22 12:53:43,415 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1 2018-09-22 12:53:43,415 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1 2018-09-22 12:53:43,415 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-09-22 12:53:43,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-22 12:53:43,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:53:43,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:53:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["YhDGxCGXQdyxFzoCK1q3cw"], "issued_at": "2018-09-22T12:53:43.000000Z"}} 2018-09-22 12:53:43,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dcd2c573099cd2f4be1817278dd0cab27ede4d1" 2018-09-22 12:53:43,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85435e87-2167-472a-8f56-d139bef5f2fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:53:43,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-85435e87-2167-472a-8f56-d139bef5f2fd 2018-09-22 12:53:43,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3dcd2c573099cd2f4be1817278dd0cab27ede4d1" 2018-09-22 12:53:44,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-f9c131fb-8860-43ea-8a74-0e6fdf561012 Date: Sat, 22 Sep 2018 12:53:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2"} 2018-09-22 12:53:44,550 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2 used request id req-f9c131fb-8860-43ea-8a74-0e6fdf561012 2018-09-22 12:53:44,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3dcd2c573099cd2f4be1817278dd0cab27ede4d1" 2018-09-22 12:53:44,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-04d58bd7-c61f-434f-b548-deb88db221f8 Date: Sat, 22 Sep 2018 12:53:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:53:44,753 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-04d58bd7-c61f-434f-b548-deb88db221f8 2018-09-22 12:53:44,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dcd2c573099cd2f4be1817278dd0cab27ede4d1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2"}' 2018-09-22 12:53:45,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3 X-Openstack-Request-Id: req-30ed612c-5a4b-4eb5-bba6-72b88767c426 Date: Sat, 22 Sep 2018 12:53:45 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "min_disk": 0, "protected": false, "id": "89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "file": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/file", "checksum": null, "owner": "e0be80d39933400abe48c8503e28224e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:53:45,012 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-30ed612c-5a4b-4eb5-bba6-72b88767c426 2018-09-22 12:53:45,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3dcd2c573099cd2f4be1817278dd0cab27ede4d1" -d '' 2018-09-22 12:53:46,396 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-118a914d-54ca-43ea-9f8a-93ecbfd8c8dc Date: Sat, 22 Sep 2018 12:53:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:53:46,396 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/file used request id req-118a914d-54ca-43ea-9f8a-93ecbfd8c8dc 2018-09-22 12:53:46,396 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-22 12:53:46,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3dcd2c573099cd2f4be1817278dd0cab27ede4d1" 2018-09-22 12:53:46,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-979168b5-d82d-4a95-b6ba-8c2fd730f036 Date: Sat, 22 Sep 2018 12:53:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:46Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "metadata": {}}], "self": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "min_disk": 0, "protected": false, "id": "89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "file": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:53:46,558 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3 used request id req-979168b5-d82d-4a95-b6ba-8c2fd730f036 2018-09-22 12:53:46,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3dcd2c573099cd2f4be1817278dd0cab27ede4d1" 2018-09-22 12:53:46,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-318efec2-ebbc-4a43-940a-c80cac09ccf4 Date: Sat, 22 Sep 2018 12:53:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-09-22 12:53:46,712 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-318efec2-ebbc-4a43-940a-c80cac09ccf4 2018-09-22 12:53:46,714 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2 2018-09-22 12:53:46,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3dcd2c573099cd2f4be1817278dd0cab27ede4d1" 2018-09-22 12:53:46,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-d41e20ee-ebdc-4b6a-b4a8-96e9f0e2a7b9 Date: Sat, 22 Sep 2018 12:53:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:46Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "metadata": {}}], "self": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "min_disk": 0, "protected": false, "id": "89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "file": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-09-22 12:53:46,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3 used request id req-d41e20ee-ebdc-4b6a-b4a8-96e9f0e2a7b9 2018-09-22 12:53:46,875 - create_image - DEBUG - Instance status is - active 2018-09-22 12:53:46,875 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2 2018-09-22 12:53:46,875 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2 2018-09-22 12:53:46,875 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-22 12:53:46,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:53:47,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:53:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["UYWYiJv-Rz6cZEX5T7oUqQ"], "issued_at": "2018-09-22T12:53:47.000000Z"}} 2018-09-22 12:53:47,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37132ae685153dbbec3dc87ff8a1ee0a2fd2c0df" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack", "template": {"outputs": {"private_key": {"description": "SSH Private Key", "value": {"get_attr": ["keypair", "private_key"]}}}, "heat_template_version": "2015-04-30", "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": {"default": "m1.med", "type": "string", "description": "Flavor name for the second instance", "label": "Instance Flavor for second VM"}, "image2_name": {"default": "image_2", "type": "string", "description": "Image name to be used for second instance", "label": "Image ID for second VM"}, "keypair_name": {"default": "keypair_name", "type": "string", "description": "The name of the stack's keypair", "label": "Keypair name"}, "security_group_name": {"default": "security_group_name", "type": "string", "description": "The name of the stack's security group", "label": "Security Group name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "external_net_name": {"default": "external", "type": "string", "description": "Name of the external network which management network will connect to"}, "inst2_name": {"default": "test_vm2", "type": "string", "description": "The name of the second VM to be spawned", "label": "Second VM name"}, "inst1_name": {"default": "test_vm1", "type": "string", "description": "The name of the first VM to be spawned", "label": "First VM name"}, "router_name": {"default": "mgmt_router", "type": "string", "description": "The name of the stack's router", "label": "Test router name"}, "flavor1_name": {"default": "m1.small", "type": "string", "description": "Flavor name for the first instance", "label": "Instance Flavor for first VM"}, "image1_name": {"default": "image_1", "type": "string", "description": "Image name to be used for first instance", "label": "Image ID for first VM"}}, "resources": {"flavor2": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "flavor1": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 2, "disk": 2, "ram": 1024}}, "network": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "subnet": {"type": "OS::Neutron::Subnet", "properties": {"ip_version": 4, "cidr": "10.1.2.0/24", "name": {"get_param": "subnet_name"}, "network": {"get_resource": "network"}}}, "server_security_group": {"type": "OS::Neutron::SecurityGroup", "properties": {"rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "port_range_min": 22, "protocol": "tcp"}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "icmp"}], "description": "Add security group rules for server", "name": {"get_param": "security_group_name"}}}, "floating_ip": {"type": "OS::Neutron::FloatingIP", "properties": {"floating_network": {"get_param": "external_net_name"}}}, "floating_ip_association": {"type": "OS::Neutron::FloatingIPAssociation", "properties": {"floatingip_id": {"get_resource": "floating_ip"}, "port_id": {"get_resource": "port1"}}}, "management_router": {"type": "OS::Neutron::Router", "properties": {"external_gateway_info": {"network": {"get_param": "external_net_name"}}, "name": {"get_param": "router_name"}}}, "keypair": {"type": "OS::Nova::KeyPair", "properties": {"name": {"get_param": "keypair_name"}, "save_private_key": true}}, "management_router_interface": {"type": "OS::Neutron::RouterInterface", "properties": {"router": {"get_resource": "management_router"}, "subnet": {"get_resource": "subnet"}}}, "port1": {"type": "OS::Neutron::Port", "properties": {"fixed_ips": [{"subnet_id": {"get_resource": "subnet"}}], "network": {"get_resource": "network"}, "security_groups": [{"get_resource": "server_security_group"}]}}, "vm2": {"depends_on": ["subnet", "keypair", "flavor2"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image2_name"}, "name": {"get_param": "inst2_name"}, "flavor": {"get_resource": "flavor2"}, "networks": [{"network": {"get_resource": "network"}}]}}, "vm1": {"depends_on": ["subnet", "keypair", "flavor1", "port1"], "type": "OS::Nova::Server", "properties": {"key_name": {"get_resource": "keypair"}, "image": {"get_param": "image1_name"}, "name": {"get_param": "inst1_name"}, "flavor": {"get_resource": "flavor1"}, "networks": [{"port": {"get_resource": "port1"}}]}}}}, "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-net"}}' 2018-09-22 12:53:50,909 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:53:47 GMT Server: Apache x-openstack-request-id: req-510bfbcf-c1db-49d3-a88a-1045addd442a Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "70af953f-c88e-430b-87e9-43966b3e2bfa", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa", "rel": "self"}]}} 2018-09-22 12:53:50,909 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks used request id req-510bfbcf-c1db-49d3-a88a-1045addd442a 2018-09-22 12:53:50,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/70af953f-c88e-430b-87e9-43966b3e2bfa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37132ae685153dbbec3dc87ff8a1ee0a2fd2c0df" 2018-09-22 12:53:51,098 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:50 GMT Server: Apache x-openstack-request-id: req-c8dd1ed4-c19a-4c81-8080-5435c092b4d4 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:51,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:51 GMT Server: Apache x-openstack-request-id: req-dfa2f63e-56c5-4107-b51c-9be086e34558 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor2", "OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "70af953f-c88e-430b-87e9-43966b3e2bfa", "OS::stack_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack", "stack_user_project_id": "8016259309b342a0a1dec3bb37b49d47", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:53:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "70af953f-c88e-430b-87e9-43966b3e2bfa", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-22 12:53:51,278 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa used request id req-dfa2f63e-56c5-4107-b51c-9be086e34558 2018-09-22 12:53:51,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/70af953f-c88e-430b-87e9-43966b3e2bfa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37132ae685153dbbec3dc87ff8a1ee0a2fd2c0df" 2018-09-22 12:53:51,464 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:51 GMT Server: Apache x-openstack-request-id: req-e7aea47c-b275-408c-abe5-34ac46324c3f Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:51,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:51 GMT Server: Apache x-openstack-request-id: req-86fed74c-753f-418e-9d53-46bd1e12531d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor2", "OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "70af953f-c88e-430b-87e9-43966b3e2bfa", "OS::stack_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack", "stack_user_project_id": "8016259309b342a0a1dec3bb37b49d47", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:53:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "70af953f-c88e-430b-87e9-43966b3e2bfa", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-22 12:53:51,678 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa used request id req-86fed74c-753f-418e-9d53-46bd1e12531d 2018-09-22 12:53:54,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/70af953f-c88e-430b-87e9-43966b3e2bfa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37132ae685153dbbec3dc87ff8a1ee0a2fd2c0df" 2018-09-22 12:53:54,881 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:54 GMT Server: Apache x-openstack-request-id: req-85c8bf30-5834-4af0-abc9-470564345eda Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:55,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:54 GMT Server: Apache x-openstack-request-id: req-cffcebbf-af04-4114-9423-adaa5a04644a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor2", "OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "70af953f-c88e-430b-87e9-43966b3e2bfa", "OS::stack_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack", "stack_user_project_id": "8016259309b342a0a1dec3bb37b49d47", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:53:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "70af953f-c88e-430b-87e9-43966b3e2bfa", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA1hZwLJWC2iLT71lhDJIrmNLWVkcHvywKyp/N1YFEuS7vHWOB\nDMOmZs7aYlJOtO2cLW2CaAQGYSDaCoCgAT0kvCnFNyf2ACZreTMBWjeF0KPJZgz6\ntTo2Mz+OEBZgUrg0zJJt1QltNtqy25vFcXSr1kKeokiS3yQGqUrKGIAwKQ4mQF8j\nppRgqKUQsL7ZyMomh7d7G29sA0+bhU00KRZxv/sP5OsBOzw6YjV6Ki/KAbbrb++U\nic90gEr0Q5fHcVIhd+Mbn83bxWc1+j8GWL9qI4TR7+lqSrPEhaDLSDCD2pYtqH4a\n+awYkC7fNVMbEEF3cn5+q1j/dILllwrCSKSAOwIDAQABAoIBAQDAXUMH3IPKC3dR\nXodEa2a/F9s9hO9iCGnd7T9fM5sTpid2ybzgQkCXqhAyPnC4Q7SMYRTG767nwUQK\nIc8jrdP/Oq0ZRU/WjK8PJRR3AuK7OSAzEUCIbLjczaORsvlz+k5+7qe/v4uhuVry\n1wHPUx1AFXZCrWFDHTTbEveKkkwz5fzfwBbN9PHgC0y4TTMdLH1eySMjWapeKccJ\nOveBUkxgD3YyEO5CUtQPzOUasp6R11fWZhFYesr/aUJSlicWtFrWK/yUj+uqnAHI\nQxaC8XeG7/XgD36tCMUVk69SpX0bVvQuZZCW3b01zyzXTGeRansFs2fSBRNuxvuK\nKv96zNR5AoGBAPKf9VSbD3RsR5bJVuAeNMIZ1/RAd8t3C5nRx6i6wYRPplEA0+xm\nr5oBtkamgudR6IvM/+vr3NypYGkSokFmJhTcKeD7XfnYHQSDn8EdJ9JDYfRS7gVp\nUEsQoUKx87KVQyQJOZzQ6a2dZs6+On0ExorYpyscoNxaJ1dPV8uZJHiNAoGBAOHj\nv7sd4iN2zQiUe0jBXF/+ZbGayw0SDsyPSW1G2+mrCa34DW3OOCFoHRHgbAo0xNvU\n3qlrOhqybZgx2SQ1Q9/fSBC6P+nPhVdL/RhVaTJdNePryvLkRNaj3PkN/mQkGzdD\nVO4XhD8e6ejeLJSueCK8uNl4XIzmU8XQ+MLd0t3nAoGBAN3tJpBvDSHm8Uyhec+i\nkYuB7CDE307C41+dnU1fFieaW3z4juBLxQ/PxRS2tkI0j8tghi8cHXfRjhhOLRA5\nCVhHUh8yjfE8lr5MT1JrAsO3UuATAxj8Da+71GWXNFwDX9iUf5hLF5Pwx9sP8Zvt\nRFY4eiBbHWCxLg8Uyi+3Mr75AoGAV7WeEeLFlu2fKTC2OgbSfneCNxcatqWHV4hf\ng23bH/0IkiNZ24QSKW6KsxFIAiKBObaLCo+XDRyxD0JzxOplw3yoN86J2Jh6du4L\nhTJM2YB1110L/YoC7LDNsWrslyep5ahgRt6cvAGd44y5FLY18Y8D23UvwooAhzPg\nE5IcOYsCgYEA3FTRJIVnQtYy0XbgSio9iRr/iAyX6hct20FR0TyVnTVx3zAzkp8H\nu4xNvu3dROqTpX1sp43eUssKqYFX4Kj+N3pCL2r0zWv8ADChPJc6pXatePIV+AfX\nmVoWUb5ZHXdUGylvSEdkkPYKBaPiqsXkXKNd/9pKkz+OIeRrRUVLi1U=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-22 12:53:55,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa used request id req-cffcebbf-af04-4114-9423-adaa5a04644a 2018-09-22 12:53:58,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/70af953f-c88e-430b-87e9-43966b3e2bfa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37132ae685153dbbec3dc87ff8a1ee0a2fd2c0df" 2018-09-22 12:53:58,237 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:53:58 GMT Server: Apache x-openstack-request-id: req-5391d06b-0625-4d9d-a80c-72932fc6acf6 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:53:58,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:53:58 GMT Server: Apache x-openstack-request-id: req-0ca35f65-2158-404c-93ea-9acb16f8a3b8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2078 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor2", "OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "70af953f-c88e-430b-87e9-43966b3e2bfa", "OS::stack_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack", "stack_user_project_id": "8016259309b342a0a1dec3bb37b49d47", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:53:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "70af953f-c88e-430b-87e9-43966b3e2bfa", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA1hZwLJWC2iLT71lhDJIrmNLWVkcHvywKyp/N1YFEuS7vHWOB\nDMOmZs7aYlJOtO2cLW2CaAQGYSDaCoCgAT0kvCnFNyf2ACZreTMBWjeF0KPJZgz6\ntTo2Mz+OEBZgUrg0zJJt1QltNtqy25vFcXSr1kKeokiS3yQGqUrKGIAwKQ4mQF8j\nppRgqKUQsL7ZyMomh7d7G29sA0+bhU00KRZxv/sP5OsBOzw6YjV6Ki/KAbbrb++U\nic90gEr0Q5fHcVIhd+Mbn83bxWc1+j8GWL9qI4TR7+lqSrPEhaDLSDCD2pYtqH4a\n+awYkC7fNVMbEEF3cn5+q1j/dILllwrCSKSAOwIDAQABAoIBAQDAXUMH3IPKC3dR\nXodEa2a/F9s9hO9iCGnd7T9fM5sTpid2ybzgQkCXqhAyPnC4Q7SMYRTG767nwUQK\nIc8jrdP/Oq0ZRU/WjK8PJRR3AuK7OSAzEUCIbLjczaORsvlz+k5+7qe/v4uhuVry\n1wHPUx1AFXZCrWFDHTTbEveKkkwz5fzfwBbN9PHgC0y4TTMdLH1eySMjWapeKccJ\nOveBUkxgD3YyEO5CUtQPzOUasp6R11fWZhFYesr/aUJSlicWtFrWK/yUj+uqnAHI\nQxaC8XeG7/XgD36tCMUVk69SpX0bVvQuZZCW3b01zyzXTGeRansFs2fSBRNuxvuK\nKv96zNR5AoGBAPKf9VSbD3RsR5bJVuAeNMIZ1/RAd8t3C5nRx6i6wYRPplEA0+xm\nr5oBtkamgudR6IvM/+vr3NypYGkSokFmJhTcKeD7XfnYHQSDn8EdJ9JDYfRS7gVp\nUEsQoUKx87KVQyQJOZzQ6a2dZs6+On0ExorYpyscoNxaJ1dPV8uZJHiNAoGBAOHj\nv7sd4iN2zQiUe0jBXF/+ZbGayw0SDsyPSW1G2+mrCa34DW3OOCFoHRHgbAo0xNvU\n3qlrOhqybZgx2SQ1Q9/fSBC6P+nPhVdL/RhVaTJdNePryvLkRNaj3PkN/mQkGzdD\nVO4XhD8e6ejeLJSueCK8uNl4XIzmU8XQ+MLd0t3nAoGBAN3tJpBvDSHm8Uyhec+i\nkYuB7CDE307C41+dnU1fFieaW3z4juBLxQ/PxRS2tkI0j8tghi8cHXfRjhhOLRA5\nCVhHUh8yjfE8lr5MT1JrAsO3UuATAxj8Da+71GWXNFwDX9iUf5hLF5Pwx9sP8Zvt\nRFY4eiBbHWCxLg8Uyi+3Mr75AoGAV7WeEeLFlu2fKTC2OgbSfneCNxcatqWHV4hf\ng23bH/0IkiNZ24QSKW6KsxFIAiKBObaLCo+XDRyxD0JzxOplw3yoN86J2Jh6du4L\nhTJM2YB1110L/YoC7LDNsWrslyep5ahgRt6cvAGd44y5FLY18Y8D23UvwooAhzPg\nE5IcOYsCgYEA3FTRJIVnQtYy0XbgSio9iRr/iAyX6hct20FR0TyVnTVx3zAzkp8H\nu4xNvu3dROqTpX1sp43eUssKqYFX4Kj+N3pCL2r0zWv8ADChPJc6pXatePIV+AfX\nmVoWUb5ZHXdUGylvSEdkkPYKBaPiqsXkXKNd/9pKkz+OIeRrRUVLi1U=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-22 12:53:58,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa used request id req-0ca35f65-2158-404c-93ea-9acb16f8a3b8 2018-09-22 12:54:01,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/70af953f-c88e-430b-87e9-43966b3e2bfa -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37132ae685153dbbec3dc87ff8a1ee0a2fd2c0df" 2018-09-22 12:54:01,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:01 GMT Server: Apache x-openstack-request-id: req-d86ed645-6de6-4b6e-97fa-d006b07e5a14 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:01,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:01 GMT Server: Apache x-openstack-request-id: req-9dcef57f-4755-4caa-acce-4d9f577ac4dc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2195 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor2", "OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "70af953f-c88e-430b-87e9-43966b3e2bfa", "OS::stack_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack", "stack_user_project_id": "8016259309b342a0a1dec3bb37b49d47", "stack_status_reason": "Resource CREATE failed: OverQuotaClient: resources.management_router: Quota exceeded for resources: ['router'].\nNeutron server returns request_ids: ['req-daa84248-b3d3-4f85-8d13-4c32d9f6c463']", "creation_time": "2018-09-22T12:53:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "70af953f-c88e-430b-87e9-43966b3e2bfa", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA1hZwLJWC2iLT71lhDJIrmNLWVkcHvywKyp/N1YFEuS7vHWOB\nDMOmZs7aYlJOtO2cLW2CaAQGYSDaCoCgAT0kvCnFNyf2ACZreTMBWjeF0KPJZgz6\ntTo2Mz+OEBZgUrg0zJJt1QltNtqy25vFcXSr1kKeokiS3yQGqUrKGIAwKQ4mQF8j\nppRgqKUQsL7ZyMomh7d7G29sA0+bhU00KRZxv/sP5OsBOzw6YjV6Ki/KAbbrb++U\nic90gEr0Q5fHcVIhd+Mbn83bxWc1+j8GWL9qI4TR7+lqSrPEhaDLSDCD2pYtqH4a\n+awYkC7fNVMbEEF3cn5+q1j/dILllwrCSKSAOwIDAQABAoIBAQDAXUMH3IPKC3dR\nXodEa2a/F9s9hO9iCGnd7T9fM5sTpid2ybzgQkCXqhAyPnC4Q7SMYRTG767nwUQK\nIc8jrdP/Oq0ZRU/WjK8PJRR3AuK7OSAzEUCIbLjczaORsvlz+k5+7qe/v4uhuVry\n1wHPUx1AFXZCrWFDHTTbEveKkkwz5fzfwBbN9PHgC0y4TTMdLH1eySMjWapeKccJ\nOveBUkxgD3YyEO5CUtQPzOUasp6R11fWZhFYesr/aUJSlicWtFrWK/yUj+uqnAHI\nQxaC8XeG7/XgD36tCMUVk69SpX0bVvQuZZCW3b01zyzXTGeRansFs2fSBRNuxvuK\nKv96zNR5AoGBAPKf9VSbD3RsR5bJVuAeNMIZ1/RAd8t3C5nRx6i6wYRPplEA0+xm\nr5oBtkamgudR6IvM/+vr3NypYGkSokFmJhTcKeD7XfnYHQSDn8EdJ9JDYfRS7gVp\nUEsQoUKx87KVQyQJOZzQ6a2dZs6+On0ExorYpyscoNxaJ1dPV8uZJHiNAoGBAOHj\nv7sd4iN2zQiUe0jBXF/+ZbGayw0SDsyPSW1G2+mrCa34DW3OOCFoHRHgbAo0xNvU\n3qlrOhqybZgx2SQ1Q9/fSBC6P+nPhVdL/RhVaTJdNePryvLkRNaj3PkN/mQkGzdD\nVO4XhD8e6ejeLJSueCK8uNl4XIzmU8XQ+MLd0t3nAoGBAN3tJpBvDSHm8Uyhec+i\nkYuB7CDE307C41+dnU1fFieaW3z4juBLxQ/PxRS2tkI0j8tghi8cHXfRjhhOLRA5\nCVhHUh8yjfE8lr5MT1JrAsO3UuATAxj8Da+71GWXNFwDX9iUf5hLF5Pwx9sP8Zvt\nRFY4eiBbHWCxLg8Uyi+3Mr75AoGAV7WeEeLFlu2fKTC2OgbSfneCNxcatqWHV4hf\ng23bH/0IkiNZ24QSKW6KsxFIAiKBObaLCo+XDRyxD0JzxOplw3yoN86J2Jh6du4L\nhTJM2YB1110L/YoC7LDNsWrslyep5ahgRt6cvAGd44y5FLY18Y8D23UvwooAhzPg\nE5IcOYsCgYEA3FTRJIVnQtYy0XbgSio9iRr/iAyX6hct20FR0TyVnTVx3zAzkp8H\nu4xNvu3dROqTpX1sp43eUssKqYFX4Kj+N3pCL2r0zWv8ADChPJc6pXatePIV+AfX\nmVoWUb5ZHXdUGylvSEdkkPYKBaPiqsXkXKNd/9pKkz+OIeRrRUVLi1U=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-09-22 12:54:01,810 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack/70af953f-c88e-430b-87e9-43966b3e2bfa used request id req-9dcef57f-4755-4caa-acce-4d9f577ac4dc 2018-09-22 12:54:01,822 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-22 12:54:01,822 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:54:01,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:02,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["kz4nzWWcSD6RouEQj3urNw"], "issued_at": "2018-09-22T12:54:02.000000Z"}} 2018-09-22 12:54:02,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23044c08061b7ed6e7b97d0336b6a83430f74033" -d '{"stack_name": "HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-09-22 12:54:04,580 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:54:02 GMT Server: Apache x-openstack-request-id: req-63985400-b3bc-430f-8adc-abcd8ef3df42 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "a6aef345-365e-4218-84f5-9f1709e70609", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609", "rel": "self"}]}} 2018-09-22 12:54:04,580 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks used request id req-63985400-b3bc-430f-8adc-abcd8ef3df42 2018-09-22 12:54:04,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/a6aef345-365e-4218-84f5-9f1709e70609 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23044c08061b7ed6e7b97d0336b6a83430f74033" 2018-09-22 12:54:04,767 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:04 GMT Server: Apache x-openstack-request-id: req-c070785f-0e0a-4910-a305-16fdedd6bbd2 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:04,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:04 GMT Server: Apache x-openstack-request-id: req-62806c30-fb55-4e6a-b8dd-dee455f8a356 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 506 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "a6aef345-365e-4218-84f5-9f1709e70609", "OS::stack_name": "HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack", "stack_user_project_id": "5c061f2310b24c1a87a6018c80c4a067", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:54:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a6aef345-365e-4218-84f5-9f1709e70609", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-22 12:54:04,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609 used request id req-62806c30-fb55-4e6a-b8dd-dee455f8a356 2018-09-22 12:54:04,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/a6aef345-365e-4218-84f5-9f1709e70609 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23044c08061b7ed6e7b97d0336b6a83430f74033" 2018-09-22 12:54:05,136 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:04 GMT Server: Apache x-openstack-request-id: req-86ae2f19-dcf7-4a11-bd72-3bdd20cfe771 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:05,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:05 GMT Server: Apache x-openstack-request-id: req-b1948c8e-9f6c-4c94-88ec-3012afae1942 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "a6aef345-365e-4218-84f5-9f1709e70609", "OS::stack_name": "HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack", "stack_user_project_id": "5c061f2310b24c1a87a6018c80c4a067", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-22T12:54:03Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a6aef345-365e-4218-84f5-9f1709e70609", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-09-22 12:54:05,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609 used request id req-b1948c8e-9f6c-4c94-88ec-3012afae1942 2018-09-22 12:54:05,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/a6aef345-365e-4218-84f5-9f1709e70609/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23044c08061b7ed6e7b97d0336b6a83430f74033" 2018-09-22 12:54:05,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:05 GMT Server: Apache x-openstack-request-id: req-9c2d4857-260e-4e93-8482-eaed705a25fe Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:06,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:05 GMT Server: Apache x-openstack-request-id: req-aff3afc2-4000-44d6-83cd-f6b20351b10c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-09-22T12:54:04Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:54:04Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c8100c54-bbcd-44a3-a8f6-9c2333bfecc4", "resource_type": "OS::Nova::Flavor"}]} 2018-09-22 12:54:06,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609/resources used request id req-aff3afc2-4000-44d6-83cd-f6b20351b10c 2018-09-22 12:54:06,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/c8100c54-bbcd-44a3-a8f6-9c2333bfecc4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23044c08061b7ed6e7b97d0336b6a83430f74033" 2018-09-22 12:54:06,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1d4f388-1b5c-4b82-8634-ec141c19fd31 x-compute-request-id: req-b1d4f388-1b5c-4b82-8634-ec141c19fd31 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c8100c54-bbcd-44a3-a8f6-9c2333bfecc4", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c8100c54-bbcd-44a3-a8f6-9c2333bfecc4", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "c8100c54-bbcd-44a3-a8f6-9c2333bfecc4", "name": "HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack-flavor-tpx4gv4o77cp", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:54:06,245 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/c8100c54-bbcd-44a3-a8f6-9c2333bfecc4 used request id req-b1d4f388-1b5c-4b82-8634-ec141c19fd31 2018-09-22 12:54:06,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/a6aef345-365e-4218-84f5-9f1709e70609 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23044c08061b7ed6e7b97d0336b6a83430f74033" 2018-09-22 12:54:06,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:06 GMT Server: Apache x-openstack-request-id: req-05c5c49b-2113-4569-94e8-b0a06eae98f2 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:06,564 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:54:06 GMT Server: Apache x-openstack-request-id: req-1bd24d9b-2430-4bfe-8a99-36433ee0e7bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:54:06,565 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsFlavorTests-bde84ffe-07f9-48d4-97bf-5ff325b8566a-stack/a6aef345-365e-4218-84f5-9f1709e70609 used request id req-1bd24d9b-2430-4bfe-8a99-36433ee0e7bf 2018-09-22 12:54:06,566 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-22 12:54:06,566 - nova_utils - DEBUG - Retrieving Nova Client 2018-09-22 12:54:06,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:06,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["nUSyLnyOSqO8lDSC7f3N3A"], "issued_at": "2018-09-22T12:54:06.000000Z"}} 2018-09-22 12:54:06,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41d7238d9bc9d9cd6b929c1fc9b09c76bbb94d7" -d '{"stack_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-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-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp"}}' 2018-09-22 12:54:08,586 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:54:06 GMT Server: Apache x-openstack-request-id: req-b12e08ef-ef24-4a8b-b8c9-77a69ca09887 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "2200295d-b5fc-4a84-959a-d36991437497", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497", "rel": "self"}]}} 2018-09-22 12:54:08,587 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks used request id req-b12e08ef-ef24-4a8b-b8c9-77a69ca09887 2018-09-22 12:54:08,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/2200295d-b5fc-4a84-959a-d36991437497 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41d7238d9bc9d9cd6b929c1fc9b09c76bbb94d7" 2018-09-22 12:54:08,757 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:08 GMT Server: Apache x-openstack-request-id: req-e540e186-68f2-494f-92fc-dfa11653d4c9 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:08,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:08 GMT Server: Apache x-openstack-request-id: req-be26ee1d-6a24-46ee-99d2-9ebb93aa53af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 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": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "2200295d-b5fc-4a84-959a-d36991437497", "OS::stack_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack", "keypair_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack", "stack_user_project_id": "d2550a35ca204688a3f3db617364705c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:54:07Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2200295d-b5fc-4a84-959a-d36991437497", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-22 12:54:08,950 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497 used request id req-be26ee1d-6a24-46ee-99d2-9ebb93aa53af 2018-09-22 12:54:08,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/2200295d-b5fc-4a84-959a-d36991437497 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41d7238d9bc9d9cd6b929c1fc9b09c76bbb94d7" 2018-09-22 12:54:09,121 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:08 GMT Server: Apache x-openstack-request-id: req-65fc1f3c-9e1d-40a7-a984-04f1dcaa061f Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:09,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:09 GMT Server: Apache x-openstack-request-id: req-2845a2d3-fde5-4327-8e50-4079073a0bb3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 557 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": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "2200295d-b5fc-4a84-959a-d36991437497", "OS::stack_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack", "keypair_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack", "stack_user_project_id": "d2550a35ca204688a3f3db617364705c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:54:07Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2200295d-b5fc-4a84-959a-d36991437497", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-22 12:54:09,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497 used request id req-2845a2d3-fde5-4327-8e50-4079073a0bb3 2018-09-22 12:54:12,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/2200295d-b5fc-4a84-959a-d36991437497 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41d7238d9bc9d9cd6b929c1fc9b09c76bbb94d7" 2018-09-22 12:54:12,480 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:12 GMT Server: Apache x-openstack-request-id: req-d5afacc4-0db2-43c8-8110-051fddd8179d Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:12,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:12 GMT Server: Apache x-openstack-request-id: req-b0750d2e-8829-4426-b857-9921c785addd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1909 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": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "2200295d-b5fc-4a84-959a-d36991437497", "OS::stack_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack", "keypair_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack", "stack_user_project_id": "d2550a35ca204688a3f3db617364705c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-22T12:54:07Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2200295d-b5fc-4a84-959a-d36991437497", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0dswwnXCCuAAvgqYpYrh+lySQGQYSBoW/ySZF1bA5lfumebt\nMwfDxxQ0RTQKsfsyKH2QcbrdMx6z6VSyhKE1akB0LIIDuMJc6RyeGEaj3kcF6tPT\npxUVCzlqxx3Bq7VKPw/hgb+iDR7gh30vZ7PPUQC9dE/Ha/wxAmS617S5Smk3bQXb\nYdyfBlGAbwmy3x5JtYyuclZ6cxjSe19fMSilr+ZGtovP62VFwre6LGS7s8cBVOu9\nfD1x1EC3TPBgAmLWpf3mFSyPdnpYSd5Ozj0ulLxby74DVl+1tkUKSONJklBC8riq\nsVj2aS9j3IMrE6yWk+Ge3xRoadgFGwMp/l5qYwIDAQABAoIBAH1Gn1YG3D6HuIm6\nY6O3Q+2kY35jAofQY1gOrgFbva4EYiCn1YP4J6xpaEbDqXrUXP4E7zylc7U3p+kr\nsaIxZmS2c2O6faRHCxXyCoKtcNeZiHPF3nzIvhZEQXT6U4pAoEEDJvjAwGmavCjF\n143Nrn5Jtc+AbKkPFOa74Tox3ccH8d1omMxRaXe5Zf/dVzJdpbZ/dRFfm46TjTuv\n66XO4FF0jlf1Cp82OKMmdCjkiJ2ppy5GEl4LGXSKexsfecM+MxKPEXOW3xppxpjQ\nqT5yDwuc9VWUsXUjJhhddK3CHdddzXWSCZwZY8tdrbmqMmD1nDTcpFJTGd3i2pXQ\nsGWjsskCgYEA6BaHEsqZaU28TUfe54ntMLGTF8k+e/hvJVTDUt1BetX211K7jA1O\na7rwjX34LalmFz5JORiuNe6KDrFtW5jR9uisI0iwRHRdTTYbeTUGM2NRO1e12580\ntEYJCTG4vPp/epqUkxtmlgDB8Td+ckNqMY+nMyljPD/rUxxWnk9UGAUCgYEA53pI\n9KYJS4eNsj64rq/6Er1I55qzQgNXjPLonG4CDA/oGDvvZScJbpjrBII870nKHwuP\nx20LYuzGOlOVC5RNMV7vfbi95KxSp2CIq0tWySnyIBb/Jq0bUcTo5uby4UgtaA+x\n7VcYx+hSsOWaW4xpBQOllqKVF99gcIeUxZddjUcCgYBWi+gM2t5AhYt9qhp2b1my\n+dUnXpVdd3RDEIvR/84mN1nYS/LCNEgVJl4D9YCxzmTSsBhwIUL9u5liB0oHiUJq\n97MRaU7KCDauz0mJdnt8eEHXhkq7vm/R9ffypMcGOceF+dUD0oj70QaBpDcT9w3H\ns5EfJATsd82SbZPjbyOl3QKBgQChtpurVyfdPWkvooPxfn2Ng/Gf5ELhlmYe0UDS\nsEP7200BSTX5C+mZ+3kM4FPjtEBhqfkbkMHIrbPa4bOZsFSxbiqQQXVggUcJKfaw\n/OQ3i3ddFdPRWFRirtcrISODYaJfNb/PGO72EgdbEDzjQlfIKgEQGKtiTysX0pCL\n7jBsVwKBgQC0QEo9kBme+7eOEYxcqamptlXKzGj2WfGZJb4vH73/EaGPABGnbnko\n16wIF11aaX5E7M7ygb4zBqaBYCVr8qA04B+FPESCcKHid96NjO0TUTv79wcVKQJM\nu9xVJ2TkpP6nrVXql4uax6EH2roWaXycVtQjBwl9X6lsCG1GftBrfg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-22 12:54:12,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497 used request id req-b0750d2e-8829-4426-b857-9921c785addd 2018-09-22 12:54:12,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/2200295d-b5fc-4a84-959a-d36991437497/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41d7238d9bc9d9cd6b929c1fc9b09c76bbb94d7" 2018-09-22 12:54:12,682 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:12 GMT Server: Apache x-openstack-request-id: req-8dd67a10-d80a-4a5b-96f4-e2d14636edbb Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:12,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:12 GMT Server: Apache x-openstack-request-id: req-b5d0ebb9-1b68-4a38-b32d-d15d99be53f0 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.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-09-22T12:54:08Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:54:08Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-09-22 12:54:12,862 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497/resources used request id req-b5d0ebb9-1b68-4a38-b32d-d15d99be53f0 2018-09-22 12:54:12,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41d7238d9bc9d9cd6b929c1fc9b09c76bbb94d7" 2018-09-22 12:54:12,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54: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-5874b298-a694-44d7-96cd-160c86382963 x-compute-request-id: req-5874b298-a694-44d7-96cd-160c86382963 Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDR2zDCdcIK4AC+CpiliuH6XJJAZBhIGhb/JJkXVsDmV+6Z5u0zB8PHFDRFNAqx+zIofZBxut0zHrPpVLKEoTVqQHQsggO4wlzpHJ4YRqPeRwXq09OnFRULOWrHHcGrtUo/D+GBv6INHuCHfS9ns89RAL10T8dr/DECZLrXtLlKaTdtBdth3J8GUYBvCbLfHkm1jK5yVnpzGNJ7X18xKKWv5ka2i8/rZUXCt7osZLuzxwFU6718PXHUQLdM8GACYtal/eYVLI92elhJ3k7OPS6UvFvLvgNWX7W2RQpI40mSUELyuKqxWPZpL2PcgysTrJaT4Z7fFGhp2AUbAyn+Xmpj Generated-by-Nova", "user_id": "004b6165ea564cfbb572adf1581ebe50", "name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp", "deleted": false, "created_at": "2018-09-22T12:54:09.000000", "updated_at": null, "fingerprint": "40:43:3d:23:2a:68:a7:4d:01:51:4f:03:37:45:a0:95", "deleted_at": null, "id": 15}} 2018-09-22 12:54:12,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp used request id req-5874b298-a694-44d7-96cd-160c86382963 2018-09-22 12:54:12,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/2200295d-b5fc-4a84-959a-d36991437497 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41d7238d9bc9d9cd6b929c1fc9b09c76bbb94d7" 2018-09-22 12:54:13,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:12 GMT Server: Apache x-openstack-request-id: req-42fb41cd-cae0-4680-bdc3-a734c0f29130 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:13,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:13 GMT Server: Apache x-openstack-request-id: req-5cb7e931-a616-4bdd-b39f-4e6a1f65fa2a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1909 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": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "2200295d-b5fc-4a84-959a-d36991437497", "OS::stack_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack", "keypair_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack", "stack_user_project_id": "d2550a35ca204688a3f3db617364705c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-22T12:54:07Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2200295d-b5fc-4a84-959a-d36991437497", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0dswwnXCCuAAvgqYpYrh+lySQGQYSBoW/ySZF1bA5lfumebt\nMwfDxxQ0RTQKsfsyKH2QcbrdMx6z6VSyhKE1akB0LIIDuMJc6RyeGEaj3kcF6tPT\npxUVCzlqxx3Bq7VKPw/hgb+iDR7gh30vZ7PPUQC9dE/Ha/wxAmS617S5Smk3bQXb\nYdyfBlGAbwmy3x5JtYyuclZ6cxjSe19fMSilr+ZGtovP62VFwre6LGS7s8cBVOu9\nfD1x1EC3TPBgAmLWpf3mFSyPdnpYSd5Ozj0ulLxby74DVl+1tkUKSONJklBC8riq\nsVj2aS9j3IMrE6yWk+Ge3xRoadgFGwMp/l5qYwIDAQABAoIBAH1Gn1YG3D6HuIm6\nY6O3Q+2kY35jAofQY1gOrgFbva4EYiCn1YP4J6xpaEbDqXrUXP4E7zylc7U3p+kr\nsaIxZmS2c2O6faRHCxXyCoKtcNeZiHPF3nzIvhZEQXT6U4pAoEEDJvjAwGmavCjF\n143Nrn5Jtc+AbKkPFOa74Tox3ccH8d1omMxRaXe5Zf/dVzJdpbZ/dRFfm46TjTuv\n66XO4FF0jlf1Cp82OKMmdCjkiJ2ppy5GEl4LGXSKexsfecM+MxKPEXOW3xppxpjQ\nqT5yDwuc9VWUsXUjJhhddK3CHdddzXWSCZwZY8tdrbmqMmD1nDTcpFJTGd3i2pXQ\nsGWjsskCgYEA6BaHEsqZaU28TUfe54ntMLGTF8k+e/hvJVTDUt1BetX211K7jA1O\na7rwjX34LalmFz5JORiuNe6KDrFtW5jR9uisI0iwRHRdTTYbeTUGM2NRO1e12580\ntEYJCTG4vPp/epqUkxtmlgDB8Td+ckNqMY+nMyljPD/rUxxWnk9UGAUCgYEA53pI\n9KYJS4eNsj64rq/6Er1I55qzQgNXjPLonG4CDA/oGDvvZScJbpjrBII870nKHwuP\nx20LYuzGOlOVC5RNMV7vfbi95KxSp2CIq0tWySnyIBb/Jq0bUcTo5uby4UgtaA+x\n7VcYx+hSsOWaW4xpBQOllqKVF99gcIeUxZddjUcCgYBWi+gM2t5AhYt9qhp2b1my\n+dUnXpVdd3RDEIvR/84mN1nYS/LCNEgVJl4D9YCxzmTSsBhwIUL9u5liB0oHiUJq\n97MRaU7KCDauz0mJdnt8eEHXhkq7vm/R9ffypMcGOceF+dUD0oj70QaBpDcT9w3H\ns5EfJATsd82SbZPjbyOl3QKBgQChtpurVyfdPWkvooPxfn2Ng/Gf5ELhlmYe0UDS\nsEP7200BSTX5C+mZ+3kM4FPjtEBhqfkbkMHIrbPa4bOZsFSxbiqQQXVggUcJKfaw\n/OQ3i3ddFdPRWFRirtcrISODYaJfNb/PGO72EgdbEDzjQlfIKgEQGKtiTysX0pCL\n7jBsVwKBgQC0QEo9kBme+7eOEYxcqamptlXKzGj2WfGZJb4vH73/EaGPABGnbnko\n16wIF11aaX5E7M7ygb4zBqaBYCVr8qA04B+FPESCcKHid96NjO0TUTv79wcVKQJM\nu9xVJ2TkpP6nrVXql4uax6EH2roWaXycVtQjBwl9X6lsCG1GftBrfg==\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-09-22 12:54:13,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497 used request id req-5cb7e931-a616-4bdd-b39f-4e6a1f65fa2a 2018-09-22 12:54:13,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41d7238d9bc9d9cd6b929c1fc9b09c76bbb94d7" 2018-09-22 12:54:13,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54: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-2c137add-d934-41fe-ae92-b4600db75b3c x-compute-request-id: req-2c137add-d934-41fe-ae92-b4600db75b3c Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDR2zDCdcIK4AC+CpiliuH6XJJAZBhIGhb/JJkXVsDmV+6Z5u0zB8PHFDRFNAqx+zIofZBxut0zHrPpVLKEoTVqQHQsggO4wlzpHJ4YRqPeRwXq09OnFRULOWrHHcGrtUo/D+GBv6INHuCHfS9ns89RAL10T8dr/DECZLrXtLlKaTdtBdth3J8GUYBvCbLfHkm1jK5yVnpzGNJ7X18xKKWv5ka2i8/rZUXCt7osZLuzxwFU6718PXHUQLdM8GACYtal/eYVLI92elhJ3k7OPS6UvFvLvgNWX7W2RQpI40mSUELyuKqxWPZpL2PcgysTrJaT4Z7fFGhp2AUbAyn+Xmpj Generated-by-Nova", "user_id": "004b6165ea564cfbb572adf1581ebe50", "name": "HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp", "deleted": false, "created_at": "2018-09-22T12:54:09.000000", "updated_at": null, "fingerprint": "40:43:3d:23:2a:68:a7:4d:01:51:4f:03:37:45:a0:95", "deleted_at": null, "id": 15}} 2018-09-22 12:54:13,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-kp used request id req-2c137add-d934-41fe-ae92-b4600db75b3c 2018-09-22 12:54:13,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/2200295d-b5fc-4a84-959a-d36991437497 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a41d7238d9bc9d9cd6b929c1fc9b09c76bbb94d7" 2018-09-22 12:54:13,561 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:13 GMT Server: Apache x-openstack-request-id: req-2c94f197-c90e-43ac-bb6c-dedfc9b9bea6 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:13,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:54:13 GMT Server: Apache x-openstack-request-id: req-3370c28e-c7dd-4e41-8c02-41df797b2b1f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:54:13,753 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsKeypairTests-82832d92-7d3f-416e-b8ef-41b95a0f48eb-stack/2200295d-b5fc-4a84-959a-d36991437497 used request id req-3370c28e-c7dd-4e41-8c02-41df797b2b1f 2018-09-22 12:54:13,754 - heat_utils - DEBUG - Retrieving Heat Client 2018-09-22 12:54:13,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:14,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["EddkS5P6TDiKgU5aU39kjQ"], "issued_at": "2018-09-22T12:54:14.000000Z"}} 2018-09-22 12:54:14,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967de55822fd854f96a2be831a1234465cb62d11" -d '{"stack_name": "HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-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-3689ee7c-172b-4c73-90d2-f1eafb631dba-sec-grp"}}' 2018-09-22 12:54:16,130 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:54:14 GMT Server: Apache x-openstack-request-id: req-de75d9ae-b549-44fe-8e25-ab476d98a258 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "33706005-b551-420c-a26a-4668a8ddd283", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283", "rel": "self"}]}} 2018-09-22 12:54:16,130 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks used request id req-de75d9ae-b549-44fe-8e25-ab476d98a258 2018-09-22 12:54:16,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/33706005-b551-420c-a26a-4668a8ddd283 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967de55822fd854f96a2be831a1234465cb62d11" 2018-09-22 12:54:16,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:16 GMT Server: Apache x-openstack-request-id: req-6c0de4d6-4c8b-4e75-b3cf-ad7707258b24 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:16,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:16 GMT Server: Apache x-openstack-request-id: req-2af5ab48-45bd-4b4f-a74e-4d885c3a6b5c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "33706005-b551-420c-a26a-4668a8ddd283", "OS::stack_name": "HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack", "security_group_name": "HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack", "stack_user_project_id": "b5a89e0296e44f61a4114b2336319507", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:54:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "33706005-b551-420c-a26a-4668a8ddd283", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-22 12:54:16,499 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283 used request id req-2af5ab48-45bd-4b4f-a74e-4d885c3a6b5c 2018-09-22 12:54:16,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/33706005-b551-420c-a26a-4668a8ddd283 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967de55822fd854f96a2be831a1234465cb62d11" 2018-09-22 12:54:16,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:16 GMT Server: Apache x-openstack-request-id: req-f8cc7b64-5fca-4eab-af52-b230124596c9 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:16,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:16 GMT Server: Apache x-openstack-request-id: req-ea770c2d-e785-4894-a624-8bb9c73e86cc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "33706005-b551-420c-a26a-4668a8ddd283", "OS::stack_name": "HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack", "security_group_name": "HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack", "stack_user_project_id": "b5a89e0296e44f61a4114b2336319507", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-09-22T12:54:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "33706005-b551-420c-a26a-4668a8ddd283", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-22 12:54:16,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283 used request id req-ea770c2d-e785-4894-a624-8bb9c73e86cc 2018-09-22 12:54:19,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/33706005-b551-420c-a26a-4668a8ddd283 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967de55822fd854f96a2be831a1234465cb62d11" 2018-09-22 12:54:20,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:19 GMT Server: Apache x-openstack-request-id: req-39173b05-bee8-4b5c-88bc-f7d6453ccc09 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:20,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:20 GMT Server: Apache x-openstack-request-id: req-301983d5-acdd-41ed-ac9a-d06687fffd69 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "e0be80d39933400abe48c8503e28224e", "OS::stack_id": "33706005-b551-420c-a26a-4668a8ddd283", "OS::stack_name": "HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack", "security_group_name": "HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack", "stack_user_project_id": "b5a89e0296e44f61a4114b2336319507", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-22T12:54:15Z", "links": [{"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "33706005-b551-420c-a26a-4668a8ddd283", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-09-22 12:54:20,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283 used request id req-301983d5-acdd-41ed-ac9a-d06687fffd69 2018-09-22 12:54:20,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/33706005-b551-420c-a26a-4668a8ddd283/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967de55822fd854f96a2be831a1234465cb62d11" 2018-09-22 12:54:20,300 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:20 GMT Server: Apache x-openstack-request-id: req-8f23d814-bf2e-465f-8c72-1a33785c5109 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:20,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:20 GMT Server: Apache x-openstack-request-id: req-1e6c8ab3-a9fc-428c-9231-4910f728a931 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.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-09-22T12:54:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-09-22T12:54:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d6b3d361-e301-43c2-a046-dda3a96cdb74", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-09-22 12:54:20,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283/resources used request id req-1e6c8ab3-a9fc-428c-9231-4910f728a931 2018-09-22 12:54:20,490 - neutron_utils - INFO - Retrieving security group with ID - d6b3d361-e301-43c2-a046-dda3a96cdb74 2018-09-22 12:54:20,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=d6b3d361-e301-43c2-a046-dda3a96cdb74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967de55822fd854f96a2be831a1234465cb62d11" 2018-09-22 12:54:20,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-f9d31374-e024-4f7f-b776-dc9fdd0233cd Date: Sat, 22 Sep 2018 12:54:20 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:54:16Z", "updated_at": "2018-09-22T12:54:18Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-22T12:54:18Z", "revision_number": 0, "id": "54c43cf3-8f94-4533-8e8e-90cfda558573", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-22T12:54:18Z", "security_group_id": "d6b3d361-e301-43c2-a046-dda3a96cdb74", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": null, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-22T12:54:17Z", "revision_number": 0, "id": "9c195bb5-71f1-46c1-af26-a51f60de2091", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-09-22T12:54:17Z", "security_group_id": "d6b3d361-e301-43c2-a046-dda3a96cdb74", "tenant_id": "e0be80d39933400abe48c8503e28224e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e0be80d39933400abe48c8503e28224e"}], "revision_number": 6, "project_id": "e0be80d39933400abe48c8503e28224e", "id": "d6b3d361-e301-43c2-a046-dda3a96cdb74", "name": "HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-sec-grp"}]} 2018-09-22 12:54:20,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=d6b3d361-e301-43c2-a046-dda3a96cdb74 used request id req-f9d31374-e024-4f7f-b776-dc9fdd0233cd 2018-09-22 12:54:20,699 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d6b3d361-e301-43c2-a046-dda3a96cdb74 2018-09-22 12:54:20,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d6b3d361-e301-43c2-a046-dda3a96cdb74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967de55822fd854f96a2be831a1234465cb62d11" 2018-09-22 12:54:20,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-a6e2be6e-34c7-46dc-ba07-6baa2b102733 Date: Sat, 22 Sep 2018 12:54:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-09-22T12:54:18Z", "security_group_id": "d6b3d361-e301-43c2-a046-dda3a96cdb74", "port_range_min": null, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:54:18Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "54c43cf3-8f94-4533-8e8e-90cfda558573"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-09-22T12:54:17Z", "security_group_id": "d6b3d361-e301-43c2-a046-dda3a96cdb74", "port_range_min": 22, "revision_number": 0, "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:54:17Z", "project_id": "e0be80d39933400abe48c8503e28224e", "id": "9c195bb5-71f1-46c1-af26-a51f60de2091"}]} 2018-09-22 12:54:20,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d6b3d361-e301-43c2-a046-dda3a96cdb74 used request id req-a6e2be6e-34c7-46dc-ba07-6baa2b102733 2018-09-22 12:54:20,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/33706005-b551-420c-a26a-4668a8ddd283 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}967de55822fd854f96a2be831a1234465cb62d11" 2018-09-22 12:54:21,045 - keystoneauth.session - DEBUG - RESP: [302] Date: Sat, 22 Sep 2018 12:54:20 GMT Server: Apache x-openstack-request-id: req-5bd05b80-7c90-4e46-967c-576f95a9af54 Location: http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-09-22 12:54:21,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:54:21 GMT Server: Apache x-openstack-request-id: req-59db810e-228c-4d3b-840e-3fce6a53b098 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:54:21,340 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e/stacks/HeatUtilsSecurityGroupTests-3689ee7c-172b-4c73-90d2-f1eafb631dba-stack/33706005-b551-420c-a26a-4668a8ddd283 used request id req-59db810e-228c-4d3b-840e-3fce6a53b098 2018-09-22 12:54:21,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:21,723 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["bW9vCTXsR3KZKS2jwc1vFw"], "issued_at": "2018-09-22T12:54:21.000000Z"}} 2018-09-22 12:54:21,726 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db771e1f34c4e7e676f6ac19a4b192a39c565b4" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-ad436c1d-985d-4f07-91dd-f160e977d96b"}}' 2018-09-22 12:54:22,578 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:21 GMT Server: Apache x-compute-request-id: req-ceb5b374-19ba-438f-9abb-42ef5eeff001 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ceb5b374-19ba-438f-9abb-42ef5eeff001 Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "faeacc4f-1f05-4c49-8a5d-062ee34b36bf", "name": "CinderUtilsQoSTests-ad436c1d-985d-4f07-91dd-f160e977d96b"}, "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/faeacc4f-1f05-4c49-8a5d-062ee34b36bf", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/qos-specs/faeacc4f-1f05-4c49-8a5d-062ee34b36bf", "rel": "bookmark"}]} 2018-09-22 12:54:22,578 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-ceb5b374-19ba-438f-9abb-42ef5eeff001 2018-09-22 12:54:22,582 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ceb5b374-19ba-438f-9abb-42ef5eeff001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db771e1f34c4e7e676f6ac19a4b192a39c565b4" 2018-09-22 12:54:23,284 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:22 GMT Server: Apache x-compute-request-id: req-5407ca7c-ef7c-47a9-83f9-3f0bbebb486c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5407ca7c-ef7c-47a9-83f9-3f0bbebb486c Content-Encoding: gzip Content-Length: 156 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "faeacc4f-1f05-4c49-8a5d-062ee34b36bf", "name": "CinderUtilsQoSTests-ad436c1d-985d-4f07-91dd-f160e977d96b"}]} 2018-09-22 12:54:23,284 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-5407ca7c-ef7c-47a9-83f9-3f0bbebb486c 2018-09-22 12:54:23,285 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ad436c1d-985d-4f07-91dd-f160e977d96b 2018-09-22 12:54:23,287 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/faeacc4f-1f05-4c49-8a5d-062ee34b36bf?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ceb5b374-19ba-438f-9abb-42ef5eeff001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db771e1f34c4e7e676f6ac19a4b192a39c565b4" 2018-09-22 12:54:23,490 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8ed31956-73f1-4124-a1e8-d5bd4ed58914 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:23,490 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/faeacc4f-1f05-4c49-8a5d-062ee34b36bf?force=False used request id req-8ed31956-73f1-4124-a1e8-d5bd4ed58914 2018-09-22 12:54:23,493 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ceb5b374-19ba-438f-9abb-42ef5eeff001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db771e1f34c4e7e676f6ac19a4b192a39c565b4" 2018-09-22 12:54:23,669 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:23 GMT Server: Apache x-compute-request-id: req-8c47df0d-a0cd-45c7-9fc1-a6ec552495a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c47df0d-a0cd-45c7-9fc1-a6ec552495a0 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-09-22 12:54:23,669 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-8c47df0d-a0cd-45c7-9fc1-a6ec552495a0 2018-09-22 12:54:23,670 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ad436c1d-985d-4f07-91dd-f160e977d96b 2018-09-22 12:54:23,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/faeacc4f-1f05-4c49-8a5d-062ee34b36bf?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ceb5b374-19ba-438f-9abb-42ef5eeff001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db771e1f34c4e7e676f6ac19a4b192a39c565b4" 2018-09-22 12:54:23,856 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:54:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-42893ba8-9bbd-4d9c-b2c0-6b55b5810d5a x-openstack-request-id: req-42893ba8-9bbd-4d9c-b2c0-6b55b5810d5a Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec faeacc4f-1f05-4c49-8a5d-062ee34b36bf.", "code": 404}} 2018-09-22 12:54:23,857 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/faeacc4f-1f05-4c49-8a5d-062ee34b36bf?force=False used request id req-42893ba8-9bbd-4d9c-b2c0-6b55b5810d5a 2018-09-22 12:54:23,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:24,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["vGQkqtRBSv6YoXta-oyipQ"], "issued_at": "2018-09-22T12:54:24.000000Z"}} 2018-09-22 12:54:24,248 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4836f12de2c842ef001f5b4d17eef00b0240b1d" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-3cfaae80-f1dc-4bbb-81c7-6c30ea0fee71"}}' 2018-09-22 12:54:25,035 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:24 GMT Server: Apache x-compute-request-id: req-f510443e-dcac-4dda-95bc-217ec0a5e8d6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f510443e-dcac-4dda-95bc-217ec0a5e8d6 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "0fc844aa-d71d-4869-92f9-9ed2d5b9dbd5", "name": "CinderUtilsQoSTests-3cfaae80-f1dc-4bbb-81c7-6c30ea0fee71"}, "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/0fc844aa-d71d-4869-92f9-9ed2d5b9dbd5", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/qos-specs/0fc844aa-d71d-4869-92f9-9ed2d5b9dbd5", "rel": "bookmark"}]} 2018-09-22 12:54:25,035 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-f510443e-dcac-4dda-95bc-217ec0a5e8d6 2018-09-22 12:54:25,038 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f510443e-dcac-4dda-95bc-217ec0a5e8d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4836f12de2c842ef001f5b4d17eef00b0240b1d" 2018-09-22 12:54:25,214 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:25 GMT Server: Apache x-compute-request-id: req-81463377-6d29-4ad9-904a-325d6472a0a1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-81463377-6d29-4ad9-904a-325d6472a0a1 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "0fc844aa-d71d-4869-92f9-9ed2d5b9dbd5", "name": "CinderUtilsQoSTests-3cfaae80-f1dc-4bbb-81c7-6c30ea0fee71"}]} 2018-09-22 12:54:25,214 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-81463377-6d29-4ad9-904a-325d6472a0a1 2018-09-22 12:54:25,217 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/0fc844aa-d71d-4869-92f9-9ed2d5b9dbd5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f510443e-dcac-4dda-95bc-217ec0a5e8d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4836f12de2c842ef001f5b4d17eef00b0240b1d" 2018-09-22 12:54:25,397 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:25 GMT Server: Apache x-compute-request-id: req-7c49c42e-50e4-454f-827f-0b9b344c9fa1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7c49c42e-50e4-454f-827f-0b9b344c9fa1 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "0fc844aa-d71d-4869-92f9-9ed2d5b9dbd5", "name": "CinderUtilsQoSTests-3cfaae80-f1dc-4bbb-81c7-6c30ea0fee71"}, "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/0fc844aa-d71d-4869-92f9-9ed2d5b9dbd5", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/qos-specs/0fc844aa-d71d-4869-92f9-9ed2d5b9dbd5", "rel": "bookmark"}]} 2018-09-22 12:54:25,397 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/0fc844aa-d71d-4869-92f9-9ed2d5b9dbd5 used request id req-7c49c42e-50e4-454f-827f-0b9b344c9fa1 2018-09-22 12:54:25,397 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-3cfaae80-f1dc-4bbb-81c7-6c30ea0fee71 2018-09-22 12:54:25,400 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/0fc844aa-d71d-4869-92f9-9ed2d5b9dbd5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f510443e-dcac-4dda-95bc-217ec0a5e8d6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4836f12de2c842ef001f5b4d17eef00b0240b1d" 2018-09-22 12:54:26,556 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2c2b975a-58cb-4650-a850-6b923cf56b1f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:26,556 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/0fc844aa-d71d-4869-92f9-9ed2d5b9dbd5?force=False used request id req-2c2b975a-58cb-4650-a850-6b923cf56b1f 2018-09-22 12:54:26,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:26,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["STYZSleqRMKV4I0dsWOWjQ"], "issued_at": "2018-09-22T12:54:26.000000Z"}} 2018-09-22 12:54:26,933 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d9c26281001e70ab4a96895bb13975daf3bf63" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-3543e249-31a0-48d7-86bd-c9a444a331cf"}}' 2018-09-22 12:54:27,684 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:26 GMT Server: Apache x-compute-request-id: req-0a4dad50-9df2-484b-ad58-c4d68cd04900 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0a4dad50-9df2-484b-ad58-c4d68cd04900 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "8b4bbe1d-3cf6-4905-8017-d2739927b91b", "name": "CinderUtilsQoSTests-3543e249-31a0-48d7-86bd-c9a444a331cf"}, "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/8b4bbe1d-3cf6-4905-8017-d2739927b91b", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/qos-specs/8b4bbe1d-3cf6-4905-8017-d2739927b91b", "rel": "bookmark"}]} 2018-09-22 12:54:27,684 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-0a4dad50-9df2-484b-ad58-c4d68cd04900 2018-09-22 12:54:27,687 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a4dad50-9df2-484b-ad58-c4d68cd04900" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d9c26281001e70ab4a96895bb13975daf3bf63" 2018-09-22 12:54:28,493 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:27 GMT Server: Apache x-compute-request-id: req-378f1e50-c156-444c-9dd0-d3fcbbe11038 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-378f1e50-c156-444c-9dd0-d3fcbbe11038 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "8b4bbe1d-3cf6-4905-8017-d2739927b91b", "name": "CinderUtilsQoSTests-3543e249-31a0-48d7-86bd-c9a444a331cf"}]} 2018-09-22 12:54:28,494 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-378f1e50-c156-444c-9dd0-d3fcbbe11038 2018-09-22 12:54:28,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/8b4bbe1d-3cf6-4905-8017-d2739927b91b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a4dad50-9df2-484b-ad58-c4d68cd04900" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d9c26281001e70ab4a96895bb13975daf3bf63" 2018-09-22 12:54:28,664 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:28 GMT Server: Apache x-compute-request-id: req-6ebfbd45-831f-430b-8730-f01dc88bd165 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6ebfbd45-831f-430b-8730-f01dc88bd165 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "8b4bbe1d-3cf6-4905-8017-d2739927b91b", "name": "CinderUtilsQoSTests-3543e249-31a0-48d7-86bd-c9a444a331cf"}, "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/8b4bbe1d-3cf6-4905-8017-d2739927b91b", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/qos-specs/8b4bbe1d-3cf6-4905-8017-d2739927b91b", "rel": "bookmark"}]} 2018-09-22 12:54:28,664 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/8b4bbe1d-3cf6-4905-8017-d2739927b91b used request id req-6ebfbd45-831f-430b-8730-f01dc88bd165 2018-09-22 12:54:28,664 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-3543e249-31a0-48d7-86bd-c9a444a331cf 2018-09-22 12:54:28,667 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/8b4bbe1d-3cf6-4905-8017-d2739927b91b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a4dad50-9df2-484b-ad58-c4d68cd04900" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d9c26281001e70ab4a96895bb13975daf3bf63" 2018-09-22 12:54:28,717 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1b4c5edd-b319-4ab4-9ad1-19a23f9f974b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:28,717 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/8b4bbe1d-3cf6-4905-8017-d2739927b91b?force=False used request id req-1b4c5edd-b319-4ab4-9ad1-19a23f9f974b 2018-09-22 12:54:28,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:29,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["hPV_uxcvQMm4fCQwUqbx3w"], "issued_at": "2018-09-22T12:54:29.000000Z"}} 2018-09-22 12:54:29,110 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed28d1f54440e0a4541887b07eb8f88c09e3a02a" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-5f87d9ab-b743-449a-8897-21abf3e932d0"}}' 2018-09-22 12:54:29,309 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:29 GMT Server: Apache x-compute-request-id: req-6fd7a024-7184-4ba6-a62e-b3c85828e4b9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6fd7a024-7184-4ba6-a62e-b3c85828e4b9 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "200df997-0903-404a-932c-6fd1b9f7e58a", "name": "CinderUtilsQoSTests-5f87d9ab-b743-449a-8897-21abf3e932d0"}, "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/200df997-0903-404a-932c-6fd1b9f7e58a", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/qos-specs/200df997-0903-404a-932c-6fd1b9f7e58a", "rel": "bookmark"}]} 2018-09-22 12:54:29,309 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-6fd7a024-7184-4ba6-a62e-b3c85828e4b9 2018-09-22 12:54:29,313 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6fd7a024-7184-4ba6-a62e-b3c85828e4b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed28d1f54440e0a4541887b07eb8f88c09e3a02a" 2018-09-22 12:54:29,496 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:29 GMT Server: Apache x-compute-request-id: req-68dec388-d7d0-433a-bc83-8fd427ce834e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-68dec388-d7d0-433a-bc83-8fd427ce834e Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "200df997-0903-404a-932c-6fd1b9f7e58a", "name": "CinderUtilsQoSTests-5f87d9ab-b743-449a-8897-21abf3e932d0"}]} 2018-09-22 12:54:29,496 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-68dec388-d7d0-433a-bc83-8fd427ce834e 2018-09-22 12:54:29,499 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/200df997-0903-404a-932c-6fd1b9f7e58a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6fd7a024-7184-4ba6-a62e-b3c85828e4b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed28d1f54440e0a4541887b07eb8f88c09e3a02a" 2018-09-22 12:54:29,678 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:29 GMT Server: Apache x-compute-request-id: req-05cddd9b-6bd0-4df0-a358-247385c09507 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05cddd9b-6bd0-4df0-a358-247385c09507 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "200df997-0903-404a-932c-6fd1b9f7e58a", "name": "CinderUtilsQoSTests-5f87d9ab-b743-449a-8897-21abf3e932d0"}, "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/200df997-0903-404a-932c-6fd1b9f7e58a", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/qos-specs/200df997-0903-404a-932c-6fd1b9f7e58a", "rel": "bookmark"}]} 2018-09-22 12:54:29,678 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/200df997-0903-404a-932c-6fd1b9f7e58a used request id req-05cddd9b-6bd0-4df0-a358-247385c09507 2018-09-22 12:54:29,678 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-5f87d9ab-b743-449a-8897-21abf3e932d0 2018-09-22 12:54:29,681 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/200df997-0903-404a-932c-6fd1b9f7e58a?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6fd7a024-7184-4ba6-a62e-b3c85828e4b9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed28d1f54440e0a4541887b07eb8f88c09e3a02a" 2018-09-22 12:54:29,949 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a0cae941-f88e-48bf-9e34-b2c734ec7458 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:29,949 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/200df997-0903-404a-932c-6fd1b9f7e58a?force=False used request id req-a0cae941-f88e-48bf-9e34-b2c734ec7458 2018-09-22 12:54:29,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:30,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["fVo-EczLQQ6wlB5Jz5lgIg"], "issued_at": "2018-09-22T12:54:30.000000Z"}} 2018-09-22 12:54:30,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" 2018-09-22 12:54:30,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b2aa450-f667-4f9e-ae80-fdc331cb8279 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:54:30,415 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4b2aa450-f667-4f9e-ae80-fdc331cb8279 2018-09-22 12:54:30,419 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-4c8fd840-edf7-4d76-92bd-0382b849ce39", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-22 12:54:30,801 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:30 GMT Server: Apache x-compute-request-id: req-da2bde18-7624-4871-a066-9d02027a15fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-da2bde18-7624-4871-a066-9d02027a15fb Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "004b6165ea564cfbb572adf1581ebe50", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-22T12:54:30.663435", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-4c8fd840-edf7-4d76-92bd-0382b849ce39", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3134edf7-19f3-4e15-9d47-e94cba95d347", "size": 1}} 2018-09-22 12:54:30,802 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes used request id req-da2bde18-7624-4871-a066-9d02027a15fb 2018-09-22 12:54:30,805 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da2bde18-7624-4871-a066-9d02027a15fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" 2018-09-22 12:54:31,012 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:30 GMT Server: Apache x-compute-request-id: req-fae95aef-4ba9-491b-82ff-1e91a640648e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fae95aef-4ba9-491b-82ff-1e91a640648e Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:54:30.000000", "replication_status": null, "snapshot_id": null, "id": "3134edf7-19f3-4e15-9d47-e94cba95d347", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-4c8fd840-edf7-4d76-92bd-0382b849ce39", "bootable": "false", "created_at": "2018-09-22T12:54:30.000000", "volume_type": null}} 2018-09-22 12:54:31,012 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 used request id req-fae95aef-4ba9-491b-82ff-1e91a640648e 2018-09-22 12:54:31,015 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da2bde18-7624-4871-a066-9d02027a15fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" 2018-09-22 12:54:31,767 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:31 GMT Server: Apache x-compute-request-id: req-245dda1c-0d3a-4c94-9060-d530a7585a17 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-245dda1c-0d3a-4c94-9060-d530a7585a17 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:54:31.000000", "replication_status": null, "snapshot_id": null, "id": "3134edf7-19f3-4e15-9d47-e94cba95d347", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-4c8fd840-edf7-4d76-92bd-0382b849ce39", "bootable": "false", "created_at": "2018-09-22T12:54:30.000000", "volume_type": null}} 2018-09-22 12:54:31,767 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 used request id req-245dda1c-0d3a-4c94-9060-d530a7585a17 2018-09-22 12:54:31,770 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da2bde18-7624-4871-a066-9d02027a15fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" 2018-09-22 12:54:31,962 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:31 GMT Server: Apache x-compute-request-id: req-9c44448b-d008-419c-be1a-e02af4c2b532 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9c44448b-d008-419c-be1a-e02af4c2b532 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:54:31.000000", "replication_status": null, "snapshot_id": null, "id": "3134edf7-19f3-4e15-9d47-e94cba95d347", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-4c8fd840-edf7-4d76-92bd-0382b849ce39", "bootable": "false", "created_at": "2018-09-22T12:54:30.000000", "volume_type": null}]} 2018-09-22 12:54:31,962 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail used request id req-9c44448b-d008-419c-be1a-e02af4c2b532 2018-09-22 12:54:31,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:54:31,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:54:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:54:31,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" 2018-09-22 12:54:32,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7318f1d3-ad7a-4165-9c84-7faacf8727e0 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:54:32,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-7318f1d3-ad7a-4165-9c84-7faacf8727e0 2018-09-22 12:54:32,064 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-4c8fd840-edf7-4d76-92bd-0382b849ce39 2018-09-22 12:54:32,067 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da2bde18-7624-4871-a066-9d02027a15fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" 2018-09-22 12:54:32,334 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f74e685-37f1-4818-a7ae-0215ddf1a13a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:32,334 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 used request id req-5f74e685-37f1-4818-a7ae-0215ddf1a13a 2018-09-22 12:54:32,337 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da2bde18-7624-4871-a066-9d02027a15fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" 2018-09-22 12:54:32,545 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:32 GMT Server: Apache x-compute-request-id: req-268650d8-1277-4911-89ef-3ad78e0ea7d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-268650d8-1277-4911-89ef-3ad78e0ea7d1 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:54:32.000000", "replication_status": null, "snapshot_id": null, "id": "3134edf7-19f3-4e15-9d47-e94cba95d347", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-4c8fd840-edf7-4d76-92bd-0382b849ce39", "bootable": "false", "created_at": "2018-09-22T12:54:30.000000", "volume_type": null}} 2018-09-22 12:54:32,545 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 used request id req-268650d8-1277-4911-89ef-3ad78e0ea7d1 2018-09-22 12:54:35,551 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da2bde18-7624-4871-a066-9d02027a15fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" 2018-09-22 12:54:35,741 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:54:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f8d9ac36-9e52-4e18-9bf7-31f898990a9c x-openstack-request-id: req-f8d9ac36-9e52-4e18-9bf7-31f898990a9c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3134edf7-19f3-4e15-9d47-e94cba95d347 could not be found.", "code": 404}} 2018-09-22 12:54:35,742 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 used request id req-f8d9ac36-9e52-4e18-9bf7-31f898990a9c 2018-09-22 12:54:35,744 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da2bde18-7624-4871-a066-9d02027a15fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" 2018-09-22 12:54:35,934 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:35 GMT Server: Apache x-compute-request-id: req-bff6ad0b-3573-4fd6-a127-b4e432257df1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bff6ad0b-3573-4fd6-a127-b4e432257df1 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-22 12:54:35,935 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail used request id req-bff6ad0b-3573-4fd6-a127-b4e432257df1 2018-09-22 12:54:35,935 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-4c8fd840-edf7-4d76-92bd-0382b849ce39 2018-09-22 12:54:35,938 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da2bde18-7624-4871-a066-9d02027a15fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" 2018-09-22 12:54:36,115 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:54:35 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-16bd53ac-5a66-49f2-807e-e5bb738f0fd7 x-openstack-request-id: req-16bd53ac-5a66-49f2-807e-e5bb738f0fd7 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3134edf7-19f3-4e15-9d47-e94cba95d347 could not be found.", "code": 404}} 2018-09-22 12:54:36,115 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 used request id req-16bd53ac-5a66-49f2-807e-e5bb738f0fd7 2018-09-22 12:54:36,118 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-da2bde18-7624-4871-a066-9d02027a15fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29b95dca09d1a52299ee9372d035a2a0c083e5b3" 2018-09-22 12:54:36,302 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:54:36 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e0b43a77-dde7-4bb6-bf0c-74931c3e6a3a x-openstack-request-id: req-e0b43a77-dde7-4bb6-bf0c-74931c3e6a3a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3134edf7-19f3-4e15-9d47-e94cba95d347 could not be found.", "code": 404}} 2018-09-22 12:54:36,302 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/3134edf7-19f3-4e15-9d47-e94cba95d347 used request id req-e0b43a77-dde7-4bb6-bf0c-74931c3e6a3a 2018-09-22 12:54:36,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:36,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["CCLVxaxPT9en65qI1__Qtg"], "issued_at": "2018-09-22T12:54:36.000000Z"}} 2018-09-22 12:54:36,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886cf3f1b92b4526096d97ccf5b86b2bb45c9c31" 2018-09-22 12:54:36,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af3a6c97-4a0e-459d-b25c-186f18bc7c96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:54:36,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-af3a6c97-4a0e-459d-b25c-186f18bc7c96 2018-09-22 12:54:36,769 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886cf3f1b92b4526096d97ccf5b86b2bb45c9c31" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-5aeb5279-f989-4c28-a44d-be0d3447c8fd", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-09-22 12:54:37,214 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:36 GMT Server: Apache x-compute-request-id: req-01e6dc1e-ab51-4948-aff0-79cab91858c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-01e6dc1e-ab51-4948-aff0-79cab91858c8 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "004b6165ea564cfbb572adf1581ebe50", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-22T12:54:37.030042", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-5aeb5279-f989-4c28-a44d-be0d3447c8fd", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "adf80434-560c-4491-ab21-b0bc55c45576", "size": 1}} 2018-09-22 12:54:37,214 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes used request id req-01e6dc1e-ab51-4948-aff0-79cab91858c8 2018-09-22 12:54:37,218 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-01e6dc1e-ab51-4948-aff0-79cab91858c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886cf3f1b92b4526096d97ccf5b86b2bb45c9c31" 2018-09-22 12:54:37,409 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:37 GMT Server: Apache x-compute-request-id: req-fadefe70-162e-43e3-9614-f9457c077e89 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fadefe70-162e-43e3-9614-f9457c077e89 Content-Encoding: gzip Content-Length: 493 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "adf80434-560c-4491-ab21-b0bc55c45576", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-5aeb5279-f989-4c28-a44d-be0d3447c8fd", "bootable": "false", "created_at": "2018-09-22T12:54:37.000000", "volume_type": null}} 2018-09-22 12:54:37,410 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 used request id req-fadefe70-162e-43e3-9614-f9457c077e89 2018-09-22 12:54:37,413 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-01e6dc1e-ab51-4948-aff0-79cab91858c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886cf3f1b92b4526096d97ccf5b86b2bb45c9c31" 2018-09-22 12:54:37,620 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:37 GMT Server: Apache x-compute-request-id: req-9cf0b0b7-d6d7-4ef5-b4c6-a0e6b0985070 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9cf0b0b7-d6d7-4ef5-b4c6-a0e6b0985070 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:54:37.000000", "replication_status": null, "snapshot_id": null, "id": "adf80434-560c-4491-ab21-b0bc55c45576", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "creating", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "CinderUtilsVolumeTests-5aeb5279-f989-4c28-a44d-be0d3447c8fd", "bootable": "false", "created_at": "2018-09-22T12:54:37.000000", "volume_type": null}} 2018-09-22 12:54:37,620 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 used request id req-9cf0b0b7-d6d7-4ef5-b4c6-a0e6b0985070 2018-09-22 12:54:40,626 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-01e6dc1e-ab51-4948-aff0-79cab91858c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886cf3f1b92b4526096d97ccf5b86b2bb45c9c31" 2018-09-22 12:54:40,824 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:40 GMT Server: Apache x-compute-request-id: req-2f7e9dff-613b-4cd2-902b-e3f18c60285f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2f7e9dff-613b-4cd2-902b-e3f18c60285f Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:54:37.000000", "replication_status": null, "snapshot_id": null, "id": "adf80434-560c-4491-ab21-b0bc55c45576", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-5aeb5279-f989-4c28-a44d-be0d3447c8fd", "bootable": "false", "created_at": "2018-09-22T12:54:37.000000", "volume_type": null}} 2018-09-22 12:54:40,824 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 used request id req-2f7e9dff-613b-4cd2-902b-e3f18c60285f 2018-09-22 12:54:40,827 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-01e6dc1e-ab51-4948-aff0-79cab91858c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886cf3f1b92b4526096d97ccf5b86b2bb45c9c31" 2018-09-22 12:54:41,023 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:40 GMT Server: Apache x-compute-request-id: req-b1f619dc-64ad-4c04-b8f2-fabb65e821f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b1f619dc-64ad-4c04-b8f2-fabb65e821f6 Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:54:37.000000", "replication_status": null, "snapshot_id": null, "id": "adf80434-560c-4491-ab21-b0bc55c45576", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-5aeb5279-f989-4c28-a44d-be0d3447c8fd", "bootable": "false", "created_at": "2018-09-22T12:54:37.000000", "volume_type": null}]} 2018-09-22 12:54:41,023 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/detail used request id req-b1f619dc-64ad-4c04-b8f2-fabb65e821f6 2018-09-22 12:54:41,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:54:41,032 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:54:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:54:41,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886cf3f1b92b4526096d97ccf5b86b2bb45c9c31" 2018-09-22 12:54:41,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a361c8fd-bd6d-4c9a-9d0b-81cc9f1005ab Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:54:41,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-a361c8fd-bd6d-4c9a-9d0b-81cc9f1005ab 2018-09-22 12:54:41,111 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-5aeb5279-f989-4c28-a44d-be0d3447c8fd 2018-09-22 12:54:41,114 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-01e6dc1e-ab51-4948-aff0-79cab91858c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886cf3f1b92b4526096d97ccf5b86b2bb45c9c31" 2018-09-22 12:54:41,365 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e8764d22-b94f-42e0-8982-7f4ecc1133bd Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:41,365 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 used request id req-e8764d22-b94f-42e0-8982-7f4ecc1133bd 2018-09-22 12:54:41,368 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-01e6dc1e-ab51-4948-aff0-79cab91858c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886cf3f1b92b4526096d97ccf5b86b2bb45c9c31" 2018-09-22 12:54:41,560 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:41 GMT Server: Apache x-compute-request-id: req-33c2066f-4d42-4a70-aa93-3b742b604f18 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-33c2066f-4d42-4a70-aa93-3b742b604f18 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-09-22T12:54:41.000000", "replication_status": null, "snapshot_id": null, "id": "adf80434-560c-4491-ab21-b0bc55c45576", "size": 1, "user_id": "004b6165ea564cfbb572adf1581ebe50", "os-vol-tenant-attr:tenant_id": "e0be80d39933400abe48c8503e28224e", "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-5aeb5279-f989-4c28-a44d-be0d3447c8fd", "bootable": "false", "created_at": "2018-09-22T12:54:37.000000", "volume_type": null}} 2018-09-22 12:54:41,560 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 used request id req-33c2066f-4d42-4a70-aa93-3b742b604f18 2018-09-22 12:54:44,567 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-01e6dc1e-ab51-4948-aff0-79cab91858c8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}886cf3f1b92b4526096d97ccf5b86b2bb45c9c31" 2018-09-22 12:54:44,738 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:54:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-fde10a61-e7ad-4f63-bc2b-db6fb70600f7 x-openstack-request-id: req-fde10a61-e7ad-4f63-bc2b-db6fb70600f7 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume adf80434-560c-4491-ab21-b0bc55c45576 could not be found.", "code": 404}} 2018-09-22 12:54:44,739 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/volumes/adf80434-560c-4491-ab21-b0bc55c45576 used request id req-fde10a61-e7ad-4f63-bc2b-db6fb70600f7 2018-09-22 12:54:44,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:45,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["PDDMgSWMQ3KFgytIItKdCA"], "issued_at": "2018-09-22T12:54:45.000000Z"}} 2018-09-22 12:54:45,132 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ca154674e3923c6c234fe2e39276282fd33254" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-a3759178-0e2c-45ce-b10b-ae3d608c1210", "description": null}}' 2018-09-22 12:54:45,366 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:45 GMT Server: Apache x-compute-request-id: req-77c751b0-6a02-4848-b38b-bd87bb1dcc91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77c751b0-6a02-4848-b38b-bd87bb1dcc91 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-a3759178-0e2c-45ce-b10b-ae3d608c1210", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "28ae1a94-165b-487a-bad8-2b59ddf78b27", "description": null}} 2018-09-22 12:54:45,366 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types used request id req-77c751b0-6a02-4848-b38b-bd87bb1dcc91 2018-09-22 12:54:45,370 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77c751b0-6a02-4848-b38b-bd87bb1dcc91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ca154674e3923c6c234fe2e39276282fd33254" 2018-09-22 12:54:45,541 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:45 GMT Server: Apache x-compute-request-id: req-e7c0e6ce-585b-444e-a55f-18f76bf9d8fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e7c0e6ce-585b-444e-a55f-18f76bf9d8fa Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-a3759178-0e2c-45ce-b10b-ae3d608c1210", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "28ae1a94-165b-487a-bad8-2b59ddf78b27", "description": null}]} 2018-09-22 12:54:45,541 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types?is_public=None used request id req-e7c0e6ce-585b-444e-a55f-18f76bf9d8fa 2018-09-22 12:54:45,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/28ae1a94-165b-487a-bad8-2b59ddf78b27 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77c751b0-6a02-4848-b38b-bd87bb1dcc91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ca154674e3923c6c234fe2e39276282fd33254" 2018-09-22 12:54:45,706 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:45 GMT Server: Apache x-compute-request-id: req-d964e30f-a0d3-4e81-b849-2137cb0d0144 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d964e30f-a0d3-4e81-b849-2137cb0d0144 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-a3759178-0e2c-45ce-b10b-ae3d608c1210", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "28ae1a94-165b-487a-bad8-2b59ddf78b27", "description": null}} 2018-09-22 12:54:45,707 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/28ae1a94-165b-487a-bad8-2b59ddf78b27 used request id req-d964e30f-a0d3-4e81-b849-2137cb0d0144 2018-09-22 12:54:45,710 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/28ae1a94-165b-487a-bad8-2b59ddf78b27/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77c751b0-6a02-4848-b38b-bd87bb1dcc91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ca154674e3923c6c234fe2e39276282fd33254" 2018-09-22 12:54:45,898 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:45 GMT Server: Apache x-compute-request-id: req-ab2c3a20-9e73-4a16-8f1c-8b551f1cb3e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ab2c3a20-9e73-4a16-8f1c-8b551f1cb3e1 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-22 12:54:45,899 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/28ae1a94-165b-487a-bad8-2b59ddf78b27/encryption used request id req-ab2c3a20-9e73-4a16-8f1c-8b551f1cb3e1 2018-09-22 12:54:45,899 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-a3759178-0e2c-45ce-b10b-ae3d608c1210 2018-09-22 12:54:45,902 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/28ae1a94-165b-487a-bad8-2b59ddf78b27 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77c751b0-6a02-4848-b38b-bd87bb1dcc91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ca154674e3923c6c234fe2e39276282fd33254" 2018-09-22 12:54:46,652 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-906eaa8c-ced8-49c0-9247-70108d87a884 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:46,652 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/28ae1a94-165b-487a-bad8-2b59ddf78b27 used request id req-906eaa8c-ced8-49c0-9247-70108d87a884 2018-09-22 12:54:46,655 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/28ae1a94-165b-487a-bad8-2b59ddf78b27 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77c751b0-6a02-4848-b38b-bd87bb1dcc91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ca154674e3923c6c234fe2e39276282fd33254" 2018-09-22 12:54:46,820 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:54:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a6df62f7-3683-4cd4-a71b-ef0928f4cff9 x-openstack-request-id: req-a6df62f7-3683-4cd4-a71b-ef0928f4cff9 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 28ae1a94-165b-487a-bad8-2b59ddf78b27 could not be found.", "code": 404}} 2018-09-22 12:54:46,820 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/28ae1a94-165b-487a-bad8-2b59ddf78b27 used request id req-a6df62f7-3683-4cd4-a71b-ef0928f4cff9 2018-09-22 12:54:46,820 - cinder_utils - INFO - Volume with ID [28ae1a94-165b-487a-bad8-2b59ddf78b27] does not exist 2018-09-22 12:54:46,820 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-a3759178-0e2c-45ce-b10b-ae3d608c1210 2018-09-22 12:54:46,823 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/28ae1a94-165b-487a-bad8-2b59ddf78b27 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-77c751b0-6a02-4848-b38b-bd87bb1dcc91" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ca154674e3923c6c234fe2e39276282fd33254" 2018-09-22 12:54:47,003 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:54:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-425e8f86-1600-4baa-9456-821708e77610 x-openstack-request-id: req-425e8f86-1600-4baa-9456-821708e77610 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 28ae1a94-165b-487a-bad8-2b59ddf78b27 could not be found.", "code": 404}} 2018-09-22 12:54:47,003 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/28ae1a94-165b-487a-bad8-2b59ddf78b27 used request id req-425e8f86-1600-4baa-9456-821708e77610 2018-09-22 12:54:47,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:47,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["EZEHy2DwSpqOkY2koXjCfA"], "issued_at": "2018-09-22T12:54:47.000000Z"}} 2018-09-22 12:54:47,402 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aff21a70e4eff79de6c00d15944856874b5a82f9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-f59fbc43-ba98-4f8f-8142-11dd960f3d4a", "description": null}}' 2018-09-22 12:54:47,611 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:47 GMT Server: Apache x-compute-request-id: req-ec60d6a6-93c2-4f56-8b4c-d88ec162bb41 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ec60d6a6-93c2-4f56-8b4c-d88ec162bb41 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-f59fbc43-ba98-4f8f-8142-11dd960f3d4a", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bcb83262-44de-419c-879e-320331e2d220", "description": null}} 2018-09-22 12:54:47,611 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types used request id req-ec60d6a6-93c2-4f56-8b4c-d88ec162bb41 2018-09-22 12:54:47,614 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ec60d6a6-93c2-4f56-8b4c-d88ec162bb41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aff21a70e4eff79de6c00d15944856874b5a82f9" 2018-09-22 12:54:47,788 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:47 GMT Server: Apache x-compute-request-id: req-af27babc-7bfb-4dd5-b7fc-f855953dc202 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-af27babc-7bfb-4dd5-b7fc-f855953dc202 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-f59fbc43-ba98-4f8f-8142-11dd960f3d4a", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bcb83262-44de-419c-879e-320331e2d220", "description": null}]} 2018-09-22 12:54:47,788 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types?is_public=None used request id req-af27babc-7bfb-4dd5-b7fc-f855953dc202 2018-09-22 12:54:47,791 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ec60d6a6-93c2-4f56-8b4c-d88ec162bb41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aff21a70e4eff79de6c00d15944856874b5a82f9" 2018-09-22 12:54:47,965 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:47 GMT Server: Apache x-compute-request-id: req-151a4c4c-cca8-479f-9bb4-9ba02ab47ae2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-151a4c4c-cca8-479f-9bb4-9ba02ab47ae2 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-f59fbc43-ba98-4f8f-8142-11dd960f3d4a", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bcb83262-44de-419c-879e-320331e2d220", "description": null}} 2018-09-22 12:54:47,965 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220 used request id req-151a4c4c-cca8-479f-9bb4-9ba02ab47ae2 2018-09-22 12:54:47,968 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ec60d6a6-93c2-4f56-8b4c-d88ec162bb41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aff21a70e4eff79de6c00d15944856874b5a82f9" 2018-09-22 12:54:48,149 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:47 GMT Server: Apache x-compute-request-id: req-eec26d22-4f39-4ee7-94c4-c2f7665b942f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eec26d22-4f39-4ee7-94c4-c2f7665b942f Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-22 12:54:48,149 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220/encryption used request id req-eec26d22-4f39-4ee7-94c4-c2f7665b942f 2018-09-22 12:54:48,152 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ec60d6a6-93c2-4f56-8b4c-d88ec162bb41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aff21a70e4eff79de6c00d15944856874b5a82f9" 2018-09-22 12:54:48,844 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:48 GMT Server: Apache x-compute-request-id: req-38462777-9937-4168-9127-9eb00ccb14ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-38462777-9937-4168-9127-9eb00ccb14ae Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-f59fbc43-ba98-4f8f-8142-11dd960f3d4a", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bcb83262-44de-419c-879e-320331e2d220", "description": null}} 2018-09-22 12:54:48,844 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220 used request id req-38462777-9937-4168-9127-9eb00ccb14ae 2018-09-22 12:54:48,847 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ec60d6a6-93c2-4f56-8b4c-d88ec162bb41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aff21a70e4eff79de6c00d15944856874b5a82f9" 2018-09-22 12:54:49,022 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:48 GMT Server: Apache x-compute-request-id: req-e52bb452-bc61-4b46-ab8a-0e07c8871269 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e52bb452-bc61-4b46-ab8a-0e07c8871269 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-f59fbc43-ba98-4f8f-8142-11dd960f3d4a", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "bcb83262-44de-419c-879e-320331e2d220", "description": null}} 2018-09-22 12:54:49,022 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220 used request id req-e52bb452-bc61-4b46-ab8a-0e07c8871269 2018-09-22 12:54:49,025 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ec60d6a6-93c2-4f56-8b4c-d88ec162bb41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aff21a70e4eff79de6c00d15944856874b5a82f9" 2018-09-22 12:54:49,191 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:49 GMT Server: Apache x-compute-request-id: req-07afef26-e419-47c1-9519-14ccaafd2a98 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-07afef26-e419-47c1-9519-14ccaafd2a98 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-22 12:54:49,191 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220/encryption used request id req-07afef26-e419-47c1-9519-14ccaafd2a98 2018-09-22 12:54:49,192 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-f59fbc43-ba98-4f8f-8142-11dd960f3d4a 2018-09-22 12:54:49,195 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ec60d6a6-93c2-4f56-8b4c-d88ec162bb41" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aff21a70e4eff79de6c00d15944856874b5a82f9" 2018-09-22 12:54:49,499 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eb744d4c-bd1a-46fc-86e1-d4494834c678 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:49,499 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/bcb83262-44de-419c-879e-320331e2d220 used request id req-eb744d4c-bd1a-46fc-86e1-d4494834c678 2018-09-22 12:54:49,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:49,877 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Ux9xp7RKQxWQNgf0HOekrw"], "issued_at": "2018-09-22T12:54:49.000000Z"}} 2018-09-22 12:54:49,880 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7f67cdf79eab770d44d916726bbea192ee93c8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-d987b03b-8570-4fa9-af29-7ddea5fa8f18-type", "description": null}}' 2018-09-22 12:54:50,106 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:49 GMT Server: Apache x-compute-request-id: req-fe3035e6-077a-45f2-a6b9-3d901a500d72 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe3035e6-077a-45f2-a6b9-3d901a500d72 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-d987b03b-8570-4fa9-af29-7ddea5fa8f18-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "cf8392ef-7e65-4be8-a390-6d8a740ee92f", "description": null}} 2018-09-22 12:54:50,107 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types used request id req-fe3035e6-077a-45f2-a6b9-3d901a500d72 2018-09-22 12:54:50,110 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/cf8392ef-7e65-4be8-a390-6d8a740ee92f/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fe3035e6-077a-45f2-a6b9-3d901a500d72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7f67cdf79eab770d44d916726bbea192ee93c8" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-d987b03b-8570-4fa9-af29-7ddea5fa8f18", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-09-22 12:54:50,285 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Sat, 22 Sep 2018 12:54:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3264b270-5cc6-48b8-b2cd-8d0adfca4cc4 x-openstack-request-id: req-3264b270-5cc6-48b8-b2cd-8d0adfca4cc4 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-09-22 12:54:50,285 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/cf8392ef-7e65-4be8-a390-6d8a740ee92f/encryption used request id req-3264b270-5cc6-48b8-b2cd-8d0adfca4cc4 2018-09-22 12:54:50,286 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-d987b03b-8570-4fa9-af29-7ddea5fa8f18-type 2018-09-22 12:54:50,288 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/cf8392ef-7e65-4be8-a390-6d8a740ee92f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fe3035e6-077a-45f2-a6b9-3d901a500d72" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac7f67cdf79eab770d44d916726bbea192ee93c8" 2018-09-22 12:54:50,506 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2f967862-a6b6-4bb5-99b7-6b94d74fac09 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:50,506 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/cf8392ef-7e65-4be8-a390-6d8a740ee92f used request id req-2f967862-a6b6-4bb5-99b7-6b94d74fac09 2018-09-22 12:54:50,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:50,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["qw85CksZR9OjsBiUh7jetA"], "issued_at": "2018-09-22T12:54:50.000000Z"}} 2018-09-22 12:54:50,897 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71c61025fa91239180ea1d76a971677d958cc5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-6022d664-ec0a-460c-b1b2-5d56c8cd1921-type", "description": null}}' 2018-09-22 12:54:51,092 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:50 GMT Server: Apache x-compute-request-id: req-3017ab79-67ea-4c67-9426-e5705977a462 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3017ab79-67ea-4c67-9426-e5705977a462 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6022d664-ec0a-460c-b1b2-5d56c8cd1921-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e72aecba-3974-41bf-ad61-2e5c6069a935", "description": null}} 2018-09-22 12:54:51,092 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types used request id req-3017ab79-67ea-4c67-9426-e5705977a462 2018-09-22 12:54:51,096 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3017ab79-67ea-4c67-9426-e5705977a462" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71c61025fa91239180ea1d76a971677d958cc5" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-6022d664-ec0a-460c-b1b2-5d56c8cd1921", "provider": "LuksEncryptor"}}' 2018-09-22 12:54:51,321 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:51 GMT Server: Apache x-compute-request-id: req-b0ff134d-a092-43ea-8ea6-54087aba0bb5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b0ff134d-a092-43ea-8ea6-54087aba0bb5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "e72aecba-3974-41bf-ad61-2e5c6069a935", "name": "CinderUtilsAddEncryptionTests-6022d664-ec0a-460c-b1b2-5d56c8cd1921", "control_location": "back-end", "encryption_id": "0f229f13-db42-4cf0-8561-b2aca7a3bfcb", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-09-22 12:54:51,321 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935/encryption used request id req-b0ff134d-a092-43ea-8ea6-54087aba0bb5 2018-09-22 12:54:51,324 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3017ab79-67ea-4c67-9426-e5705977a462" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71c61025fa91239180ea1d76a971677d958cc5" 2018-09-22 12:54:51,485 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:51 GMT Server: Apache x-compute-request-id: req-eb46053a-0101-4a94-b583-fbda30d41f0a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eb46053a-0101-4a94-b583-fbda30d41f0a Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6022d664-ec0a-460c-b1b2-5d56c8cd1921-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e72aecba-3974-41bf-ad61-2e5c6069a935", "description": null}} 2018-09-22 12:54:51,486 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935 used request id req-eb46053a-0101-4a94-b583-fbda30d41f0a 2018-09-22 12:54:51,488 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3017ab79-67ea-4c67-9426-e5705977a462" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71c61025fa91239180ea1d76a971677d958cc5" 2018-09-22 12:54:51,664 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:51 GMT Server: Apache x-compute-request-id: req-69e697f7-acd7-4258-97d8-492190f9e008 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-69e697f7-acd7-4258-97d8-492190f9e008 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "e72aecba-3974-41bf-ad61-2e5c6069a935", "control_location": "back-end", "deleted": false, "created_at": "2018-09-22T12:54:51.000000", "updated_at": null, "encryption_id": "0f229f13-db42-4cf0-8561-b2aca7a3bfcb", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-09-22 12:54:51,664 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935/encryption used request id req-69e697f7-acd7-4258-97d8-492190f9e008 2018-09-22 12:54:51,664 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-6022d664-ec0a-460c-b1b2-5d56c8cd1921-type 2018-09-22 12:54:51,667 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3017ab79-67ea-4c67-9426-e5705977a462" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71c61025fa91239180ea1d76a971677d958cc5" 2018-09-22 12:54:51,835 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:51 GMT Server: Apache x-compute-request-id: req-b6b50a23-25ce-48f7-b3e4-7242e17427b7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b6b50a23-25ce-48f7-b3e4-7242e17427b7 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6022d664-ec0a-460c-b1b2-5d56c8cd1921-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e72aecba-3974-41bf-ad61-2e5c6069a935", "description": null}} 2018-09-22 12:54:51,836 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935 used request id req-b6b50a23-25ce-48f7-b3e4-7242e17427b7 2018-09-22 12:54:51,839 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3017ab79-67ea-4c67-9426-e5705977a462" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71c61025fa91239180ea1d76a971677d958cc5" 2018-09-22 12:54:52,025 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-56fd9cdb-b484-40ea-8362-4b2e2490bf49 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:52,025 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935/encryption/provider used request id req-56fd9cdb-b484-40ea-8362-4b2e2490bf49 2018-09-22 12:54:52,027 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3017ab79-67ea-4c67-9426-e5705977a462" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71c61025fa91239180ea1d76a971677d958cc5" 2018-09-22 12:54:52,192 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:52 GMT Server: Apache x-compute-request-id: req-f52a4326-cd86-4bca-8088-206154ea023c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f52a4326-cd86-4bca-8088-206154ea023c Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6022d664-ec0a-460c-b1b2-5d56c8cd1921-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e72aecba-3974-41bf-ad61-2e5c6069a935", "description": null}} 2018-09-22 12:54:52,192 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935 used request id req-f52a4326-cd86-4bca-8088-206154ea023c 2018-09-22 12:54:52,195 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3017ab79-67ea-4c67-9426-e5705977a462" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71c61025fa91239180ea1d76a971677d958cc5" 2018-09-22 12:54:52,377 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:52 GMT Server: Apache x-compute-request-id: req-199b9d9a-6a88-42a4-9e67-4e741db971e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-199b9d9a-6a88-42a4-9e67-4e741db971e8 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-09-22 12:54:52,377 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935/encryption used request id req-199b9d9a-6a88-42a4-9e67-4e741db971e8 2018-09-22 12:54:52,377 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-6022d664-ec0a-460c-b1b2-5d56c8cd1921-type 2018-09-22 12:54:52,380 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3017ab79-67ea-4c67-9426-e5705977a462" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71c61025fa91239180ea1d76a971677d958cc5" 2018-09-22 12:54:52,555 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:52 GMT Server: Apache x-compute-request-id: req-8a8fdfda-bd3c-41c3-910d-822102fd73ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8a8fdfda-bd3c-41c3-910d-822102fd73ae Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-6022d664-ec0a-460c-b1b2-5d56c8cd1921-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e72aecba-3974-41bf-ad61-2e5c6069a935", "description": null}} 2018-09-22 12:54:52,556 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935 used request id req-8a8fdfda-bd3c-41c3-910d-822102fd73ae 2018-09-22 12:54:52,559 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3017ab79-67ea-4c67-9426-e5705977a462" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71c61025fa91239180ea1d76a971677d958cc5" 2018-09-22 12:54:52,746 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:54:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9f3177f0-2e76-4fb9-8f30-cf830c874244 x-openstack-request-id: req-9f3177f0-2e76-4fb9-8f30-cf830c874244 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type e72aecba-3974-41bf-ad61-2e5c6069a935 does not exist.", "code": 404}} 2018-09-22 12:54:52,746 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935/encryption/provider used request id req-9f3177f0-2e76-4fb9-8f30-cf830c874244 2018-09-22 12:54:52,746 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-6022d664-ec0a-460c-b1b2-5d56c8cd1921-type 2018-09-22 12:54:52,749 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3017ab79-67ea-4c67-9426-e5705977a462" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71c61025fa91239180ea1d76a971677d958cc5" 2018-09-22 12:54:52,800 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-625cc5ef-1615-4a1b-89ae-e5d15bcecdfe Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:52,800 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/e72aecba-3974-41bf-ad61-2e5c6069a935 used request id req-625cc5ef-1615-4a1b-89ae-e5d15bcecdfe 2018-09-22 12:54:52,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:53,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["1qvMYfNZT3iNUx4tkABkiQ"], "issued_at": "2018-09-22T12:54:53.000000Z"}} 2018-09-22 12:54:53,183 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb17c2c3d2ebded576cd60576e36036164a4c037" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-31561a1b-6a4a-4047-8d71-95579a63c9eb-type", "description": null}}' 2018-09-22 12:54:53,374 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:53 GMT Server: Apache x-compute-request-id: req-337a3e9f-579d-4bfc-b16b-fb657e1496eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-337a3e9f-579d-4bfc-b16b-fb657e1496eb Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-31561a1b-6a4a-4047-8d71-95579a63c9eb-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3b1702b5-9969-4724-91f7-14f5cf695127", "description": null}} 2018-09-22 12:54:53,375 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types used request id req-337a3e9f-579d-4bfc-b16b-fb657e1496eb 2018-09-22 12:54:53,378 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-337a3e9f-579d-4bfc-b16b-fb657e1496eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb17c2c3d2ebded576cd60576e36036164a4c037" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-31561a1b-6a4a-4047-8d71-95579a63c9eb", "provider": "foo"}}' 2018-09-22 12:54:53,595 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:53 GMT Server: Apache x-compute-request-id: req-e99a04f7-f65e-4b33-8eb0-60a77d29c49a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e99a04f7-f65e-4b33-8eb0-60a77d29c49a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "3b1702b5-9969-4724-91f7-14f5cf695127", "name": "CinderUtilsAddEncryptionTests-31561a1b-6a4a-4047-8d71-95579a63c9eb", "control_location": "front-end", "encryption_id": "5910c276-541f-4c4f-ae3f-5e4c669fe0b5", "provider": "foo", "provider_class": "foo"}} 2018-09-22 12:54:53,595 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127/encryption used request id req-e99a04f7-f65e-4b33-8eb0-60a77d29c49a 2018-09-22 12:54:53,598 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-337a3e9f-579d-4bfc-b16b-fb657e1496eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb17c2c3d2ebded576cd60576e36036164a4c037" 2018-09-22 12:54:53,770 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:53 GMT Server: Apache x-compute-request-id: req-28979b04-8db9-4204-bf23-f6f00a744f29 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-28979b04-8db9-4204-bf23-f6f00a744f29 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-31561a1b-6a4a-4047-8d71-95579a63c9eb-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3b1702b5-9969-4724-91f7-14f5cf695127", "description": null}} 2018-09-22 12:54:53,770 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127 used request id req-28979b04-8db9-4204-bf23-f6f00a744f29 2018-09-22 12:54:53,773 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-337a3e9f-579d-4bfc-b16b-fb657e1496eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb17c2c3d2ebded576cd60576e36036164a4c037" 2018-09-22 12:54:53,934 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:53 GMT Server: Apache x-compute-request-id: req-99bc4599-f444-4c6c-99b7-495c3081b0da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-99bc4599-f444-4c6c-99b7-495c3081b0da Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "3b1702b5-9969-4724-91f7-14f5cf695127", "control_location": "front-end", "deleted": false, "created_at": "2018-09-22T12:54:53.000000", "updated_at": null, "encryption_id": "5910c276-541f-4c4f-ae3f-5e4c669fe0b5", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-09-22 12:54:53,934 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127/encryption used request id req-99bc4599-f444-4c6c-99b7-495c3081b0da 2018-09-22 12:54:53,935 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-31561a1b-6a4a-4047-8d71-95579a63c9eb-type 2018-09-22 12:54:53,937 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-337a3e9f-579d-4bfc-b16b-fb657e1496eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb17c2c3d2ebded576cd60576e36036164a4c037" 2018-09-22 12:54:54,116 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:53 GMT Server: Apache x-compute-request-id: req-1c2f8997-d6b6-46fd-88f3-0dd0322470bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1c2f8997-d6b6-46fd-88f3-0dd0322470bb Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-31561a1b-6a4a-4047-8d71-95579a63c9eb-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3b1702b5-9969-4724-91f7-14f5cf695127", "description": null}} 2018-09-22 12:54:54,116 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127 used request id req-1c2f8997-d6b6-46fd-88f3-0dd0322470bb 2018-09-22 12:54:54,119 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-337a3e9f-579d-4bfc-b16b-fb657e1496eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb17c2c3d2ebded576cd60576e36036164a4c037" 2018-09-22 12:54:54,468 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4b5abf5b-6711-4772-8352-1aefcc20af60 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:54,468 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127/encryption/provider used request id req-4b5abf5b-6711-4772-8352-1aefcc20af60 2018-09-22 12:54:54,468 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-31561a1b-6a4a-4047-8d71-95579a63c9eb-type 2018-09-22 12:54:54,471 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-337a3e9f-579d-4bfc-b16b-fb657e1496eb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb17c2c3d2ebded576cd60576e36036164a4c037" 2018-09-22 12:54:54,661 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8a55fbf6-50a9-49d4-aafc-75bbbda41876 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:54,661 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/3b1702b5-9969-4724-91f7-14f5cf695127 used request id req-8a55fbf6-50a9-49d4-aafc-75bbbda41876 2018-09-22 12:54:54,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:55,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["ll6lS282SameJ905g7L7sg"], "issued_at": "2018-09-22T12:54:55.000000Z"}} 2018-09-22 12:54:55,052 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779cdfeb2feaf56bb76229aab0b62d19ce05989f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-9983cbe8-1e4b-466a-9ddf-d29b27415a86-type", "description": null}}' 2018-09-22 12:54:55,811 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:55 GMT Server: Apache x-compute-request-id: req-994feaef-9cab-4c26-ac17-5886a7671926 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-994feaef-9cab-4c26-ac17-5886a7671926 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-9983cbe8-1e4b-466a-9ddf-d29b27415a86-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "72c0ed87-4748-4623-946a-483808d323af", "description": null}} 2018-09-22 12:54:55,811 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types used request id req-994feaef-9cab-4c26-ac17-5886a7671926 2018-09-22 12:54:55,815 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-994feaef-9cab-4c26-ac17-5886a7671926" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779cdfeb2feaf56bb76229aab0b62d19ce05989f" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-9983cbe8-1e4b-466a-9ddf-d29b27415a86", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-09-22 12:54:56,034 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:55 GMT Server: Apache x-compute-request-id: req-b52122c2-f3b7-40b3-bb19-b112c700c2f1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b52122c2-f3b7-40b3-bb19-b112c700c2f1 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "72c0ed87-4748-4623-946a-483808d323af", "name": "CinderUtilsAddEncryptionTests-9983cbe8-1e4b-466a-9ddf-d29b27415a86", "control_location": "back-end", "encryption_id": "7564b346-9d76-42c5-b192-f9029668f1a4", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-09-22 12:54:56,034 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af/encryption used request id req-b52122c2-f3b7-40b3-bb19-b112c700c2f1 2018-09-22 12:54:56,038 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-994feaef-9cab-4c26-ac17-5886a7671926" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779cdfeb2feaf56bb76229aab0b62d19ce05989f" 2018-09-22 12:54:56,219 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:56 GMT Server: Apache x-compute-request-id: req-7ee99775-55a5-4391-8e51-00cb127b8953 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7ee99775-55a5-4391-8e51-00cb127b8953 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-9983cbe8-1e4b-466a-9ddf-d29b27415a86-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "72c0ed87-4748-4623-946a-483808d323af", "description": null}} 2018-09-22 12:54:56,219 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af used request id req-7ee99775-55a5-4391-8e51-00cb127b8953 2018-09-22 12:54:56,222 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-994feaef-9cab-4c26-ac17-5886a7671926" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779cdfeb2feaf56bb76229aab0b62d19ce05989f" 2018-09-22 12:54:56,406 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:56 GMT Server: Apache x-compute-request-id: req-96965241-d4c8-467b-bf6a-f6e605c5ee23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96965241-d4c8-467b-bf6a-f6e605c5ee23 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"volume_type_id": "72c0ed87-4748-4623-946a-483808d323af", "control_location": "back-end", "deleted": false, "created_at": "2018-09-22T12:54:56.000000", "updated_at": null, "encryption_id": "7564b346-9d76-42c5-b192-f9029668f1a4", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-09-22 12:54:56,406 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af/encryption used request id req-96965241-d4c8-467b-bf6a-f6e605c5ee23 2018-09-22 12:54:56,406 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-9983cbe8-1e4b-466a-9ddf-d29b27415a86-type 2018-09-22 12:54:56,409 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-994feaef-9cab-4c26-ac17-5886a7671926" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779cdfeb2feaf56bb76229aab0b62d19ce05989f" 2018-09-22 12:54:56,579 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:56 GMT Server: Apache x-compute-request-id: req-50785d48-3762-4a61-9d9e-58a22f740370 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-50785d48-3762-4a61-9d9e-58a22f740370 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-9983cbe8-1e4b-466a-9ddf-d29b27415a86-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "72c0ed87-4748-4623-946a-483808d323af", "description": null}} 2018-09-22 12:54:56,579 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af used request id req-50785d48-3762-4a61-9d9e-58a22f740370 2018-09-22 12:54:56,582 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-994feaef-9cab-4c26-ac17-5886a7671926" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779cdfeb2feaf56bb76229aab0b62d19ce05989f" 2018-09-22 12:54:56,792 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-08091a28-6b1c-4dc2-baa5-4a596fa87453 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:56,792 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af/encryption/provider used request id req-08091a28-6b1c-4dc2-baa5-4a596fa87453 2018-09-22 12:54:56,792 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-9983cbe8-1e4b-466a-9ddf-d29b27415a86-type 2018-09-22 12:54:56,795 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-994feaef-9cab-4c26-ac17-5886a7671926" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}779cdfeb2feaf56bb76229aab0b62d19ce05989f" 2018-09-22 12:54:56,991 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-988d370a-df51-4e4f-8315-be3ec6f6b1b8 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:56,991 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/72c0ed87-4748-4623-946a-483808d323af used request id req-988d370a-df51-4e4f-8315-be3ec6f6b1b8 2018-09-22 12:54:56,994 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:57,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["6FlfhlJmSLeZ0YTcdKpElw"], "issued_at": "2018-09-22T12:54:57.000000Z"}} 2018-09-22 12:54:57,381 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc102f365e06b230ba840e52396ddbefc71eb164" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-c19979a3-c778-4743-9252-234a85525e11-qos"}}' 2018-09-22 12:54:57,600 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:57 GMT Server: Apache x-compute-request-id: req-1c41b4c9-dff1-4f58-9711-75b8cda136fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1c41b4c9-dff1-4f58-9711-75b8cda136fb Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "3eb0aa88-3eca-439a-8bd7-01932acdedbb", "name": "CinderUtilsVolumeTypeCompleteTests-c19979a3-c778-4743-9252-234a85525e11-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/3eb0aa88-3eca-439a-8bd7-01932acdedbb", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/qos-specs/3eb0aa88-3eca-439a-8bd7-01932acdedbb", "rel": "bookmark"}]} 2018-09-22 12:54:57,600 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-1c41b4c9-dff1-4f58-9711-75b8cda136fb 2018-09-22 12:54:57,603 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1c41b4c9-dff1-4f58-9711-75b8cda136fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc102f365e06b230ba840e52396ddbefc71eb164" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-c19979a3-c778-4743-9252-234a85525e11", "description": null}}' 2018-09-22 12:54:57,814 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:57 GMT Server: Apache x-compute-request-id: req-3a973197-c77b-4bc9-8ce4-66e29dabb1a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a973197-c77b-4bc9-8ce4-66e29dabb1a8 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-c19979a3-c778-4743-9252-234a85525e11", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "676478d6-4772-4e57-a0dc-53b11668414a", "description": null}} 2018-09-22 12:54:57,815 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types used request id req-3a973197-c77b-4bc9-8ce4-66e29dabb1a8 2018-09-22 12:54:57,818 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1c41b4c9-dff1-4f58-9711-75b8cda136fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc102f365e06b230ba840e52396ddbefc71eb164" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-09-22 12:54:58,027 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:57 GMT Server: Apache x-compute-request-id: req-906189fa-9ebe-4080-97fd-c9fbde60c53a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-906189fa-9ebe-4080-97fd-c9fbde60c53a Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "676478d6-4772-4e57-a0dc-53b11668414a", "name": "foo", "control_location": "back-end", "encryption_id": "cb9b1e78-83bd-4b7d-abf0-3a7cac707a9c", "provider": "bar", "provider_class": "bar"}} 2018-09-22 12:54:58,027 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a/encryption used request id req-906189fa-9ebe-4080-97fd-c9fbde60c53a 2018-09-22 12:54:58,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c41b4c9-dff1-4f58-9711-75b8cda136fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc102f365e06b230ba840e52396ddbefc71eb164" 2018-09-22 12:54:58,189 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:58 GMT Server: Apache x-compute-request-id: req-b16735a1-c368-4f0a-9e30-328e77e9da5f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b16735a1-c368-4f0a-9e30-328e77e9da5f Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-c19979a3-c778-4743-9252-234a85525e11", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "676478d6-4772-4e57-a0dc-53b11668414a", "description": null}} 2018-09-22 12:54:58,189 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a used request id req-b16735a1-c368-4f0a-9e30-328e77e9da5f 2018-09-22 12:54:58,192 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c41b4c9-dff1-4f58-9711-75b8cda136fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc102f365e06b230ba840e52396ddbefc71eb164" 2018-09-22 12:54:58,367 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:58 GMT Server: Apache x-compute-request-id: req-6273a588-0901-4da0-834f-1f8edd2729c0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6273a588-0901-4da0-834f-1f8edd2729c0 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "676478d6-4772-4e57-a0dc-53b11668414a", "control_location": "back-end", "deleted": false, "created_at": "2018-09-22T12:54:58.000000", "updated_at": null, "encryption_id": "cb9b1e78-83bd-4b7d-abf0-3a7cac707a9c", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-09-22 12:54:58,368 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a/encryption used request id req-6273a588-0901-4da0-834f-1f8edd2729c0 2018-09-22 12:54:58,368 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-c19979a3-c778-4743-9252-234a85525e11 2018-09-22 12:54:58,371 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c41b4c9-dff1-4f58-9711-75b8cda136fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc102f365e06b230ba840e52396ddbefc71eb164" 2018-09-22 12:54:58,542 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:58 GMT Server: Apache x-compute-request-id: req-9572cfca-a770-487d-b926-29e4684b6ae4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9572cfca-a770-487d-b926-29e4684b6ae4 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-c19979a3-c778-4743-9252-234a85525e11", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "676478d6-4772-4e57-a0dc-53b11668414a", "description": null}} 2018-09-22 12:54:58,542 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a used request id req-9572cfca-a770-487d-b926-29e4684b6ae4 2018-09-22 12:54:58,545 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c41b4c9-dff1-4f58-9711-75b8cda136fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc102f365e06b230ba840e52396ddbefc71eb164" 2018-09-22 12:54:58,743 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a13b3753-19aa-4c64-ba98-b1d6c0a33cfc Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:58,743 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a/encryption/provider used request id req-a13b3753-19aa-4c64-ba98-b1d6c0a33cfc 2018-09-22 12:54:58,744 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-c19979a3-c778-4743-9252-234a85525e11 2018-09-22 12:54:58,746 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c41b4c9-dff1-4f58-9711-75b8cda136fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc102f365e06b230ba840e52396ddbefc71eb164" 2018-09-22 12:54:59,046 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-947dc8b9-1e06-4b27-bfcc-8d9b53131fb6 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:59,046 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/676478d6-4772-4e57-a0dc-53b11668414a used request id req-947dc8b9-1e06-4b27-bfcc-8d9b53131fb6 2018-09-22 12:54:59,046 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-c19979a3-c778-4743-9252-234a85525e11-qos 2018-09-22 12:54:59,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/3eb0aa88-3eca-439a-8bd7-01932acdedbb?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c41b4c9-dff1-4f58-9711-75b8cda136fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc102f365e06b230ba840e52396ddbefc71eb164" 2018-09-22 12:54:59,248 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:54:59 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fe254de8-3dc3-4b9b-8d15-6129bec729c0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:54:59,249 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/3eb0aa88-3eca-439a-8bd7-01932acdedbb?force=False used request id req-fe254de8-3dc3-4b9b-8d15-6129bec729c0 2018-09-22 12:54:59,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:54:59,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:54:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["l5GNUK3TSDSiGJYExYN6YQ"], "issued_at": "2018-09-22T12:54:59.000000Z"}} 2018-09-22 12:54:59,639 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf44e2dcaacc08b2ed657fa1240bc9b4df1beec" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-5789b530-a6df-4721-a3f2-0192f89dfad6-qos"}}' 2018-09-22 12:54:59,824 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:59 GMT Server: Apache x-compute-request-id: req-91b85644-d1ab-4015-a70a-e08d09ee6cbb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-91b85644-d1ab-4015-a70a-e08d09ee6cbb Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "a8d19b2f-ddf4-4883-a44c-42f4ce883782", "name": "CinderUtilsVolumeTypeCompleteTests-5789b530-a6df-4721-a3f2-0192f89dfad6-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/a8d19b2f-ddf4-4883-a44c-42f4ce883782", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/qos-specs/a8d19b2f-ddf4-4883-a44c-42f4ce883782", "rel": "bookmark"}]} 2018-09-22 12:54:59,824 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-91b85644-d1ab-4015-a70a-e08d09ee6cbb 2018-09-22 12:54:59,827 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-91b85644-d1ab-4015-a70a-e08d09ee6cbb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf44e2dcaacc08b2ed657fa1240bc9b4df1beec" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-5789b530-a6df-4721-a3f2-0192f89dfad6", "description": null}}' 2018-09-22 12:55:00,024 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:54:59 GMT Server: Apache x-compute-request-id: req-88045dfa-ce2b-4643-a9be-baeec5c7c1ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-88045dfa-ce2b-4643-a9be-baeec5c7c1ed Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-5789b530-a6df-4721-a3f2-0192f89dfad6", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "44582c62-2783-44a1-ae40-c5f964cbdd0a", "description": null}} 2018-09-22 12:55:00,025 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types used request id req-88045dfa-ce2b-4643-a9be-baeec5c7c1ed 2018-09-22 12:55:00,028 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91b85644-d1ab-4015-a70a-e08d09ee6cbb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf44e2dcaacc08b2ed657fa1240bc9b4df1beec" 2018-09-22 12:55:00,201 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:00 GMT Server: Apache x-compute-request-id: req-8a93c1c7-6e11-47e9-adfb-03795f46e2da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8a93c1c7-6e11-47e9-adfb-03795f46e2da Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "a8d19b2f-ddf4-4883-a44c-42f4ce883782", "name": "CinderUtilsVolumeTypeCompleteTests-5789b530-a6df-4721-a3f2-0192f89dfad6-qos"}]} 2018-09-22 12:55:00,201 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-8a93c1c7-6e11-47e9-adfb-03795f46e2da 2018-09-22 12:55:00,205 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/None/associate?vol_type_id=44582c62-2783-44a1-ae40-c5f964cbdd0a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91b85644-d1ab-4015-a70a-e08d09ee6cbb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf44e2dcaacc08b2ed657fa1240bc9b4df1beec" 2018-09-22 12:55:00,369 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Sat, 22 Sep 2018 12:55:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-50ab4066-de0f-4f53-8a0c-9c48553ed90c x-openstack-request-id: req-50ab4066-de0f-4f53-8a0c-9c48553ed90c Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-09-22 12:55:00,369 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/None/associate?vol_type_id=44582c62-2783-44a1-ae40-c5f964cbdd0a used request id req-50ab4066-de0f-4f53-8a0c-9c48553ed90c 2018-09-22 12:55:00,369 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-50ab4066-de0f-4f53-8a0c-9c48553ed90c) 2018-09-22 12:55:00,370 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-5789b530-a6df-4721-a3f2-0192f89dfad6 2018-09-22 12:55:00,372 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/44582c62-2783-44a1-ae40-c5f964cbdd0a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91b85644-d1ab-4015-a70a-e08d09ee6cbb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf44e2dcaacc08b2ed657fa1240bc9b4df1beec" 2018-09-22 12:55:00,578 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:55:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fc59a2d0-7b99-493b-ae51-a65875a93cc2 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:55:00,578 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/44582c62-2783-44a1-ae40-c5f964cbdd0a used request id req-fc59a2d0-7b99-493b-ae51-a65875a93cc2 2018-09-22 12:55:00,578 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-5789b530-a6df-4721-a3f2-0192f89dfad6-qos 2018-09-22 12:55:00,581 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/a8d19b2f-ddf4-4883-a44c-42f4ce883782?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-91b85644-d1ab-4015-a70a-e08d09ee6cbb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cf44e2dcaacc08b2ed657fa1240bc9b4df1beec" 2018-09-22 12:55:00,769 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:55:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4c7bbc2e-1a6c-4b77-9d61-b1718ec15414 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:55:00,769 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/a8d19b2f-ddf4-4883-a44c-42f4ce883782?force=False used request id req-4c7bbc2e-1a6c-4b77-9d61-b1718ec15414 2018-09-22 12:55:00,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:55:01,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:55:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["Z3QfFFUtSRSvsy1C2Tr3wA"], "issued_at": "2018-09-22T12:55:01.000000Z"}} 2018-09-22 12:55:01,146 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6cff091c555664a7e08a8977ce2c88d08a50d9b" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-ff816d76-924d-44d1-ab94-219093bd9725-qos"}}' 2018-09-22 12:55:01,333 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:01 GMT Server: Apache x-compute-request-id: req-b49d5842-cf6a-4bed-9780-def6680b522e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b49d5842-cf6a-4bed-9780-def6680b522e Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "64329d38-43ce-4818-9421-e1fe94b9119c", "name": "CinderUtilsVolumeTypeCompleteTests-ff816d76-924d-44d1-ab94-219093bd9725-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/64329d38-43ce-4818-9421-e1fe94b9119c", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/qos-specs/64329d38-43ce-4818-9421-e1fe94b9119c", "rel": "bookmark"}]} 2018-09-22 12:55:01,334 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-b49d5842-cf6a-4bed-9780-def6680b522e 2018-09-22 12:55:01,337 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b49d5842-cf6a-4bed-9780-def6680b522e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6cff091c555664a7e08a8977ce2c88d08a50d9b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-ff816d76-924d-44d1-ab94-219093bd9725", "description": null}}' 2018-09-22 12:55:01,606 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:01 GMT Server: Apache x-compute-request-id: req-b85db461-6bc8-448f-b631-a0c1bbdae82e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b85db461-6bc8-448f-b631-a0c1bbdae82e Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-ff816d76-924d-44d1-ab94-219093bd9725", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5a2bc2aa-c624-4409-92d5-1dd123c99ef8", "description": null}} 2018-09-22 12:55:01,606 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types used request id req-b85db461-6bc8-448f-b631-a0c1bbdae82e 2018-09-22 12:55:01,610 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b49d5842-cf6a-4bed-9780-def6680b522e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6cff091c555664a7e08a8977ce2c88d08a50d9b" 2018-09-22 12:55:01,776 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:01 GMT Server: Apache x-compute-request-id: req-e06f23cf-bfe7-46f2-8e9f-8db540d7688c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e06f23cf-bfe7-46f2-8e9f-8db540d7688c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "64329d38-43ce-4818-9421-e1fe94b9119c", "name": "CinderUtilsVolumeTypeCompleteTests-ff816d76-924d-44d1-ab94-219093bd9725-qos"}]} 2018-09-22 12:55:01,776 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-e06f23cf-bfe7-46f2-8e9f-8db540d7688c 2018-09-22 12:55:01,779 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/64329d38-43ce-4818-9421-e1fe94b9119c/associate?vol_type_id=5a2bc2aa-c624-4409-92d5-1dd123c99ef8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b49d5842-cf6a-4bed-9780-def6680b522e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6cff091c555664a7e08a8977ce2c88d08a50d9b" 2018-09-22 12:55:02,057 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:55:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b0376d0f-28b9-40e9-b51e-650da8c45865 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:55:02,057 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/64329d38-43ce-4818-9421-e1fe94b9119c/associate?vol_type_id=5a2bc2aa-c624-4409-92d5-1dd123c99ef8 used request id req-b0376d0f-28b9-40e9-b51e-650da8c45865 2018-09-22 12:55:02,057 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-ff816d76-924d-44d1-ab94-219093bd9725 2018-09-22 12:55:02,060 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/5a2bc2aa-c624-4409-92d5-1dd123c99ef8 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b49d5842-cf6a-4bed-9780-def6680b522e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6cff091c555664a7e08a8977ce2c88d08a50d9b" 2018-09-22 12:55:02,260 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:55:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d751ba90-a1a6-49c3-9d09-ce2a37f6997d Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:55:02,261 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/5a2bc2aa-c624-4409-92d5-1dd123c99ef8 used request id req-d751ba90-a1a6-49c3-9d09-ce2a37f6997d 2018-09-22 12:55:02,261 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-ff816d76-924d-44d1-ab94-219093bd9725-qos 2018-09-22 12:55:02,264 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/64329d38-43ce-4818-9421-e1fe94b9119c?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b49d5842-cf6a-4bed-9780-def6680b522e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6cff091c555664a7e08a8977ce2c88d08a50d9b" 2018-09-22 12:55:02,463 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:55:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1f3be9ec-beef-4f4b-b736-43e0b526c242 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:55:02,464 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/64329d38-43ce-4818-9421-e1fe94b9119c?force=False used request id req-1f3be9ec-beef-4f4b-b736-43e0b526c242 2018-09-22 12:55:02,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:55:02,855 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "247203f602ac4bd5b183cd48dde5c23c", "name": "heat_stack_owner"}, {"id": "7c96c5e387b94894b2341d7c440e6719", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:55:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0be80d39933400abe48c8503e28224e", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/e0be80d39933400abe48c8503e28224e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "id": "004b6165ea564cfbb572adf1581ebe50"}, "audit_ids": ["FcVs9jkNRbm4hfTKwUdIYg"], "issued_at": "2018-09-22T12:55:02.000000Z"}} 2018-09-22 12:55:02,858 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a01981154da9456c6499e7d674afe68518d9a" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-0450fa38-836d-4293-81d8-d4dc135f9399-qos"}}' 2018-09-22 12:55:03,052 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:02 GMT Server: Apache x-compute-request-id: req-279e0a0f-06a5-4f15-b701-e12737a2e07c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-279e0a0f-06a5-4f15-b701-e12737a2e07c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "8a529da0-89b9-4b20-b5bb-e660d3477ad0", "name": "CinderUtilsVolumeTypeCompleteTests-0450fa38-836d-4293-81d8-d4dc135f9399-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/8a529da0-89b9-4b20-b5bb-e660d3477ad0", "rel": "self"}, {"href": "http://172.30.9.23:8776/e0be80d39933400abe48c8503e28224e/qos-specs/8a529da0-89b9-4b20-b5bb-e660d3477ad0", "rel": "bookmark"}]} 2018-09-22 12:55:03,052 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-279e0a0f-06a5-4f15-b701-e12737a2e07c 2018-09-22 12:55:03,055 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-279e0a0f-06a5-4f15-b701-e12737a2e07c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a01981154da9456c6499e7d674afe68518d9a" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-0450fa38-836d-4293-81d8-d4dc135f9399", "description": null}}' 2018-09-22 12:55:03,267 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:03 GMT Server: Apache x-compute-request-id: req-0db7ce6e-36f7-4fa4-90ce-0b15b2bfd503 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0db7ce6e-36f7-4fa4-90ce-0b15b2bfd503 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0450fa38-836d-4293-81d8-d4dc135f9399", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "401b0397-c371-4a34-8c80-8328d1e1701c", "description": null}} 2018-09-22 12:55:03,267 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types used request id req-0db7ce6e-36f7-4fa4-90ce-0b15b2bfd503 2018-09-22 12:55:03,270 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-279e0a0f-06a5-4f15-b701-e12737a2e07c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a01981154da9456c6499e7d674afe68518d9a" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-09-22 12:55:03,470 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:03 GMT Server: Apache x-compute-request-id: req-43a91ffa-8d9a-43cb-864a-463a5caefbf1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-43a91ffa-8d9a-43cb-864a-463a5caefbf1 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "401b0397-c371-4a34-8c80-8328d1e1701c", "name": "foo", "control_location": "back-end", "encryption_id": "538a9855-5d26-412f-b8d4-57b31d978681", "provider": "bar", "provider_class": "bar"}} 2018-09-22 12:55:03,470 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c/encryption used request id req-43a91ffa-8d9a-43cb-864a-463a5caefbf1 2018-09-22 12:55:03,474 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-279e0a0f-06a5-4f15-b701-e12737a2e07c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a01981154da9456c6499e7d674afe68518d9a" 2018-09-22 12:55:03,649 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:03 GMT Server: Apache x-compute-request-id: req-98ac867d-48c3-4bd3-acfc-24ef9f31117f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-98ac867d-48c3-4bd3-acfc-24ef9f31117f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "8a529da0-89b9-4b20-b5bb-e660d3477ad0", "name": "CinderUtilsVolumeTypeCompleteTests-0450fa38-836d-4293-81d8-d4dc135f9399-qos"}]} 2018-09-22 12:55:03,649 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs used request id req-98ac867d-48c3-4bd3-acfc-24ef9f31117f 2018-09-22 12:55:03,653 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/8a529da0-89b9-4b20-b5bb-e660d3477ad0/associate?vol_type_id=401b0397-c371-4a34-8c80-8328d1e1701c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-279e0a0f-06a5-4f15-b701-e12737a2e07c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a01981154da9456c6499e7d674afe68518d9a" 2018-09-22 12:55:03,870 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:55:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0630f2d2-46b9-438b-973a-313ec25e8663 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:55:03,870 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/8a529da0-89b9-4b20-b5bb-e660d3477ad0/associate?vol_type_id=401b0397-c371-4a34-8c80-8328d1e1701c used request id req-0630f2d2-46b9-438b-973a-313ec25e8663 2018-09-22 12:55:03,873 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-279e0a0f-06a5-4f15-b701-e12737a2e07c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a01981154da9456c6499e7d674afe68518d9a" 2018-09-22 12:55:04,045 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:03 GMT Server: Apache x-compute-request-id: req-1104ff99-2448-4cfe-bd22-0db7d970706f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1104ff99-2448-4cfe-bd22-0db7d970706f Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0450fa38-836d-4293-81d8-d4dc135f9399", "qos_specs_id": "8a529da0-89b9-4b20-b5bb-e660d3477ad0", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "401b0397-c371-4a34-8c80-8328d1e1701c", "description": null}} 2018-09-22 12:55:04,045 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c used request id req-1104ff99-2448-4cfe-bd22-0db7d970706f 2018-09-22 12:55:04,048 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-279e0a0f-06a5-4f15-b701-e12737a2e07c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a01981154da9456c6499e7d674afe68518d9a" 2018-09-22 12:55:04,211 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:04 GMT Server: Apache x-compute-request-id: req-e3c7ebe6-617d-41b7-ba71-457443707cbe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e3c7ebe6-617d-41b7-ba71-457443707cbe Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "401b0397-c371-4a34-8c80-8328d1e1701c", "control_location": "back-end", "deleted": false, "created_at": "2018-09-22T12:55:03.000000", "updated_at": null, "encryption_id": "538a9855-5d26-412f-b8d4-57b31d978681", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-09-22 12:55:04,212 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c/encryption used request id req-e3c7ebe6-617d-41b7-ba71-457443707cbe 2018-09-22 12:55:04,212 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-0450fa38-836d-4293-81d8-d4dc135f9399 2018-09-22 12:55:04,215 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-279e0a0f-06a5-4f15-b701-e12737a2e07c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a01981154da9456c6499e7d674afe68518d9a" 2018-09-22 12:55:04,396 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:04 GMT Server: Apache x-compute-request-id: req-96a8e88c-1a7c-4387-b615-51a9f048c62c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96a8e88c-1a7c-4387-b615-51a9f048c62c Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0450fa38-836d-4293-81d8-d4dc135f9399", "qos_specs_id": "8a529da0-89b9-4b20-b5bb-e660d3477ad0", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "401b0397-c371-4a34-8c80-8328d1e1701c", "description": null}} 2018-09-22 12:55:04,397 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c used request id req-96a8e88c-1a7c-4387-b615-51a9f048c62c 2018-09-22 12:55:04,400 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-279e0a0f-06a5-4f15-b701-e12737a2e07c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a01981154da9456c6499e7d674afe68518d9a" 2018-09-22 12:55:04,588 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:55:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ece7fd9d-4cd7-4469-bb57-9c6b2fb95735 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:55:04,588 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c/encryption/provider used request id req-ece7fd9d-4cd7-4469-bb57-9c6b2fb95735 2018-09-22 12:55:04,588 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-0450fa38-836d-4293-81d8-d4dc135f9399 2018-09-22 12:55:04,591 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-279e0a0f-06a5-4f15-b701-e12737a2e07c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a01981154da9456c6499e7d674afe68518d9a" 2018-09-22 12:55:04,638 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:55:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5523618e-58ca-447c-8a8e-60612ad40e3a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:55:04,639 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/types/401b0397-c371-4a34-8c80-8328d1e1701c used request id req-5523618e-58ca-447c-8a8e-60612ad40e3a 2018-09-22 12:55:04,639 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-0450fa38-836d-4293-81d8-d4dc135f9399-qos 2018-09-22 12:55:04,642 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/8a529da0-89b9-4b20-b5bb-e660d3477ad0?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-279e0a0f-06a5-4f15-b701-e12737a2e07c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e87a01981154da9456c6499e7d674afe68518d9a" 2018-09-22 12:55:04,695 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 12:55:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cc79c220-cf8d-46ba-b69c-fe81f2aca1b0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:55:04,695 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/e0be80d39933400abe48c8503e28224e/qos-specs/8a529da0-89b9-4b20-b5bb-e660d3477ad0?force=False used request id req-cc79c220-cf8d-46ba-b69c-fe81f2aca1b0 2018-09-22 12:55:04,696 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ERROR test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ====================================================================== ERROR: test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/heat_utils_tests.py", line 288, in setUp self.assertTrue(stack_active(self.heat_client, self.stack)) AssertionError: False is not true ---------------------------------------------------------------------- Ran 84 tests in 726.488s FAILED (errors=1) 2018-09-22 12:55:04,822 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-22 12:55:04,822 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:06 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-22 12:55:04,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:55:04,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:55:04,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-441339a5-1c39-40ed-a46b-bbda2cd9ff28 Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "247203f602ac4bd5b183cd48dde5c23c", "links": {"self": "http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:55:04,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-441339a5-1c39-40ed-a46b-bbda2cd9ff28 2018-09-22 12:55:04,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0815329551697s 2018-09-22 12:55:04,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-22 12:55:04,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:55:05,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:55:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63a589ca-2094-4179-a477-1339b8709f40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:55:05,026 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/247203f602ac4bd5b183cd48dde5c23c used request id req-63a589ca-2094-4179-a477-1339b8709f40 2018-09-22 12:55:05,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.115816116333s 2018-09-22 12:55:05,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:55:05,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:55:05,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a7cc772-eec3-4694-81ee-0118d1613440 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45", "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "domain_id": "default", "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:55:05,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1a7cc772-eec3-4694-81ee-0118d1613440 2018-09-22 12:55:05,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0931468009949s 2018-09-22 12:55:05,121 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1a7cc772-eec3-4694-81ee-0118d1613440 2018-09-22 12:55:05,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:55:05,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:55:05,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc30e3fa-ad11-49f2-8dba-d827c803a6ef Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50"}, "enabled": true, "id": "004b6165ea564cfbb572adf1581ebe50", "options": {}, "domain_id": "default", "name": "api_check-user_741e7be7-4b64-4443-9668-f0f139fcfe45"}} 2018-09-22 12:55:05,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50 used request id req-fc30e3fa-ad11-49f2-8dba-d827c803a6ef 2018-09-22 12:55:05,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0885870456696s 2018-09-22 12:55:05,216 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50 used request id req-fc30e3fa-ad11-49f2-8dba-d827c803a6ef 2018-09-22 12:55:05,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-22 12:55:05,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:55:05,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:55:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cde798d-19dc-4e48-bd2f-7bde1faebc9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:55:05,474 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50 used request id req-8cde798d-19dc-4e48-bd2f-7bde1faebc9c 2018-09-22 12:55:05,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.257547140121s 2018-09-22 12:55:05,474 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/004b6165ea564cfbb572adf1581ebe50 used request id req-8cde798d-19dc-4e48-bd2f-7bde1faebc9c 2018-09-22 12:55:05,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 12:55:05,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:55:05,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aecb8206-74a8-4fc9-9f45-0fcfa4d57e9f Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Heat stack user project", "links": {"self": "http://172.30.9.23:5000/v3/projects/8016259309b342a0a1dec3bb37b49d47"}, "enabled": true, "id": "8016259309b342a0a1dec3bb37b49d47", "parent_id": "672de7fab1704d9a98e1a40572132d5c", "domain_id": "672de7fab1704d9a98e1a40572132d5c", "name": "e0be80d39933400abe48c8503e28224e-70af953f-c88e-430b-87e9-43966b3"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e"}, "enabled": true, "id": "e0be80d39933400abe48c8503e28224e", "parent_id": "default", "domain_id": "default", "name": "api_check-project_741e7be7-4b64-4443-9668-f0f139fcfe45"}]} 2018-09-22 12:55:05,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-aecb8206-74a8-4fc9-9f45-0fcfa4d57e9f 2018-09-22 12:55:05,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0840981006622s 2018-09-22 12:55:05,559 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-aecb8206-74a8-4fc9-9f45-0fcfa4d57e9f 2018-09-22 12:55:05,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-22 12:55:05,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:55:05,736 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:55:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b54798ad-7330-44b1-8e46-9c20fee592e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:55:05,737 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-b54798ad-7330-44b1-8e46-9c20fee592e5 2018-09-22 12:55:05,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.174777030945s 2018-09-22 12:55:05,737 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/e0be80d39933400abe48c8503e28224e used request id req-b54798ad-7330-44b1-8e46-9c20fee592e5 2018-09-22 12:55:05,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:55:05,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:55:05,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d95cb6e-6506-4285-b4a9-a0f165499275 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7c96c5e387b94894b2341d7c440e6719", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:55:05,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5d95cb6e-6506-4285-b4a9-a0f165499275 2018-09-22 12:55:05,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819108486176s 2018-09-22 12:55:05,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-22 12:55:05,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65aeda3e1947549edb696be53b346b15717eb1c5" 2018-09-22 12:55:05,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:55:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ce7b646-fe78-4c76-afa2-646e1a34dc8c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:55:05,977 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7c96c5e387b94894b2341d7c440e6719 used request id req-0ce7b646-fe78-4c76-afa2-646e1a34dc8c 2018-09-22 12:55:05,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.156232118607s 2018-09-22 12:55:05,978 - xtesting.ci.run_tests - ERROR - The test case 'api_check' failed. 2018-09-22 12:55:05,978 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:06 | FAIL | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-22 12:55:05,983 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-22 12:55:08,957 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-284 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-22 12:55:08,962 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_USERNAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_DOMAIN_NAME=Default export OS_BAREMETAL_API_VERSION=1.34 export NOVA_VERSION=1.1 export OS_PROJECT_NAME=admin export OS_PASSWORD=qGsePg47gdJvJsUQg3DJeYzWh export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.7 export OS_REGION_NAME=regionOne 2018-09-22 12:55:08,963 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-09-22 12:55:08,973 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-09-22 12:55:09,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-22 12:55:09,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-22 12:55:09,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-22 12:55:09,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-22 12:55:09,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-22 12:55:09,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:55:09,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c0178c7-6e7b-45d6-809e-c0cf8e680e5d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:55:09,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1c0178c7-6e7b-45d6-809e-c0cf8e680e5d 2018-09-22 12:55:09,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:55:10,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:55:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "115f3d2949f848d88ea3ac1e6295621b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/115f3d2949f848d88ea3ac1e6295621b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "31ff21194bed44b19fbe3e24a20aa94e"}, "audit_ids": ["GK2fjUF1RgGL9UVedVZu3g"], "issued_at": "2018-09-22T12:55:10.000000Z"}} 2018-09-22 12:55:10,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-22 12:55:10,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:10,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-680def5a-a9a9-404b-940b-7719a098da1e Date: Sat, 22 Sep 2018 12:55:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:55:10,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-680def5a-a9a9-404b-940b-7719a098da1e 2018-09-22 12:55:10,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248104095459s 2018-09-22 12:55:10,577 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-680def5a-a9a9-404b-940b-7719a098da1e 2018-09-22 12:55:10,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-22 12:55:10,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:10,586 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:55:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:55:10,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:10,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fc3422a-754b-4b1e-90d9-04dfded4f1d7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/672de7fab1704d9a98e1a40572132d5c"}, "description": "", "name": "heat_stack", "enabled": true, "id": "672de7fab1704d9a98e1a40572132d5c"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-22 12:55:10,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-7fc3422a-754b-4b1e-90d9-04dfded4f1d7 2018-09-22 12:55:10,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.289253950119s 2018-09-22 12:55:10,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-22 12:55:10,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f"}}' 2018-09-22 12:55:11,018 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:55:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24a746b2-74b4-426c-995a-79c376ec4b88 Content-Length: 373 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c"}, "enabled": true, "id": "c7992477f10545dfbe1b405f2ba5970c", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f"}} 2018-09-22 12:55:11,018 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-24a746b2-74b4-426c-995a-79c376ec4b88 2018-09-22 12:55:11,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.15042090416s 2018-09-22 12:55:11,019 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-24a746b2-74b4-426c-995a-79c376ec4b88 2018-09-22 12:55:11,020 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f', 'id': u'c7992477f10545dfbe1b405f2ba5970c', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-09-22 12:55:11,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-09-22 12:55:11,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.487366914749s 2018-09-22 12:55:11,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:11,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b48013eb-0eab-4e49-bdbb-192b1325007a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8"}, "enabled": true, "id": "629d212d75af4bd8a947337b31d714d8", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_98c8805e-2144-462c-8cb2-a5d61eda119f"}} 2018-09-22 12:55:11,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8 used request id req-b48013eb-0eab-4e49-bdbb-192b1325007a 2018-09-22 12:55:11,603 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'629d212d75af4bd8a947337b31d714d8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_98c8805e-2144-462c-8cb2-a5d61eda119f'}) 2018-09-22 12:55:11,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:55:11,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:11,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f70cef8-efa6-4c2d-a75d-19be05915bce Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:55:11,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1f70cef8-efa6-4c2d-a75d-19be05915bce 2018-09-22 12:55:11,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0166280269623s 2018-09-22 12:55:11,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:55:11,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:11,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17d1aa8b-2c0c-4416-a99a-bf827a14c4bf Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:55:11,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-17d1aa8b-2c0c-4416-a99a-bf827a14c4bf 2018-09-22 12:55:11,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0912730693817s 2018-09-22 12:55:11,714 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-22 12:55:11,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-09-22 12:55:11,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" -d '{"role": {"name": "Member"}}' 2018-09-22 12:55:11,823 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 22 Sep 2018 12:55:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2b589d0-fe76-48ad-bb9a-b7293eac9439 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "92510cb04ba4488ebe2243903b6b3d47", "links": {"self": "http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47"}, "name": "Member"}} 2018-09-22 12:55:11,823 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f2b589d0-fe76-48ad-bb9a-b7293eac9439 2018-09-22 12:55:11,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108767986298s 2018-09-22 12:55:11,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:11,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-542cc924-871e-4053-91f6-7d0f1ce67b83 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47"}, "domain_id": null, "name": "Member", "id": "92510cb04ba4488ebe2243903b6b3d47"}} 2018-09-22 12:55:11,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47 used request id req-542cc924-871e-4053-91f6-7d0f1ce67b83 2018-09-22 12:55:11,901 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47'}, 'domain_id': None, 'human_id': None, 'id': u'92510cb04ba4488ebe2243903b6b3d47', 'HUMAN_ID': False}) 2018-09-22 12:55:11,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:55:11,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:11,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2462da4-1705-4e0d-9b3f-4384a6f3a898 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "92510cb04ba4488ebe2243903b6b3d47", "links": {"self": "http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:55:11,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e2462da4-1705-4e0d-9b3f-4384a6f3a898 2018-09-22 12:55:11,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795259475708s 2018-09-22 12:55:11,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-22 12:55:11,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:12,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04cffb23-8934-4f10-a1e4-f98a5ed2e931 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:55:12,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-04cffb23-8934-4f10-a1e4-f98a5ed2e931 2018-09-22 12:55:12,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0805640220642s 2018-09-22 12:55:12,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:55:12,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:12,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6d67ea4-48ea-4242-9acf-a8ae6f0015ae Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_98c8805e-2144-462c-8cb2-a5d61eda119f", "links": {"self": "http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8"}, "domain_id": "default", "enabled": true, "id": "629d212d75af4bd8a947337b31d714d8", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:55:12,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c6d67ea4-48ea-4242-9acf-a8ae6f0015ae 2018-09-22 12:55:12,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0882761478424s 2018-09-22 12:55:12,153 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c6d67ea4-48ea-4242-9acf-a8ae6f0015ae 2018-09-22 12:55:12,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 12:55:12,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:12,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3410dd1d-1dbd-4991-883a-10ca131cbce3 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c"}, "enabled": true, "id": "c7992477f10545dfbe1b405f2ba5970c", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f"}]} 2018-09-22 12:55:12,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3410dd1d-1dbd-4991-883a-10ca131cbce3 2018-09-22 12:55:12,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0789978504181s 2018-09-22 12:55:12,239 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3410dd1d-1dbd-4991-883a-10ca131cbce3 2018-09-22 12:55:12,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-22 12:55:12,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=629d212d75af4bd8a947337b31d714d8&scope.project.id=c7992477f10545dfbe1b405f2ba5970c&role.id=92510cb04ba4488ebe2243903b6b3d47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:12,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89bbeda4-25d3-498c-bc0a-0b410eac2f96 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=629d212d75af4bd8a947337b31d714d8&scope.project.id=c7992477f10545dfbe1b405f2ba5970c&role.id=92510cb04ba4488ebe2243903b6b3d47", "previous": null, "next": null}} 2018-09-22 12:55:12,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=629d212d75af4bd8a947337b31d714d8&scope.project.id=c7992477f10545dfbe1b405f2ba5970c&role.id=92510cb04ba4488ebe2243903b6b3d47 used request id req-89bbeda4-25d3-498c-bc0a-0b410eac2f96 2018-09-22 12:55:12,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0805678367615s 2018-09-22 12:55:12,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-22 12:55:12,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c/users/629d212d75af4bd8a947337b31d714d8/roles/92510cb04ba4488ebe2243903b6b3d47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:12,442 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:55:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11888a49-14cd-4c96-a57b-9dd564b1330b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:55:12,443 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c/users/629d212d75af4bd8a947337b31d714d8/roles/92510cb04ba4488ebe2243903b6b3d47 used request id req-11888a49-14cd-4c96-a57b-9dd564b1330b 2018-09-22 12:55:12,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12073302269s 2018-09-22 12:55:12,444 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': '1.34', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'password': '38781c13-1bd4-49e5-955a-cf48c733eb0d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'tempest_full_parallel-user_98c8805e-2144-462c-8cb2-a5d61eda119f', 'project_id': u'c7992477f10545dfbe1b405f2ba5970c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-22 12:55:12,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-22 12:55:12,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-22 12:55:12,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-22 12:55:12,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-22 12:55:12,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-22 12:55:12,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-22 12:55:12,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-22 12:55:12,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-22 12:55:12,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-22 12:55:12,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-22 12:55:12,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-22 12:55:12,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-22 12:55:12,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-22 12:55:12,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-22 12:55:12,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-22 12:55:12,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-22 12:55:12,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-22 12:55:12,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-22 12:55:12,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-22 12:55:12,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-22 12:55:12,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-22 12:55:12,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-22 12:55:12,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-22 12:55:12,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-22 12:55:12,450 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_98c8805e-2144-462c-8cb2-a5d61eda119f', 'password': '38781c13-1bd4-49e5-955a-cf48c733eb0d', 'project_name': 'tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'c7992477f10545dfbe1b405f2ba5970c', 'project_domain_name': 'Default'} 2018-09-22 12:55:12,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:55:12,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:12,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0f47667-043c-431e-9ad8-b2bfadc5b355 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "92510cb04ba4488ebe2243903b6b3d47", "links": {"self": "http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:55:12,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d0f47667-043c-431e-9ad8-b2bfadc5b355 2018-09-22 12:55:12,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0783770084381s 2018-09-22 12:55:12,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:55:12,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:12,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc132a65-719f-4356-9b91-6bfb50c1be7b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "92510cb04ba4488ebe2243903b6b3d47", "links": {"self": "http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:55:12,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bc132a65-719f-4356-9b91-6bfb50c1be7b 2018-09-22 12:55:12,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075749874115s 2018-09-22 12:55:12,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-09-22 12:55:12,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:12,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ec9e28b-245b-40cf-8653-724678c127dc Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-09-22 12:55:12,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-5ec9e28b-245b-40cf-8653-724678c127dc 2018-09-22 12:55:12,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0768649578094s 2018-09-22 12:55:12,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 12:55:12,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:12,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14c2b572-fb07-4f4b-83be-d70997e7a450 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_98c8805e-2144-462c-8cb2-a5d61eda119f", "links": {"self": "http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8"}, "domain_id": "default", "enabled": true, "id": "629d212d75af4bd8a947337b31d714d8", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 12:55:12,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-14c2b572-fb07-4f4b-83be-d70997e7a450 2018-09-22 12:55:12,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103698015213s 2018-09-22 12:55:12,789 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-14c2b572-fb07-4f4b-83be-d70997e7a450 2018-09-22 12:55:12,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 12:55:12,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:12,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd7c8c5-3f45-43e8-ad44-41fa5217c94e Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c"}, "enabled": true, "id": "c7992477f10545dfbe1b405f2ba5970c", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f"}]} 2018-09-22 12:55:12,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-9cd7c8c5-3f45-43e8-ad44-41fa5217c94e 2018-09-22 12:55:12,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0765171051025s 2018-09-22 12:55:12,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-9cd7c8c5-3f45-43e8-ad44-41fa5217c94e 2018-09-22 12:55:12,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-09-22 12:55:12,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=629d212d75af4bd8a947337b31d714d8&scope.project.id=c7992477f10545dfbe1b405f2ba5970c&role.id=ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:13,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8f1997a-24a6-4732-a75f-015654fbc4ab Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=629d212d75af4bd8a947337b31d714d8&scope.project.id=c7992477f10545dfbe1b405f2ba5970c&role.id=ca3ab2b28a5649949bebc9ea13b61020", "previous": null, "next": null}} 2018-09-22 12:55:13,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=629d212d75af4bd8a947337b31d714d8&scope.project.id=c7992477f10545dfbe1b405f2ba5970c&role.id=ca3ab2b28a5649949bebc9ea13b61020 used request id req-b8f1997a-24a6-4732-a75f-015654fbc4ab 2018-09-22 12:55:13,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.14989900589s 2018-09-22 12:55:13,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-09-22 12:55:13,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c/users/629d212d75af4bd8a947337b31d714d8/roles/ca3ab2b28a5649949bebc9ea13b61020 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:13,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 12:55:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffb61276-b555-4510-9e9c-c875efb6f37f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 12:55:13,149 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c/users/629d212d75af4bd8a947337b31d714d8/roles/ca3ab2b28a5649949bebc9ea13b61020 used request id req-ffb61276-b555-4510-9e9c-c875efb6f37f 2018-09-22 12:55:13,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125121116638s 2018-09-22 12:55:13,150 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-22 12:55:17,865 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-09-22 12:55:17.615 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=edc4fa92-b7cd-4953-9a45-92fe2f646980) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | edc4fa92-b7cd-4953-9a45-92fe2f646980 | 2018-09-22T12:55:17 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: edc4fa92-b7cd-4953-9a45-92fe2f646980 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-09-22 12:55:21,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-09-22 12:55:21,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-22 12:55:27,123 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-09-22 12:55:25.255 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-09-22 12:55:25.391 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-09-22 12:55:26.924 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca39f502-7f7b-4f94-84bd-403fea5677d7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ca39f502-7f7b-4f94-84bd-403fea5677d7) as the default verifier for the future CLI operations. 2018-09-22 12:55:30,000 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-09-22 12:55:30,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-09-22 12:55:30,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:30,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cc96d64-4d06-4656-aa14-3a39c5184900 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/672de7fab1704d9a98e1a40572132d5c"}, "description": "", "name": "heat_stack", "enabled": true, "id": "672de7fab1704d9a98e1a40572132d5c"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-09-22 12:55:30,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-5cc96d64-4d06-4656-aa14-3a39c5184900 2018-09-22 12:55:30,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0790500640869s 2018-09-22 12:55:30,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 12:55:30,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 12:55:30,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae93a320-f91d-44ce-9e3e-fc5250d86ce9 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c"}, "enabled": true, "id": "c7992477f10545dfbe1b405f2ba5970c", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f"}]} 2018-09-22 12:55:30,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-ae93a320-f91d-44ce-9e3e-fc5250d86ce9 2018-09-22 12:55:30,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.085086107254s 2018-09-22 12:55:30,166 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-ae93a320-f91d-44ce-9e3e-fc5250d86ce9 2018-09-22 12:55:30,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-22 12:55:30,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" -d '{"network": {"shared": true, "tenant_id": "c7992477f10545dfbe1b405f2ba5970c", "name": "tempest_full_parallel-net_98c8805e-2144-462c-8cb2-a5d61eda119f", "admin_state_up": true}}' 2018-09-22 12:55:30,732 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 693 X-Openstack-Request-Id: req-4e846ed5-1fc5-40c2-916b-48f77ae65b81 Date: Sat, 22 Sep 2018 12:55:30 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6dfbed23-b256-4cd5-89ea-c53e383c7ee0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"c7992477f10545dfbe1b405f2ba5970c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:55:30Z","is_default":false,"provider:segmentation_id":95,"name":"tempest_full_parallel-net_98c8805e-2144-462c-8cb2-a5d61eda119f","admin_state_up":true,"tenant_id":"c7992477f10545dfbe1b405f2ba5970c","created_at":"2018-09-22T12:55:30Z","mtu":1450}} 2018-09-22 12:55:30,732 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4e846ed5-1fc5-40c2-916b-48f77ae65b81 2018-09-22 12:55:30,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.56333899498s 2018-09-22 12:55:30,732 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4e846ed5-1fc5-40c2-916b-48f77ae65b81 2018-09-22 12:55:30,733 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-22T12:55:30Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6dfbed23-b256-4cd5-89ea-c53e383c7ee0', u'provider:segmentation_id': 95, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_full_parallel-net_98c8805e-2144-462c-8cb2-a5d61eda119f', u'admin_state_up': True, u'tenant_id': u'c7992477f10545dfbe1b405f2ba5970c', u'created_at': u'2018-09-22T12:55:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'c7992477f10545dfbe1b405f2ba5970c'}) 2018-09-22 12:55:30,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-09-22 12:55:30,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b604be52-ca55-40ab-b634-4b559ac8eba0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-09-22 12:55:30,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b604be52-ca55-40ab-b634-4b559ac8eba0 2018-09-22 12:55:30,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-09-22 12:55:31,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "92510cb04ba4488ebe2243903b6b3d47", "name": "Member"}, {"id": "ca3ab2b28a5649949bebc9ea13b61020", "name": "admin"}], "expires_at": "2018-09-22T13:55:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7992477f10545dfbe1b405f2ba5970c", "name": "tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0071737df6324c4e825319aa55f45215"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a19d9f4ce924e4fb769eb612a6d639f"}, {"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "932a17d9c6fd42018d35742212fc6b2e"}], "type": "placement", "id": "412bf766b454408f999aa4bb85d53c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7598a7b5f3f042b3b87f8c99c841150d"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8ac3af5857fa454db4cb64a8da5012c0"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff186ac809c943c5985b45f23696b79f"}], "type": "network", "id": "445b87dc0b9349a7a268ac59f182ed00", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28568ebede964171b11072073403062a"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5eefc24ecc004f7299ea024a9fe61e79"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7182eb06dca04a39aecac584c2323894"}], "type": "cloudformation", "id": "56d1ba2ca6384a39a0fe46d03243b7b6", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b5aa062f16be4457b1421b873fc586d5"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bde3f3b19c1d4a949de11d1409e1bd21"}, {"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d35ad9d6cecf47878de0f4bdeadc628f"}], "type": "alarming", "id": "5b9d91f92bdb4fbf840abd71ce27f8de", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83ae5bd6d4a24ebf86daacc12defb78c"}, {"url": "http://192.30.9.7:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a65b4d280a804e8c8445b46c60c1926b"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aabd138486604156ba70c0bd5765efe9"}], "type": "key-manager", "id": "8f17f86c92c64404baa379f464ec5b7c", "name": "barbican"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52d7795967934120854c7295f77002ff"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71683368d3154d86a1c85e47f7db8131"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ae5de89b24449b8a663565bd91838ad"}], "type": "identity", "id": "972a7ff8f3264fd6b9edc711adb74f90", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "351c2dc22ead4cd191de7d1e74abbf26"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "546c5a4303ea48d88449498666374179"}, {"url": "http://192.30.9.7:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21cc134eb1c4385ae83778b39810db2"}], "type": "policy", "id": "a453141784ee4bcdb95598b1601d2912", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/c7992477f10545dfbe1b405f2ba5970c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5170431049614e78a53366c2323009e2"}, {"url": "http://192.30.9.7:8776/v3/c7992477f10545dfbe1b405f2ba5970c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5777369cbe6f4ba8854687ef72b2108f"}, {"url": "http://192.30.9.7:8776/v3/c7992477f10545dfbe1b405f2ba5970c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85af068525994e378adf87773aeededc"}], "type": "volumev3", "id": "b5c27ab7685343cd83f99617ea397226", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/c7992477f10545dfbe1b405f2ba5970c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0531fe3b7b764c3c822b1567ef8383a6"}, {"url": "http://192.30.9.7:8004/v1/c7992477f10545dfbe1b405f2ba5970c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "68fdda228a814409b7964c201d251aa3"}, {"url": "http://192.30.9.7:8004/v1/c7992477f10545dfbe1b405f2ba5970c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9d38f7db5a74423aa11635d281d6a054"}], "type": "orchestration", "id": "c182b91412c4420e82663413044dba4e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/c7992477f10545dfbe1b405f2ba5970c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0edcbad0d94a48f7b00f3cf5befc384c"}, {"url": "http://192.30.9.7:8776/v2/c7992477f10545dfbe1b405f2ba5970c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8a6b316c825c41f882801e13b34ed6fc"}, {"url": "http://192.30.9.7:8776/v2/c7992477f10545dfbe1b405f2ba5970c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a32f517dd45b446490c29aa7cb0f7910"}], "type": "volumev2", "id": "c2deee9f343946faa988859d03125f25", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "d03cfb648af04bb8afd635a8f9db3570", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/c7992477f10545dfbe1b405f2ba5970c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10636942401545e9af96886765939b22"}, {"url": "http://192.30.9.7:8776/v1/c7992477f10545dfbe1b405f2ba5970c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "86992b3f463142fb9cfa1e68340b89ef"}, {"url": "http://172.30.9.23:8776/v1/c7992477f10545dfbe1b405f2ba5970c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "96dfd731ca34495795892284feb78ac4"}], "type": "volume", "id": "d89a77dbae724210900270fbb81c1c8f", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5f460997e6b24e45b23173b42c157485"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99f977bc738f450c815fa77a7f5077eb"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9fca87b08ccf44b0afbb18d4682f75c9"}], "type": "image", "id": "eedca99fb5bd49f59503a414f5b8787e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5ed9930df70d4a93969f76203545fd70"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9537caed7f4b4f40ba27325a985a86e6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6f8f2489a5b45679de6479228ce6f77"}], "type": "compute", "id": "f08a74d5c81743a09a8a3e6767f6c41e", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c5aeba786c41eca76791cc910606d5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79e17c9ecd5d47259e8ffbe3241fe0f0"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ffa0a6f5f005458383e3c5de182a816e"}], "type": "metric", "id": "f7c8559884b04f1f8c5e220dcff4f6fb", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_98c8805e-2144-462c-8cb2-a5d61eda119f", "id": "629d212d75af4bd8a947337b31d714d8"}, "audit_ids": ["LJerjE37T8uSWc97j0t6iQ"], "issued_at": "2018-09-22T12:55:31.000000Z"}} 2018-09-22 12:55:31,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-22 12:55:31,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 12:55:31,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2077 X-Openstack-Request-Id: req-4f8dded2-558d-4b5f-90a0-308fe1b52530 Date: Sat, 22 Sep 2018 12:55:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5ddb6bb1-1ff2-4f6b-a26a-ecb2cb650296","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["2e918346-4cff-409f-a3d7-ba2d74a8e0a1"],"description":"","tags":[],"updated_at":"2018-09-22T12:53:53Z","provider:segmentation_id":93,"name":"HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:53:51Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6dfbed23-b256-4cd5-89ea-c53e383c7ee0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"c7992477f10545dfbe1b405f2ba5970c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T12:55:30Z","provider:segmentation_id":95,"name":"tempest_full_parallel-net_98c8805e-2144-462c-8cb2-a5d61eda119f","admin_state_up":true,"tenant_id":"c7992477f10545dfbe1b405f2ba5970c","created_at":"2018-09-22T12:55:30Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 12:55:31,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4f8dded2-558d-4b5f-90a0-308fe1b52530 2018-09-22 12:55:31,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255630016327s 2018-09-22 12:55:31,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4f8dded2-558d-4b5f-90a0-308fe1b52530 2018-09-22 12:55:31,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-22 12:55:31,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" -d '{"subnet": {"name": "tempest_full_parallel-subnet_98c8805e-2144-462c-8cb2-a5d61eda119f", "enable_dhcp": true, "network_id": "6dfbed23-b256-4cd5-89ea-c53e383c7ee0", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-22 12:55:32,114 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 689 X-Openstack-Request-Id: req-7b66f4aa-8534-4c31-9a98-ef127ed61b22 Date: Sat, 22 Sep 2018 12:55:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfbed23-b256-4cd5-89ea-c53e383c7ee0","tenant_id":"c7992477f10545dfbe1b405f2ba5970c","created_at":"2018-09-22T12:55:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-22T12:55:31Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"c7992477f10545dfbe1b405f2ba5970c","id":"d08c3738-0d47-4843-b649-a180001c7177","subnetpool_id":null,"name":"tempest_full_parallel-subnet_98c8805e-2144-462c-8cb2-a5d61eda119f"}} 2018-09-22 12:55:32,115 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7b66f4aa-8534-4c31-9a98-ef127ed61b22 2018-09-22 12:55:32,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.746293067932s 2018-09-22 12:55:32,115 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7b66f4aa-8534-4c31-9a98-ef127ed61b22 2018-09-22 12:55:32,115 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-22T12:55:31Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'd08c3738-0d47-4843-b649-a180001c7177', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_full_parallel-subnet_98c8805e-2144-462c-8cb2-a5d61eda119f', u'enable_dhcp': True, u'network_id': u'6dfbed23-b256-4cd5-89ea-c53e383c7ee0', u'tenant_id': u'c7992477f10545dfbe1b405f2ba5970c', u'created_at': u'2018-09-22T12:55:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c7992477f10545dfbe1b405f2ba5970c'}) 2018-09-22 12:55:32,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-22 12:55:32,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" -d '{"router": {"external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128"}, "name": "tempest_full_parallel-router_98c8805e-2144-462c-8cb2-a5d61eda119f", "admin_state_up": true}}' 2018-09-22 12:55:33,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 654 X-Openstack-Request-Id: req-5111c4cb-a09a-47c0-a363-a5b30b9cff29 Date: Sat, 22 Sep 2018 12:55:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "c7992477f10545dfbe1b405f2ba5970c", "created_at": "2018-09-22T12:55:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:55:33Z", "revision_number": 2, "routes": [], "project_id": "c7992477f10545dfbe1b405f2ba5970c", "id": "abeca492-28d1-400e-85ff-1776634cf3df", "name": "tempest_full_parallel-router_98c8805e-2144-462c-8cb2-a5d61eda119f"}} 2018-09-22 12:55:33,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5111c4cb-a09a-47c0-a363-a5b30b9cff29 2018-09-22 12:55:33,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24714207649s 2018-09-22 12:55:33,364 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5111c4cb-a09a-47c0-a363-a5b30b9cff29 2018-09-22 12:55:33,364 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'a628b19b-ff4a-4b9a-8714-5629ce044128', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6', u'ip_address': u'172.30.9.218'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c7992477f10545dfbe1b405f2ba5970c', u'created_at': u'2018-09-22T12:55:32Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-22T12:55:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'c7992477f10545dfbe1b405f2ba5970c', u'id': u'abeca492-28d1-400e-85ff-1776634cf3df', u'name': u'tempest_full_parallel-router_98c8805e-2144-462c-8cb2-a5d61eda119f'}) 2018-09-22 12:55:33,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-22 12:55:33,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/abeca492-28d1-400e-85ff-1776634cf3df/add_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" -d '{"subnet_id": "d08c3738-0d47-4843-b649-a180001c7177"}' 2018-09-22 12:55:34,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bcae4a8d-f23c-4724-9f18-3dd8bd7c0001 Date: Sat, 22 Sep 2018 12:55:34 GMT RESP BODY: {"network_id": "6dfbed23-b256-4cd5-89ea-c53e383c7ee0", "tenant_id": "c7992477f10545dfbe1b405f2ba5970c", "subnet_id": "d08c3738-0d47-4843-b649-a180001c7177", "subnet_ids": ["d08c3738-0d47-4843-b649-a180001c7177"], "port_id": "ac06616b-9ddb-4449-8229-c2316c95891d", "id": "abeca492-28d1-400e-85ff-1776634cf3df"} 2018-09-22 12:55:34,815 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/abeca492-28d1-400e-85ff-1776634cf3df/add_router_interface.json used request id req-bcae4a8d-f23c-4724-9f18-3dd8bd7c0001 2018-09-22 12:55:34,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.45002603531s 2018-09-22 12:55:34,815 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/abeca492-28d1-400e-85ff-1776634cf3df/add_router_interface.json used request id req-bcae4a8d-f23c-4724-9f18-3dd8bd7c0001 returning object abeca492-28d1-400e-85ff-1776634cf3df 2018-09-22 12:55:34,815 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-22 12:55:34,943 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-22 12:55:34,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 12:55:34,954 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Sat, 22 Sep 2018 12:55:34 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-09-22 12:55:34,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-22 12:55:34,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 12:55:35,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1867 Content-Type: application/json X-Openstack-Request-Id: req-61cbc741-53e8-44e9-8691-d89d69a70ff1 Date: Sat, 22 Sep 2018 12:55:35 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:46Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "metadata": {}}], "self": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "min_disk": 0, "protected": false, "id": "89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "file": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}, {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:42Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "metadata": {}}], "self": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892", "min_disk": 0, "protected": false, "id": "fce69a5a-d785-4769-88c9-98e13552d892", "file": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-22 12:55:35,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-61cbc741-53e8-44e9-8691-d89d69a70ff1 2018-09-22 12:55:35,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169912099838s 2018-09-22 12:55:35,129 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-61cbc741-53e8-44e9-8691-d89d69a70ff1 2018-09-22 12:55:35,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-22 12:55:35,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f"}' 2018-09-22 12:55:35,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b X-Openstack-Request-Id: req-37ebf95a-576e-4625-bf27-8f200e6e713f Date: Sat, 22 Sep 2018 12:55:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/file", "owner": "c7992477f10545dfbe1b405f2ba5970c", "id": "55f3833a-c4bf-4a63-9fbc-67ac5925984b", "size": null, "self": "/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-22T12:55:35Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "checksum": null, "created_at": "2018-09-22T12:55:35Z", "protected": false} 2018-09-22 12:55:35,355 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-37ebf95a-576e-4625-bf27-8f200e6e713f 2018-09-22 12:55:35,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.222903013229s 2018-09-22 12:55:35,356 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-37ebf95a-576e-4625-bf27-8f200e6e713f returning object 55f3833a-c4bf-4a63-9fbc-67ac5925984b 2018-09-22 12:55:35,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-22 12:55:35,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" -d '' 2018-09-22 12:55:37,315 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-57b86de3-b33c-406d-aaba-e63a45f57619 Date: Sat, 22 Sep 2018 12:55:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:55:37,315 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/file used request id req-57b86de3-b33c-406d-aaba-e63a45f57619 2018-09-22 12:55:37,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.95868897438s 2018-09-22 12:55:37,316 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/file used request id req-57b86de3-b33c-406d-aaba-e63a45f57619 2018-09-22 12:55:37,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-22 12:55:37,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 12:55:37,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 3023 Content-Type: application/json X-Openstack-Request-Id: req-10f26007-9284-4ee1-a42c-fc8baaf27d07 Date: Sat, 22 Sep 2018 12:55:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap", "metadata": {}}], "file": "/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/file", "owner": "c7992477f10545dfbe1b405f2ba5970c", "id": "55f3833a-c4bf-4a63-9fbc-67ac5925984b", "size": 12716032, "self": "/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b", "disk_format": "qcow2", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-22T12:55:37Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-22T12:55:35Z", "protected": false}, {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:46Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "metadata": {}}], "self": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "min_disk": 0, "protected": false, "id": "89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "file": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}, {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:42Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "metadata": {}}], "self": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892", "min_disk": 0, "protected": false, "id": "fce69a5a-d785-4769-88c9-98e13552d892", "file": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-22 12:55:37,343 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-10f26007-9284-4ee1-a42c-fc8baaf27d07 2018-09-22 12:55:37,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0265071392059s 2018-09-22 12:55:37,343 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-10f26007-9284-4ee1-a42c-fc8baaf27d07 2018-09-22 12:55:37,346 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/file', 'owner': u'c7992477f10545dfbe1b405f2ba5970c', 'id': u'55f3833a-c4bf-4a63-9fbc-67ac5925984b', 'size': 12716032, u'self': u'/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7992477f10545dfbe1b405f2ba5970c', 'name': 'tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-22T12:55:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-22T12:55:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f', 'created': u'2018-09-22T12:55:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-22T12:55:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-22 12:55:37,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-22 12:55:37,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_98c8805e-2144-462c-8cb2-a5d61eda119f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-22 12:55:37,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65fdfee2-bf68-44fb-b67e-ba3f1877e7d4 x-compute-request-id: req-65fdfee2-bf68-44fb-b67e-ba3f1877e7d4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4acf0059-568d-4b10-9c60-facd7b8bb216", "name": "tempest_full_parallel-flavor_98c8805e-2144-462c-8cb2-a5d61eda119f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:55:37,543 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-65fdfee2-bf68-44fb-b67e-ba3f1877e7d4 2018-09-22 12:55:37,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.194591999054s 2018-09-22 12:55:37,543 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-65fdfee2-bf68-44fb-b67e-ba3f1877e7d4 returning object 4acf0059-568d-4b10-9c60-facd7b8bb216 2018-09-22 12:55:37,544 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_98c8805e-2144-462c-8cb2-a5d61eda119f', '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'115f3d2949f848d88ea3ac1e6295621b', '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'4acf0059-568d-4b10-9c60-facd7b8bb216', 'swap': 0}) 2018-09-22 12:55:37,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-22 12:55:37,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" -d '{"extra_specs": {}}' 2018-09-22 12:55:37,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-121c4ccd-70d4-4b34-9b4d-f87c01976f21 x-compute-request-id: req-121c4ccd-70d4-4b34-9b4d-f87c01976f21 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-22 12:55:37,565 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216/os-extra_specs used request id req-121c4ccd-70d4-4b34-9b4d-f87c01976f21 2018-09-22 12:55:37,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209019184113s 2018-09-22 12:55:37,566 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216/os-extra_specs used request id req-121c4ccd-70d4-4b34-9b4d-f87c01976f21 2018-09-22 12:55:37,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 12:55:37,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 12:55:37,577 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 22 Sep 2018 12:55:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-22 12:55:37,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 12:55:37,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec6d9c19-5b66-4423-8f37-4e8ecdda665b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "92510cb04ba4488ebe2243903b6b3d47", "links": {"self": "http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 12:55:37,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ec6d9c19-5b66-4423-8f37-4e8ecdda665b 2018-09-22 12:55:37,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0924711227417s 2018-09-22 12:55:37,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-22 12:55:37,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 12:55:37,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f021818f-5799-42a0-8715-8152c74591f6 x-compute-request-id: req-f021818f-5799-42a0-8715-8152c74591f6 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 192}, "vcpus_used": 2, "hypervisor_type": "QEMU", "local_gb_used": 2, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 5120, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 1, "free_disk_gb": 10237, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 27382, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 195}, "vcpus_used": 2, "hypervisor_type": "QEMU", "local_gb_used": 2, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 5120, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 1, "free_disk_gb": 10237, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 27382, "id": 6}]} 2018-09-22 12:55:37,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-f021818f-5799-42a0-8715-8152c74591f6 2018-09-22 12:55:37,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.185562133789s 2018-09-22 12:55:37,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-f021818f-5799-42a0-8715-8152c74591f6 2018-09-22 12:55:37,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-22 12:55:37,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 12:55:37,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 3023 Content-Type: application/json X-Openstack-Request-Id: req-643cf323-320b-4f68-aa92-abaa1b1bf89a Date: Sat, 22 Sep 2018 12:55:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap", "metadata": {}}], "file": "/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/file", "owner": "c7992477f10545dfbe1b405f2ba5970c", "id": "55f3833a-c4bf-4a63-9fbc-67ac5925984b", "size": 12716032, "self": "/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b", "disk_format": "qcow2", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-22T12:55:37Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-22T12:55:35Z", "protected": false}, {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:46Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "metadata": {}}], "self": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "min_disk": 0, "protected": false, "id": "89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "file": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}, {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:42Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "metadata": {}}], "self": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892", "min_disk": 0, "protected": false, "id": "fce69a5a-d785-4769-88c9-98e13552d892", "file": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-22 12:55:37,875 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-643cf323-320b-4f68-aa92-abaa1b1bf89a 2018-09-22 12:55:37,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.023885011673s 2018-09-22 12:55:37,876 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-643cf323-320b-4f68-aa92-abaa1b1bf89a 2018-09-22 12:55:37,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-22 12:55:37,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f"}' 2018-09-22 12:55:38,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712 X-Openstack-Request-Id: req-2aa4e7bf-d93c-47d0-a95e-42dfc36116a8 Date: Sat, 22 Sep 2018 12:55:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/file", "owner": "c7992477f10545dfbe1b405f2ba5970c", "id": "a5ff1a2b-db1c-4453-8b4f-d81ece5bf712", "size": null, "self": "/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-22T12:55:38Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f", "checksum": null, "created_at": "2018-09-22T12:55:38Z", "protected": false} 2018-09-22 12:55:38,242 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2aa4e7bf-d93c-47d0-a95e-42dfc36116a8 2018-09-22 12:55:38,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.362601995468s 2018-09-22 12:55:38,243 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2aa4e7bf-d93c-47d0-a95e-42dfc36116a8 returning object a5ff1a2b-db1c-4453-8b4f-d81ece5bf712 2018-09-22 12:55:38,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-22 12:55:38,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/file -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" -d '' 2018-09-22 12:55:39,668 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c995ccfc-c2e7-4670-8336-c06ef10267e5 Date: Sat, 22 Sep 2018 12:55:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 12:55:39,668 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/file used request id req-c995ccfc-c2e7-4670-8336-c06ef10267e5 2018-09-22 12:55:39,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.42505478859s 2018-09-22 12:55:39,669 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/file used request id req-c995ccfc-c2e7-4670-8336-c06ef10267e5 2018-09-22 12:55:39,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-22 12:55:39,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 12:55:39,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 4187 Content-Type: application/json X-Openstack-Request-Id: req-d9a93fce-da8b-44f1-b550-9e5b74497f78 Date: Sat, 22 Sep 2018 12:55:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/snap", "metadata": {}}], "file": "/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/file", "owner": "c7992477f10545dfbe1b405f2ba5970c", "id": "a5ff1a2b-db1c-4453-8b4f-d81ece5bf712", "size": 12716032, "self": "/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712", "disk_format": "qcow2", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-22T12:55:39Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-22T12:55:38Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap", "metadata": {}}], "file": "/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/file", "owner": "c7992477f10545dfbe1b405f2ba5970c", "id": "55f3833a-c4bf-4a63-9fbc-67ac5925984b", "size": 12716032, "self": "/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b", "disk_format": "qcow2", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-22T12:55:37Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-22T12:55:35Z", "protected": false}, {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:46Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "metadata": {}}], "self": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "min_disk": 0, "protected": false, "id": "89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "file": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}, {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:42Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "metadata": {}}], "self": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892", "min_disk": 0, "protected": false, "id": "fce69a5a-d785-4769-88c9-98e13552d892", "file": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-22 12:55:39,838 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d9a93fce-da8b-44f1-b550-9e5b74497f78 2018-09-22 12:55:39,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169007062912s 2018-09-22 12:55:39,839 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d9a93fce-da8b-44f1-b550-9e5b74497f78 2018-09-22 12:55:39,842 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/file', 'owner': u'c7992477f10545dfbe1b405f2ba5970c', 'id': u'a5ff1a2b-db1c-4453-8b4f-d81ece5bf712', 'size': 12716032, u'self': u'/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7992477f10545dfbe1b405f2ba5970c', 'name': 'tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-22T12:55:39Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-22T12:55:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', 'created': u'2018-09-22T12:55:38Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-22T12:55:38Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-09-22 12:55:39,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-22 12:55:39,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_98c8805e-2144-462c-8cb2-a5d61eda119f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-22 12:55:39,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92b50907-9e06-4425-8803-29e4c4bf935b x-compute-request-id: req-92b50907-9e06-4425-8803-29e4c4bf935b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5a9989de-b8a5-4950-b90f-1059ec32b371", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5a9989de-b8a5-4950-b90f-1059ec32b371", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5a9989de-b8a5-4950-b90f-1059ec32b371", "name": "tempest_full_parallel-flavor_alt_98c8805e-2144-462c-8cb2-a5d61eda119f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-09-22 12:55:39,905 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-92b50907-9e06-4425-8803-29e4c4bf935b 2018-09-22 12:55:39,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0614449977875s 2018-09-22 12:55:39,905 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-92b50907-9e06-4425-8803-29e4c4bf935b returning object 5a9989de-b8a5-4950-b90f-1059ec32b371 2018-09-22 12:55:39,906 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'115f3d2949f848d88ea3ac1e6295621b', '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'5a9989de-b8a5-4950-b90f-1059ec32b371', 'swap': 0}) 2018-09-22 12:55:39,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-22 12:55:39,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/5a9989de-b8a5-4950-b90f-1059ec32b371/os-extra_specs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" -d '{"extra_specs": {}}' 2018-09-22 12:55:39,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 12:55:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34ae06fa-146a-44fe-b2bc-552fb46cfb37 x-compute-request-id: req-34ae06fa-146a-44fe-b2bc-552fb46cfb37 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-22 12:55:39,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/5a9989de-b8a5-4950-b90f-1059ec32b371/os-extra_specs used request id req-34ae06fa-146a-44fe-b2bc-552fb46cfb37 2018-09-22 12:55:39,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0193219184875s 2018-09-22 12:55:39,926 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/5a9989de-b8a5-4950-b90f-1059ec32b371/os-extra_specs used request id req-34ae06fa-146a-44fe-b2bc-552fb46cfb37 2018-09-22 12:55:39,927 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_98c8805e-2144-462c-8cb2-a5d61eda119f', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'115f3d2949f848d88ea3ac1e6295621b', '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'5a9989de-b8a5-4950-b90f-1059ec32b371', 'swap': 0}) 2018-09-22 12:55:43,072 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-22 12:55:42.041 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ca39f502-7f7b-4f94-84bd-403fea5677d7) for deployment 'opnfv-rally' (UUID=edc4fa92-b7cd-4953-9a45-92fe2f646980). 2018-09-22 12:55:42.907 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-09-22 12:55:42.909 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca39f502-7f7b-4f94-84bd-403fea5677d7) has been successfully configured for deployment 'opnfv-rally' (UUID=edc4fa92-b7cd-4953-9a45-92fe2f646980)! 2018-09-22 12:55:43,073 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-22 12:55:43,073 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-22 12:55:43,076 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-22 12:55:43,084 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-22 12:55:45,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ca39f502-7f7b-4f94-84bd-403fea5677d7/repo; testr list-tests '^tempest\.' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-09-22 12:55:45,465 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-22 12:55:45,480 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-22 12:55:45,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-09-22 12:55:47,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:47.441 49 INFO rally.api [-] Starting verification (UUID=d0e9a2c3-fabe-4620-b1ee-4da473f10bb3) for deployment 'opnfv-rally' (UUID=edc4fa92-b7cd-4953-9a45-92fe2f646980) by verifier 'opnfv-tempest' (UUID=ca39f502-7f7b-4f94-84bd-403fea5677d7). 2018-09-22 12:55:47,443 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: d0e9a2c3-fabe-4620-b1ee-4da473f10bb3 2018-09-22 12:55:52,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:52.065 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-09-22 12:55:52,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:52.143 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-09-22 12:55:52,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:52.157 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 12:55:54,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:54.638 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.559s] 2018-09-22 12:55:54,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:54.814 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.177s] 2018-09-22 12:55:55,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.261 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.445s] 2018-09-22 12:55:55,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.473 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.192s] 2018-09-22 12:55:55,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.541 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.172s] 2018-09-22 12:55:55,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.557 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.015s] 2018-09-22 12:55:55,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.568 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.011s] 2018-09-22 12:55:55,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.630 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.237s] 2018-09-22 12:55:55,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.660 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.399s] 2018-09-22 12:55:55,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.731 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.288s] 2018-09-22 12:55:55,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.771 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.139s] 2018-09-22 12:55:55,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.782 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.050s] 2018-09-22 12:55:55,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.786 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.218s] 2018-09-22 12:55:55,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.798 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-09-22 12:55:55,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.857 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.075s] 2018-09-22 12:55:55,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.872 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.072s] 2018-09-22 12:55:55,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.900 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.027s] 2018-09-22 12:55:55,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.953 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.053s] 2018-09-22 12:55:55,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.965 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.012s] 2018-09-22 12:55:55,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:55.999 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.400s] 2018-09-22 12:55:56,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.053 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.087s] 2018-09-22 12:55:56,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.077 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.417s] 2018-09-22 12:55:56,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.081 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.028s] 2018-09-22 12:55:56,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.122 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.122s] 2018-09-22 12:55:56,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.209 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.086s] 2018-09-22 12:55:56,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.333 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.242s] 2018-09-22 12:55:56,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.382 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.304s] 2018-09-22 12:55:56,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.691 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.480s] 2018-09-22 12:55:56,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.775 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.440s] 2018-09-22 12:55:56,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:55:56.953 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.262s] 2018-09-22 12:56:00,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:00.498 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-09-22 12:56:01,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:01.418 49 INFO opnfv-tempest [-] {13} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.510s] 2018-09-22 12:56:03,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:03.066 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-09-22 12:56:03,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:03.069 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 12:56:03,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:03.070 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 12:56:05,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:05.753 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.132s] 2018-09-22 12:56:05,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:05.788 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.035s] 2018-09-22 12:56:06,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:06.069 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.396s] 2018-09-22 12:56:07,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:07.342 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.418s] 2018-09-22 12:56:07,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:07.425 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.084s] 2018-09-22 12:56:08,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:08.272 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.845s] 2018-09-22 12:56:10,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:10.494 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [15.012s] 2018-09-22 12:56:13,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:13.107 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 12:56:17,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:17.690 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [22.240s] 2018-09-22 12:56:17,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:17.943 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 12:56:18,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:18.446 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [23.228s] 2018-09-22 12:56:19,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:19.009 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [1.009s] 2018-09-22 12:56:19,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:19.112 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.425s] 2018-09-22 12:56:19,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:19.440 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-09-22 12:56:19,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:19.798 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.684s] 2018-09-22 12:56:20,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.353 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [1.343s] 2018-09-22 12:56:20,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.495 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [0.697s] 2018-09-22 12:56:20,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.682 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [24.818s] 2018-09-22 12:56:20,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.685 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [26.500s] 2018-09-22 12:56:20,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.703 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.029s] 2018-09-22 12:56:20,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.719 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.016s] 2018-09-22 12:56:20,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.735 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.015s] 2018-09-22 12:56:20,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.748 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.012s] 2018-09-22 12:56:20,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.763 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.267s] 2018-09-22 12:56:20,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.778 49 INFO opnfv-tempest [-] {13} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-09-22 12:56:20,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.821 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [26.140s] 2018-09-22 12:56:20,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:20.826 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.146s] 2018-09-22 12:56:21,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.051 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.301s] 2018-09-22 12:56:21,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.127 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.363s] 2018-09-22 12:56:21,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.398 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.347s] 2018-09-22 12:56:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.562 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.164s] 2018-09-22 12:56:21,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.617 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [1.263s] 2018-09-22 12:56:21,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.812 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.249s] 2018-09-22 12:56:21,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:21.854 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [26.384s] 2018-09-22 12:56:22,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.026 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.898s] 2018-09-22 12:56:22,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.228 49 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.416s] 2018-09-22 12:56:22,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.324 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.470s] 2018-09-22 12:56:22,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.841 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.860s] 2018-09-22 12:56:22,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.905 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.580s] 2018-09-22 12:56:22,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.916 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.011s] 2018-09-22 12:56:22,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.930 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.014s] 2018-09-22 12:56:22,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:22.962 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.031s] 2018-09-22 12:56:23,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:23.015 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.987s] 2018-09-22 12:56:23,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:23.286 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.445s] 2018-09-22 12:56:23,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:23.558 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.224s] 2018-09-22 12:56:23,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:23.578 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.616s] 2018-09-22 12:56:23,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:23.604 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.590s] 2018-09-22 12:56:24,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:24.162 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.582s] 2018-09-22 12:56:24,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:24.198 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.037s] 2018-09-22 12:56:24,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:24.719 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.520s] 2018-09-22 12:56:24,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:24.755 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.036s] 2018-09-22 12:56:24,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:24.768 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.012s] 2018-09-22 12:56:26,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:26.110 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.340s] 2018-09-22 12:56:26,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:26.511 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.401s] 2018-09-22 12:56:33,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.864 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.162s] 2018-09-22 12:56:33,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.876 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.012s] 2018-09-22 12:56:33,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.914 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.038s] 2018-09-22 12:56:33,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.926 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.011s] 2018-09-22 12:56:33,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.943 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.016s] 2018-09-22 12:56:33,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.956 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.012s] 2018-09-22 12:56:33,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.983 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.027s] 2018-09-22 12:56:33,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:33.995 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.011s] 2018-09-22 12:56:34,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.021 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.026s] 2018-09-22 12:56:34,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.033 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.011s] 2018-09-22 12:56:34,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.042 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.009s] 2018-09-22 12:56:34,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.054 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.012s] 2018-09-22 12:56:34,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.062 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.008s] 2018-09-22 12:56:34,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.101 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.038s] 2018-09-22 12:56:34,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:34.681 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 12:56:36,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:36.296 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [17.286s] 2018-09-22 12:56:38,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:38.845 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.541s] 2018-09-22 12:56:39,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:39.855 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.531s] 2018-09-22 12:56:39,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:39.907 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.184s] 2018-09-22 12:56:39,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:39.919 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.012s] 2018-09-22 12:56:40,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.111 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.191s] 2018-09-22 12:56:40,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.165 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.053s] 2018-09-22 12:56:40,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.183 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.018s] 2018-09-22 12:56:40,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.195 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.012s] 2018-09-22 12:56:40,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.207 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.012s] 2018-09-22 12:56:40,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.244 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.388s] 2018-09-22 12:56:40,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:40.733 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.488s] 2018-09-22 12:56:41,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:41.365 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.631s] 2018-09-22 12:56:41,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:41.502 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [23.054s] 2018-09-22 12:56:42,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:42.352 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.986s] 2018-09-22 12:56:42,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:42.805 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.959s] 2018-09-22 12:56:43,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:43.400 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [1.045s] 2018-09-22 12:56:44,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:44.925 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [1.525s] 2018-09-22 12:56:45,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:45.196 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [24.372s] 2018-09-22 12:56:46,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:46.944 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [2.014s] 2018-09-22 12:56:47,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:47.254 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [4.447s] 2018-09-22 12:56:47,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:47.259 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-09-22 12:56:47,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:47.261 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-09-22 12:56:47,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:47.268 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.013s] 2018-09-22 12:56:47,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:47.524 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.583s] 2018-09-22 12:56:49,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:49.124 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [1.599s] 2018-09-22 12:56:54,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:54.655 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [35.205s] 2018-09-22 12:56:54,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:54.764 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.183s] 2018-09-22 12:56:54,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:54.854 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.090s] 2018-09-22 12:56:54,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:54.902 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.048s] 2018-09-22 12:56:54,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:56:54.946 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.044s] 2018-09-22 12:57:00,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:00.811 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.195s] 2018-09-22 12:57:00,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:00.866 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.054s] 2018-09-22 12:57:03,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.033 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [2.165s] 2018-09-22 12:57:03,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.046 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.013s] 2018-09-22 12:57:03,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.090 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.043s] 2018-09-22 12:57:03,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.104 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.013s] 2018-09-22 12:57:03,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.159 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.055s] 2018-09-22 12:57:03,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:03.240 49 INFO opnfv-tempest [-] {10} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.080s] 2018-09-22 12:57:04,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:04.065 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [34.993s] 2018-09-22 12:57:05,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:05.420 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.417s] 2018-09-22 12:57:06,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:06.118 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.698s] 2018-09-22 12:57:07,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:07.043 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [17.794s] 2018-09-22 12:57:07,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:07.044 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.922s] 2018-09-22 12:57:07,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:07.768 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.122s] 2018-09-22 12:57:07,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:07.806 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.037s] 2018-09-22 12:57:07,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:07.881 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.074s] 2018-09-22 12:57:09,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:09.170 49 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.223s] 2018-09-22 12:57:10,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:10.214 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [3.172s] 2018-09-22 12:57:11,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:11.228 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.013s] 2018-09-22 12:57:13,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:13.114 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [6.076s] 2018-09-22 12:57:14,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:14.839 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 12:57:15,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:15.698 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.254s] 2018-09-22 12:57:15,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:15.711 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.013s] 2018-09-22 12:57:15,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:15.870 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.159s] 2018-09-22 12:57:26,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:26.984 49 INFO opnfv-tempest [-] {8} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.196s] 2018-09-22 12:57:31,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:31.729 49 INFO opnfv-tempest [-] {4} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [50.168s] 2018-09-22 12:57:33,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:33.938 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [33.113s] 2018-09-22 12:57:35,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:35.435 49 INFO opnfv-tempest [-] {4} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [3.711s] 2018-09-22 12:57:35,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:35.889 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [41.225s] 2018-09-22 12:57:35,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:35.891 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-09-22 12:57:37,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:37.762 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [10.641s] 2018-09-22 12:57:39,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:39.560 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [17.330s] 2018-09-22 12:57:39,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:39.853 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.295s] 2018-09-22 12:57:41,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:41.099 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.245s] 2018-09-22 12:57:42,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:42.046 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.946s] 2018-09-22 12:57:42,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:42.089 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.043s] 2018-09-22 12:57:42,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:42.621 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [8.687s] 2018-09-22 12:57:44,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:44.414 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [2.324s] 2018-09-22 12:57:44,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:44.945 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.529s] 2018-09-22 12:57:45,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:45.729 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [66.058s] 2018-09-22 12:57:46,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:46.979 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-09-22 12:57:48,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:48.254 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [44.180s] 2018-09-22 12:57:49,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:49.646 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-09-22 12:57:52,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:52.342 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [4.091s] 2018-09-22 12:57:54,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:54.798 49 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [36.707s] 2018-09-22 12:57:55,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:57:55.694 49 INFO opnfv-tempest [-] {15} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.821s] 2018-09-22 12:58:00,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:00.029 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [24.740s] 2018-09-22 12:58:04,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:04.052 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [128.846s] 2018-09-22 12:58:04,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:04.071 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.024s] 2018-09-22 12:58:08,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:08.875 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.469s] 2018-09-22 12:58:08,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:08.927 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.051s] 2018-09-22 12:58:08,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:08.971 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [107.326s] 2018-09-22 12:58:09,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:09.550 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.483s] 2018-09-22 12:58:09,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:09.559 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.010s] 2018-09-22 12:58:10,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:10.854 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.293s] 2018-09-22 12:58:10,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:10.856 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-09-22 12:58:10,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:10.860 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-09-22 12:58:10,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:10.862 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-09-22 12:58:11,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.035 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.178s] 2018-09-22 12:58:11,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.067 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.030s] 2018-09-22 12:58:11,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.070 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-09-22 12:58:11,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.071 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-09-22 12:58:11,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.072 49 INFO opnfv-tempest [-] {15} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-09-22 12:58:11,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:11.778 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [8.632s] 2018-09-22 12:58:17,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:17.377 49 INFO opnfv-tempest [-] {14} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... fail [17.940s] 2018-09-22 12:58:17,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:17.382 49 INFO opnfv-tempest [-] {14} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.011s] 2018-09-22 12:58:17,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:17.887 49 INFO opnfv-tempest [-] {14} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.504s] 2018-09-22 12:58:17,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:17.917 49 INFO opnfv-tempest [-] {14} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.030s] 2018-09-22 12:58:18,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:18.045 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.108s] 2018-09-22 12:58:20,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:20.660 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [20.630s] 2018-09-22 12:58:24,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:24.519 49 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.652s] 2018-09-22 12:58:24,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:24.737 49 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.218s] 2018-09-22 12:58:25,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:25.245 49 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.507s] 2018-09-22 12:58:25,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:25.414 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON ... fail 2018-09-22 12:58:25,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:25.663 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [17.016s] 2018-09-22 12:58:32,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:32.214 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [23.241s] 2018-09-22 12:58:32,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:32.716 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.329s] 2018-09-22 12:58:33,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:33.147 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.430s] 2018-09-22 12:58:35,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:35.573 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [2.427s] 2018-09-22 12:58:35,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:35.755 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [50.023s] 2018-09-22 12:58:36,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:36.250 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 12:58:36,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:36.824 49 INFO opnfv-tempest [-] {5} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-09-22 12:58:38,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:38.355 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [4.240s] 2018-09-22 12:58:38,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:38.883 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [5.925s] 2018-09-22 12:58:39,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:39.156 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [0.801s] 2018-09-22 12:58:39,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:39.168 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.012s] 2018-09-22 12:58:39,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:39.996 49 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-09-22 12:58:40,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:40.097 49 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-09-22 12:58:40,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:40.692 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [1.522s] 2018-09-22 12:58:41,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:41.685 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [0.992s] 2018-09-22 12:58:43,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:43.028 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.341s] 2018-09-22 12:58:43,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:43.205 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.177s] 2018-09-22 12:58:43,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:43.572 49 INFO opnfv-tempest [-] {12} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.366s] 2018-09-22 12:58:46,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:46.662 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [54.308s] 2018-09-22 12:58:46,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:46.663 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-09-22 12:58:47,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:47.759 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.353s] 2018-09-22 12:58:48,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:48.442 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.050s] 2018-09-22 12:58:48,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:48.753 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.087s] 2018-09-22 12:58:48,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:48.840 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.086s] 2018-09-22 12:58:49,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:49.423 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 12:58:49,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:49.425 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 12:58:51,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:51.505 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.664s] 2018-09-22 12:58:51,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:51.588 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.083s] 2018-09-22 12:58:53,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:53.708 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [2.120s] 2018-09-22 12:58:54,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:54.444 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.075s] 2018-09-22 12:58:54,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:54.565 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-09-22 12:58:54,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:54.823 49 INFO opnfv-tempest [-] {7} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.671s] 2018-09-22 12:58:55,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:55.259 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.890s] 2018-09-22 12:58:56,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:56.596 49 INFO opnfv-tempest [-] {7} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.772s] 2018-09-22 12:58:57,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:57.472 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [19.196s] 2018-09-22 12:58:58,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:58.278 49 INFO opnfv-tempest [-] {7} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [1.682s] 2018-09-22 12:58:59,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:58:59.322 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-09-22 12:59:00,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:00.314 49 INFO opnfv-tempest [-] {7} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [2.035s] 2018-09-22 12:59:01,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:01.412 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.966s] 2018-09-22 12:59:05,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:05.402 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [21.660s] 2018-09-22 12:59:06,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:06.961 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [1.562s] 2018-09-22 12:59:11,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:11.111 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [2.480s] 2018-09-22 12:59:14,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:14.368 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [3.256s] 2018-09-22 12:59:14,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:14.787 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [4.624s] 2018-09-22 12:59:15,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:15.826 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.457s] 2018-09-22 12:59:16,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:16.198 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.235s] 2018-09-22 12:59:16,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:16.761 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... success [19.288s] 2018-09-22 12:59:16,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:16.816 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [6.050s] 2018-09-22 12:59:17,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:17.422 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.596s] 2018-09-22 12:59:17,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:17.707 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.647s] 2018-09-22 12:59:17,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:17.710 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [2.921s] 2018-09-22 12:59:17,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:17.716 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-09-22 12:59:17,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:17.799 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [182.612s] 2018-09-22 12:59:20,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:20.721 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [3.298s] 2018-09-22 12:59:21,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:21.185 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.367s] 2018-09-22 12:59:22,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:22.183 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [4.473s] 2018-09-22 12:59:22,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:22.908 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [2.185s] 2018-09-22 12:59:23,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:23.104 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [1.919s] 2018-09-22 12:59:23,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:23.722 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2018-09-22 12:59:25,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:25.119 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.707s] 2018-09-22 12:59:25,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:25.630 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.510s] 2018-09-22 12:59:25,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:25.865 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-09-22 12:59:26,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:26.065 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [2.960s] 2018-09-22 12:59:26,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:26.362 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.732s] 2018-09-22 12:59:26,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:26.915 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.551s] 2018-09-22 12:59:27,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:27.583 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.668s] 2018-09-22 12:59:27,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:27.657 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.073s] 2018-09-22 12:59:27,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:27.795 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.138s] 2018-09-22 12:59:27,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:27.886 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.090s] 2018-09-22 12:59:27,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:27.963 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.076s] 2018-09-22 12:59:28,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:28.038 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.075s] 2018-09-22 12:59:28,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:28.116 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.077s] 2018-09-22 12:59:28,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:28.309 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.125s] 2018-09-22 12:59:28,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:28.701 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [3.027s] 2018-09-22 12:59:28,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:28.999 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [77.212s] 2018-09-22 12:59:30,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:30.481 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [1.245s] 2018-09-22 12:59:31,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:31.886 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... success [15.125s] 2018-09-22 12:59:32,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:32.568 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [2.087s] 2018-09-22 12:59:33,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:33.124 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [4.422s] 2018-09-22 12:59:33,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:33.436 49 INFO opnfv-tempest [-] {15} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-09-22 12:59:33,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:33.437 49 INFO opnfv-tempest [-] {15} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-09-22 12:59:33,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:33.438 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 12:59:37,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:37.446 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [4.321s] 2018-09-22 12:59:38,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:38.396 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.174s] 2018-09-22 12:59:38,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:38.550 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.154s] 2018-09-22 12:59:38,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:38.704 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.153s] 2018-09-22 12:59:38,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:38.946 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.962s] 2018-09-22 12:59:40,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:40.260 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [7.688s] 2018-09-22 12:59:41,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:41.475 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.216s] 2018-09-22 12:59:41,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:41.540 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.834s] 2018-09-22 12:59:41,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:41.554 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.016s] 2018-09-22 12:59:41,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:41.884 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.199s] 2018-09-22 12:59:42,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:42.037 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.584s] 2018-09-22 12:59:43,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:43.484 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [4.535s] 2018-09-22 12:59:44,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:44.221 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... success [12.336s] 2018-09-22 12:59:44,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:44.291 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [28.084s] 2018-09-22 12:59:44,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:44.385 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [2.909s] 2018-09-22 12:59:44,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:44.545 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [100.443s] 2018-09-22 12:59:45,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.040 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-09-22 12:59:45,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.041 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-09-22 12:59:45,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.312 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.188s] 2018-09-22 12:59:45,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.350 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.038s] 2018-09-22 12:59:45,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.366 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.885s] 2018-09-22 12:59:45,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.421 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.071s] 2018-09-22 12:59:45,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.454 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.168s] 2018-09-22 12:59:45,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.518 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.097s] 2018-09-22 12:59:45,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.538 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.020s] 2018-09-22 12:59:45,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.724 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.183s] 2018-09-22 12:59:45,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:45.802 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.080s] 2018-09-22 12:59:50,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:50.203 49 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.089s] 2018-09-22 12:59:50,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:50.596 49 INFO opnfv-tempest [-] {10} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.074s] 2018-09-22 12:59:50,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:50.679 49 INFO opnfv-tempest [-] {10} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.083s] 2018-09-22 12:59:51,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:51.336 49 INFO opnfv-tempest [-] {10} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.655s] 2018-09-22 12:59:52,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:52.280 49 INFO opnfv-tempest [-] {10} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.945s] 2018-09-22 12:59:53,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:53.474 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.643s] 2018-09-22 12:59:54,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:54.272 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.798s] 2018-09-22 12:59:54,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:54.889 49 INFO opnfv-tempest [-] {4} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.010s] 2018-09-22 12:59:54,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:54.898 49 INFO opnfv-tempest [-] {4} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.008s] 2018-09-22 12:59:54,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:54.907 49 INFO opnfv-tempest [-] {4} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.009s] 2018-09-22 12:59:55,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:55.206 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-09-22 12:59:55,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:55.396 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.160s] 2018-09-22 12:59:55,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:55.553 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [1.280s] 2018-09-22 12:59:55,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:55.583 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.186s] 2018-09-22 12:59:55,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:55.646 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.377s] 2018-09-22 12:59:56,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:56.314 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.760s] 2018-09-22 12:59:56,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:56.330 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.017s] 2018-09-22 12:59:56,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:56.497 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.166s] 2018-09-22 12:59:57,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:57.487 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-09-22 12:59:57,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:57.530 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.033s] 2018-09-22 12:59:57,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:57.734 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [2.087s] 2018-09-22 12:59:58,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:58.200 49 INFO opnfv-tempest [-] {14} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-09-22 12:59:58,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:58.845 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [1.110s] 2018-09-22 12:59:59,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:59.468 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [33.583s] 2018-09-22 12:59:59,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 12:59:59.485 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.640s] 2018-09-22 13:00:00,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:00.501 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-09-22 13:00:00,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:00.676 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [1.190s] 2018-09-22 13:00:01,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:01.868 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.951s] 2018-09-22 13:00:04,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:04.339 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [3.661s] 2018-09-22 13:00:04,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:04.555 49 INFO opnfv-tempest [-] {10} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [4.119s] 2018-09-22 13:00:06,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:06.220 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [6.754s] 2018-09-22 13:00:06,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:06.283 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.018s] 2018-09-22 13:00:06,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:06.673 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [3.022s] 2018-09-22 13:00:06,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:06.844 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.172s] 2018-09-22 13:00:07,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:07.022 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.178s] 2018-09-22 13:00:07,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:07.537 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-09-22 13:00:07,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:07.788 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [3.449s] 2018-09-22 13:00:09,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:09.102 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [3.317s] 2018-09-22 13:00:09,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:09.125 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [1.337s] 2018-09-22 13:00:10,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:10.409 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [17.078s] 2018-09-22 13:00:10,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:10.445 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [3.422s] 2018-09-22 13:00:10,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:10.984 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [1.857s] 2018-09-22 13:00:11,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:11.666 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.381s] 2018-09-22 13:00:12,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:12.151 49 INFO opnfv-tempest [-] {7} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [1.168s] 2018-09-22 13:00:13,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:13.031 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [86.358s] 2018-09-22 13:00:15,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:15.759 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [6.656s] 2018-09-22 13:00:15,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:15.764 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [5.317s] 2018-09-22 13:00:18,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:18.071 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [3.455s] 2018-09-22 13:00:18,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:18.072 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... skip [0.000s]: HA routers are not available. 2018-09-22 13:00:18,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:18.698 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.933s] 2018-09-22 13:00:19,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:19.075 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-09-22 13:00:19,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:19.982 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.911s] 2018-09-22 13:00:22,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:22.199 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [20.328s] 2018-09-22 13:00:24,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:24.579 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.009s] 2018-09-22 13:00:24,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:24.585 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_image ... fail [0.007s] 2018-09-22 13:00:24,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:24.592 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_delete_member_with_non_existing_tenant ... fail [0.009s] 2018-09-22 13:00:24,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:24.601 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.008s] 2018-09-22 13:00:26,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:26.077 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.237s] 2018-09-22 13:00:26,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:26.900 49 INFO opnfv-tempest [-] {11} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.921s] 2018-09-22 13:00:27,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:27.400 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [11.640s] 2018-09-22 13:00:29,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:29.738 49 INFO opnfv-tempest [-] {11} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [2.837s] 2018-09-22 13:00:30,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:30.261 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [2.772s] 2018-09-22 13:00:30,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:30.334 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [5.611s] 2018-09-22 13:00:30,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:30.374 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [165.399s] 2018-09-22 13:00:34,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:34.315 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [4.053s] 2018-09-22 13:00:34,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:34.868 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [7.467s] 2018-09-22 13:00:35,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:35.901 49 INFO opnfv-tempest [-] {11} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [6.160s] 2018-09-22 13:00:39,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:39.962 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [2.617s] 2018-09-22 13:00:43,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.341 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [75.204s] 2018-09-22 13:00:43,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.357 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.021s] 2018-09-22 13:00:43,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.428 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [3.465s] 2018-09-22 13:00:43,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.548 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.156s] 2018-09-22 13:00:43,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.695 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.146s] 2018-09-22 13:00:43,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.847 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.152s] 2018-09-22 13:00:43,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.891 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [9.022s] 2018-09-22 13:00:43,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.901 49 INFO opnfv-tempest [-] {11} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [7.999s] 2018-09-22 13:00:43,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.961 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.602s] 2018-09-22 13:00:43,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:43.964 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-09-22 13:00:44,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.041 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.194s] 2018-09-22 13:00:44,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.217 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.174s] 2018-09-22 13:00:44,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.220 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.254s] 2018-09-22 13:00:44,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.353 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.134s] 2018-09-22 13:00:44,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.356 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.139s] 2018-09-22 13:00:44,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.504 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.148s] 2018-09-22 13:00:44,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.655 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.150s] 2018-09-22 13:00:44,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.662 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.007s] 2018-09-22 13:00:44,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:44.819 49 INFO opnfv-tempest [-] {14} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.156s] 2018-09-22 13:00:46,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:46.170 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [33.132s] 2018-09-22 13:00:48,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:48.589 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [6.527s] 2018-09-22 13:00:49,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:49.948 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [1.358s] 2018-09-22 13:00:50,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:50.400 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [24.315s] 2018-09-22 13:00:50,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:50.408 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.012s] 2018-09-22 13:00:50,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:50.419 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2018-09-22 13:00:50,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:50.433 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.013s] 2018-09-22 13:00:50,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:50.577 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [20.200s] 2018-09-22 13:00:51,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:51.347 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [29.140s] 2018-09-22 13:00:51,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:51.543 49 INFO opnfv-tempest [-] {11} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [7.642s] 2018-09-22 13:00:51,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:51.670 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [1.235s] 2018-09-22 13:00:52,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:52.442 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.771s] 2018-09-22 13:00:52,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:52.649 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.076s] 2018-09-22 13:00:52,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:52.726 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.778s] 2018-09-22 13:00:52,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:52.861 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [8.969s] 2018-09-22 13:00:58,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:58.611 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.326s] 2018-09-22 13:00:58,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:58.788 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [8.325s] 2018-09-22 13:00:58,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:00:58.791 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.001s]: Skipped until Bug: 1687044 is resolved. 2018-09-22 13:01:03,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:03.951 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [11.089s] 2018-09-22 13:01:07,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:07.580 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-09-22 13:01:07,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:07.581 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-09-22 13:01:08,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:08.105 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [9.342s] 2018-09-22 13:01:10,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:10.790 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [6.840s] 2018-09-22 13:01:11,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:11.107 49 INFO opnfv-tempest [-] {7} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.191s] 2018-09-22 13:01:11,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:11.315 49 INFO opnfv-tempest [-] {7} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.208s] 2018-09-22 13:01:11,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:11.433 49 INFO opnfv-tempest [-] {7} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.118s] 2018-09-22 13:01:12,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:12.499 49 INFO opnfv-tempest [-] {7} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.065s] 2018-09-22 13:01:12,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:12.531 49 INFO opnfv-tempest [-] {7} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.033s] 2018-09-22 13:01:13,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:13.051 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.188s] 2018-09-22 13:01:13,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:13.408 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.356s] 2018-09-22 13:01:14,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:14.947 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.324s] 2018-09-22 13:01:15,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:15.012 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-09-22 13:01:15,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:15.356 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.343s] 2018-09-22 13:01:20,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:20.350 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [12.245s] 2018-09-22 13:01:22,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:22.308 49 INFO opnfv-tempest [-] {12} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-09-22 13:01:22,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:22.309 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 13:01:23,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:23.858 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [3.506s] 2018-09-22 13:01:26,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:26.372 49 INFO opnfv-tempest [-] {2} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... skip [0.001s]: Skipped until Bug: 1664793 is resolved. 2018-09-22 13:01:28,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:28.171 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [81.931s] 2018-09-22 13:01:28,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:28.282 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [4.140s] 2018-09-22 13:01:28,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:28.391 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [103.818s] 2018-09-22 13:01:29,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:29.983 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.609s] 2018-09-22 13:01:30,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:30.815 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [19.502s] 2018-09-22 13:01:34,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:34.563 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [10.705s] 2018-09-22 13:01:35,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:35.460 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [7.177s] 2018-09-22 13:01:39,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:39.128 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.189s] 2018-09-22 13:01:39,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:39.555 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [4.991s] 2018-09-22 13:01:39,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:39.727 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [48.370s] 2018-09-22 13:01:40,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:40.534 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.941s] 2018-09-22 13:01:40,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:40.746 49 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [10.201s] 2018-09-22 13:01:40,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:40.917 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.789s] 2018-09-22 13:01:41,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:41.059 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.525s] 2018-09-22 13:01:41,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:41.216 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [89.528s] 2018-09-22 13:01:42,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:42.260 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [1.199s] 2018-09-22 13:01:42,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:42.353 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [13.457s] 2018-09-22 13:01:42,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:42.954 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [14.781s] 2018-09-22 13:01:44,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:44.211 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [1.260s] 2018-09-22 13:01:45,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:45.182 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.130s] 2018-09-22 13:01:45,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:45.277 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.094s] 2018-09-22 13:01:45,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:45.398 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.120s] 2018-09-22 13:01:45,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:45.489 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.092s] 2018-09-22 13:01:45,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:45.584 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.094s] 2018-09-22 13:01:47,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:47.891 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.335s] 2018-09-22 13:01:48,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:48.541 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [13.080s] 2018-09-22 13:01:48,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:48.701 49 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [7.954s] 2018-09-22 13:01:53,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:53.352 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: Encrypted volume attach is not supported 2018-09-22 13:01:53,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:53.353 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-09-22 13:01:54,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:54.547 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [12.193s] 2018-09-22 13:01:54,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:54.765 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.873s] 2018-09-22 13:01:54,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:01:54.850 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [6.309s] 2018-09-22 13:02:01,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:01.671 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [6.819s] 2018-09-22 13:02:03,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:03.156 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [23.428s] 2018-09-22 13:02:03,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:03.276 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [8.511s] 2018-09-22 13:02:03,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:03.378 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [8.831s] 2018-09-22 13:02:04,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:04.254 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [21.989s] 2018-09-22 13:02:04,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:04.295 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.045s] 2018-09-22 13:02:04,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:04.330 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.034s] 2018-09-22 13:02:07,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:07.098 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.819s] 2018-09-22 13:02:08,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:08.400 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [6.728s] 2018-09-22 13:02:08,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:08.842 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [38.022s] 2018-09-22 13:02:09,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:09.355 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.976s] 2018-09-22 13:02:15,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:15.220 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [6.820s] 2018-09-22 13:02:18,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:18.029 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [8.674s] 2018-09-22 13:02:19,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:19.280 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [12.182s] 2018-09-22 13:02:20,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:20.710 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-09-22 13:02:20,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:20.720 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-09-22 13:02:21,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:20.999 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.280s] 2018-09-22 13:02:21,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.184 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.184s] 2018-09-22 13:02:21,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.406 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.221s] 2018-09-22 13:02:21,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.599 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.192s] 2018-09-22 13:02:21,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.662 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.061s] 2018-09-22 13:02:21,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.874 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.593s] 2018-09-22 13:02:21,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.929 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.267s] 2018-09-22 13:02:21,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:21.984 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.056s] 2018-09-22 13:02:22,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.055 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.070s] 2018-09-22 13:02:22,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.111 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.056s] 2018-09-22 13:02:22,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.154 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.041s] 2018-09-22 13:02:22,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.364 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.209s] 2018-09-22 13:02:22,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.549 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.184s] 2018-09-22 13:02:22,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:22.762 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.212s] 2018-09-22 13:02:23,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:23.462 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [8.241s] 2018-09-22 13:02:30,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:30.873 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.564s] 2018-09-22 13:02:31,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:31.195 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [9.320s] 2018-09-22 13:02:31,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:31.370 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [105.177s] 2018-09-22 13:02:31,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:31.485 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.290s] 2018-09-22 13:02:31,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:31.946 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.458s] 2018-09-22 13:02:32,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.252 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.307s] 2018-09-22 13:02:32,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.317 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.064s] 2018-09-22 13:02:32,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.379 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.063s] 2018-09-22 13:02:32,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.495 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.115s] 2018-09-22 13:02:32,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.601 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.106s] 2018-09-22 13:02:32,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.666 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.064s] 2018-09-22 13:02:32,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:32.756 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.090s] 2018-09-22 13:02:33,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:33.885 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.155s] 2018-09-22 13:02:36,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:36.632 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [5.757s] 2018-09-22 13:02:37,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:37.883 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [3.995s] 2018-09-22 13:02:39,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:39.276 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.393s] 2018-09-22 13:02:40,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:40.622 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [6.495s] 2018-09-22 13:02:40,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:40.672 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.395s] 2018-09-22 13:02:41,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:41.083 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.326s] 2018-09-22 13:02:41,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:41.111 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.479s] 2018-09-22 13:02:42,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:42.158 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.970s] 2018-09-22 13:02:42,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:42.503 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.830s] 2018-09-22 13:02:43,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:43.087 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.975s] 2018-09-22 13:02:43,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:43.093 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.934s] 2018-09-22 13:02:44,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:44.145 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [1.050s] 2018-09-22 13:02:44,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:44.952 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.807s] 2018-09-22 13:02:45,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:45.009 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.921s] 2018-09-22 13:02:45,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:45.310 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.805s] 2018-09-22 13:02:45,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:45.417 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.794s] 2018-09-22 13:02:46,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:46.048 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [1.094s] 2018-09-22 13:02:47,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:47.007 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.997s] 2018-09-22 13:02:47,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:47.792 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.476s] 2018-09-22 13:02:47,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:47.794 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [38.941s] 2018-09-22 13:02:48,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:48.391 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.604s] 2018-09-22 13:02:49,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:49.202 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [2.193s] 2018-09-22 13:02:49,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:49.224 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [33.747s] 2018-09-22 13:02:50,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:50.255 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.862s] 2018-09-22 13:02:50,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:50.962 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.760s] 2018-09-22 13:02:51,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:51.091 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.674s] 2018-09-22 13:02:52,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:52.175 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.920s] 2018-09-22 13:02:52,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:52.415 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [68.179s] 2018-09-22 13:02:53,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:53.332 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.368s] 2018-09-22 13:02:53,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:53.448 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.273s] 2018-09-22 13:02:53,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:53.495 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.048s] 2018-09-22 13:02:53,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:53.524 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.028s] 2018-09-22 13:02:53,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:53.546 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.021s] 2018-09-22 13:02:55,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:55.675 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.342s] 2018-09-22 13:02:55,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:55.850 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 13:02:55,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:55.851 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 13:02:55,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:55.862 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.550s] 2018-09-22 13:02:56,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:56.491 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.817s] 2018-09-22 13:02:56,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:56.753 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.661s] 2018-09-22 13:02:57,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:57.107 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.615s] 2018-09-22 13:02:57,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:57.571 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [52.852s] 2018-09-22 13:02:57,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:57.715 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [5.304s] 2018-09-22 13:02:57,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:57.995 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.887s] 2018-09-22 13:02:58,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:58.660 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.664s] 2018-09-22 13:02:59,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:59.270 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.609s] 2018-09-22 13:02:59,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:59.737 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 13:02:59,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:02:59.898 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.627s] 2018-09-22 13:03:01,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:01.530 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [1.630s] 2018-09-22 13:03:03,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:03.064 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.533s] 2018-09-22 13:03:03,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:03.592 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.529s] 2018-09-22 13:03:04,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:04.243 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.388s] 2018-09-22 13:03:04,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:04.914 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [8.159s] 2018-09-22 13:03:04,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:04.961 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.473s] 2018-09-22 13:03:05,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:05.273 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.312s] 2018-09-22 13:03:05,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:05.827 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.583s] 2018-09-22 13:03:06,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:06.190 49 INFO opnfv-tempest [-] {14} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-09-22 13:03:06,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:06.191 49 INFO opnfv-tempest [-] {14} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-09-22 13:03:08,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:08.452 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.855s] 2018-09-22 13:03:08,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:08.453 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-09-22 13:03:08,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:08.540 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [87.301s] 2018-09-22 13:03:08,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:08.622 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.088s] 2018-09-22 13:03:08,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:08.681 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.059s] 2018-09-22 13:03:09,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:09.237 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.788s] 2018-09-22 13:03:10,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:10.388 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.149s] 2018-09-22 13:03:10,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:10.976 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 13:03:11,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:11.094 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.706s] 2018-09-22 13:03:11,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:11.263 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [102.857s] 2018-09-22 13:03:11,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:11.498 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.584s] 2018-09-22 13:03:12,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:12.288 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.193s] 2018-09-22 13:03:12,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:12.949 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.660s] 2018-09-22 13:03:13,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:13.142 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.087s] 2018-09-22 13:03:13,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:13.620 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.670s] 2018-09-22 13:03:14,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.153 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:03:14,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.306 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.163s] 2018-09-22 13:03:14,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.422 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.070s] 2018-09-22 13:03:14,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.529 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.908s] 2018-09-22 13:03:14,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.637 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.216s] 2018-09-22 13:03:14,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:14.903 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.265s] 2018-09-22 13:03:15,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:15.350 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.821s] 2018-09-22 13:03:16,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:16.310 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.959s] 2018-09-22 13:03:17,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.021 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.257s] 2018-09-22 13:03:17,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.034 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.723s] 2018-09-22 13:03:17,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.039 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.020s] 2018-09-22 13:03:17,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.308 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [3.334s] 2018-09-22 13:03:17,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.650 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.615s] 2018-09-22 13:03:17,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:17.872 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.373s] 2018-09-22 13:03:18,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:18.057 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.081s] 2018-09-22 13:03:18,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:18.157 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.099s] 2018-09-22 13:03:18,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:18.232 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.074s] 2018-09-22 13:03:18,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:18.304 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.071s] 2018-09-22 13:03:18,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:18.381 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.076s] 2018-09-22 13:03:19,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.087 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.435s] 2018-09-22 13:03:19,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.090 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-09-22 13:03:19,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.091 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-09-22 13:03:19,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.227 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [0.845s] 2018-09-22 13:03:19,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.782 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.694s] 2018-09-22 13:03:19,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:19.803 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.575s] 2018-09-22 13:03:20,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:20.197 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.415s] 2018-09-22 13:03:21,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:21.850 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [6.943s] 2018-09-22 13:03:27,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:27.592 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.718s] 2018-09-22 13:03:28,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:28.042 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [84.863s] 2018-09-22 13:03:29,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:29.127 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [7.275s] 2018-09-22 13:03:29,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:29.304 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.180s] 2018-09-22 13:03:29,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:29.577 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [1.984s] 2018-09-22 13:03:29,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:29.886 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [9.686s] 2018-09-22 13:03:30,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:30.352 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.655s] 2018-09-22 13:03:30,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:30.433 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.128s] 2018-09-22 13:03:30,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:30.494 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.609s] 2018-09-22 13:03:31,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.125 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:03:31,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.126 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:03:31,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.127 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:03:31,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.325 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.829s] 2018-09-22 13:03:31,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.328 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-09-22 13:03:31,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.328 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-09-22 13:03:31,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:31.406 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.053s] 2018-09-22 13:03:32,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:32.056 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.729s] 2018-09-22 13:03:32,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:32.722 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.665s] 2018-09-22 13:03:33,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:33.512 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.790s] 2018-09-22 13:03:34,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:34.351 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [2.942s] 2018-09-22 13:03:36,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:36.505 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.927s] 2018-09-22 13:03:36,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:36.818 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.314s] 2018-09-22 13:03:37,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.108 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.289s] 2018-09-22 13:03:37,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.219 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.110s] 2018-09-22 13:03:37,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.283 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.064s] 2018-09-22 13:03:37,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.480 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.196s] 2018-09-22 13:03:37,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.611 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.131s] 2018-09-22 13:03:37,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:37.922 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.310s] 2018-09-22 13:03:38,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:38.137 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.214s] 2018-09-22 13:03:38,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:38.207 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.070s] 2018-09-22 13:03:38,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:38.488 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.833s] 2018-09-22 13:03:39,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:39.860 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [1.371s] 2018-09-22 13:03:40,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:40.057 49 INFO opnfv-tempest [-] {13} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-09-22 13:03:41,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:41.119 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.257s] 2018-09-22 13:03:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:41.199 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.080s] 2018-09-22 13:03:41,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:41.277 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.078s] 2018-09-22 13:03:41,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:41.358 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.081s] 2018-09-22 13:03:42,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:42.536 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.178s] 2018-09-22 13:03:42,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:42.955 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [17.099s] 2018-09-22 13:03:44,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:44.168 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.926s] 2018-09-22 13:03:44,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:44.320 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.112s] 2018-09-22 13:03:44,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:44.480 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.312s] 2018-09-22 13:03:44,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:44.700 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.219s] 2018-09-22 13:03:45,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:45.211 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.510s] 2018-09-22 13:03:45,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:45.942 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.730s] 2018-09-22 13:03:46,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:46.083 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.095s] 2018-09-22 13:03:46,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:46.569 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.627s] 2018-09-22 13:03:46,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:46.667 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.584s] 2018-09-22 13:03:47,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:47.038 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.468s] 2018-09-22 13:03:49,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:49.284 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [2.616s] 2018-09-22 13:03:50,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:50.786 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [1.823s] 2018-09-22 13:03:50,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:50.979 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.190s] 2018-09-22 13:03:50,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:50.979 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.166s] 2018-09-22 13:03:51,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:51.014 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.039s] 2018-09-22 13:03:53,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:53.189 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [10.233s] 2018-09-22 13:03:54,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:54.418 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.355s] 2018-09-22 13:03:54,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:54.543 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:03:54,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:54.625 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [3.646s] 2018-09-22 13:03:55,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:55.515 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [5.027s] 2018-09-22 13:03:55,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:55.555 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.187s] 2018-09-22 13:03:55,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:55.750 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.195s] 2018-09-22 13:03:55,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:55.844 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.425s] 2018-09-22 13:03:55,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:55.957 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.207s] 2018-09-22 13:03:56,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:56.174 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.216s] 2018-09-22 13:03:56,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:56.375 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.199s] 2018-09-22 13:03:56,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:56.582 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.207s] 2018-09-22 13:03:56,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:56.762 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.178s] 2018-09-22 13:03:57,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:57.021 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.259s] 2018-09-22 13:03:57,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:57.063 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.041s] 2018-09-22 13:03:57,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:57.297 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.233s] 2018-09-22 13:03:59,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:03:59.987 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [5.363s] 2018-09-22 13:04:00,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:00.936 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [1.370s] 2018-09-22 13:04:01,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:01.437 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [5.920s] 2018-09-22 13:04:01,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:01.943 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.007s] 2018-09-22 13:04:02,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:02.388 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [9.197s] 2018-09-22 13:04:02,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:02.390 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-09-22 13:04:02,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:02.711 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [4.853s] 2018-09-22 13:04:03,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:03.370 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-09-22 13:04:03,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:03.441 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-09-22 13:04:03,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:03.513 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-09-22 13:04:03,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:03.520 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-09-22 13:04:06,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:06.024 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.386s] 2018-09-22 13:04:06,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:06.947 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [5.508s] 2018-09-22 13:04:07,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:07.460 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.070s] 2018-09-22 13:04:07,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:07.493 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... fail [4.776s] 2018-09-22 13:04:07,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:07.983 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.960s] 2018-09-22 13:04:08,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:08.238 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [11.147s] 2018-09-22 13:04:08,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:08.561 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.183s] 2018-09-22 13:04:08,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:08.894 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [12.578s] 2018-09-22 13:04:09,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:09.293 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.199s] 2018-09-22 13:04:09,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:09.382 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.088s] 2018-09-22 13:04:09,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:09.491 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.108s] 2018-09-22 13:04:09,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:09.593 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.103s] 2018-09-22 13:04:10,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.896 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.011s] 2018-09-22 13:04:10,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.907 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.008s] 2018-09-22 13:04:10,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.919 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.006s] 2018-09-22 13:04:10,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.928 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.005s] 2018-09-22 13:04:10,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.938 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.005s] 2018-09-22 13:04:10,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.948 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.006s] 2018-09-22 13:04:10,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:10.956 49 INFO opnfv-tempest [-] {11} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.005s] 2018-09-22 13:04:11,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:11.664 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [4.717s] 2018-09-22 13:04:12,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:12.750 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.186s] 2018-09-22 13:04:14,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:14.727 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.976s] 2018-09-22 13:04:15,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:15.444 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.456s] 2018-09-22 13:04:15,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:15.912 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.184s] 2018-09-22 13:04:15,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:15.976 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [8.516s] 2018-09-22 13:04:17,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.477 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.172s] 2018-09-22 13:04:17,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.510 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.069s] 2018-09-22 13:04:17,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.533 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.055s] 2018-09-22 13:04:17,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.545 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [5.879s] 2018-09-22 13:04:17,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.588 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.055s] 2018-09-22 13:04:17,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.618 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.706s] 2018-09-22 13:04:17,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.655 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.065s] 2018-09-22 13:04:17,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.682 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.027s] 2018-09-22 13:04:17,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.727 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.098s] 2018-09-22 13:04:17,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.745 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.063s] 2018-09-22 13:04:17,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.810 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.064s] 2018-09-22 13:04:17,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.866 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.055s] 2018-09-22 13:04:17,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.886 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.020s] 2018-09-22 13:04:17,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.904 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.644s] 2018-09-22 13:04:17,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:17.955 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.068s] 2018-09-22 13:04:18,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:18.016 49 INFO opnfv-tempest [-] {9} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.061s] 2018-09-22 13:04:18,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:18.750 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.845s] 2018-09-22 13:04:18,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:18.758 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.030s] 2018-09-22 13:04:20,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:20.372 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.613s] 2018-09-22 13:04:21,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:21.370 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.856s] 2018-09-22 13:04:21,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:21.635 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.015s] 2018-09-22 13:04:22,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:22.238 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [13.995s] 2018-09-22 13:04:22,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:22.974 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.602s] 2018-09-22 13:04:22,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:22.975 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-09-22 13:04:23,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:23.103 49 INFO opnfv-tempest [-] {8} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [5.557s] 2018-09-22 13:04:23,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:23.218 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.582s] 2018-09-22 13:04:23,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:23.432 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.063s] 2018-09-22 13:04:23,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:23.701 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.482s] 2018-09-22 13:04:27,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.033 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.183s] 2018-09-22 13:04:27,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.080 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [3.377s] 2018-09-22 13:04:27,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.215 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.182s] 2018-09-22 13:04:27,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.400 49 INFO opnfv-tempest [-] {13} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-09-22 13:04:27,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.710 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.275s] 2018-09-22 13:04:27,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:27.946 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.239s] 2018-09-22 13:04:28,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:28.100 49 INFO opnfv-tempest [-] {8} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-09-22 13:04:28,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:28.697 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.617s] 2018-09-22 13:04:28,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:28.891 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.194s] 2018-09-22 13:04:28,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:28.909 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-09-22 13:04:28,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:28.927 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-09-22 13:04:29,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:29.003 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.508s] 2018-09-22 13:04:29,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:29.779 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.774s] 2018-09-22 13:04:29,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:29.824 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-09-22 13:04:29,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:29.827 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-09-22 13:04:29,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:29.828 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-09-22 13:04:30,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.563 49 INFO opnfv-tempest [-] {4} tempest.api.object_storage.test_container_sync.ContainerSyncTest ... skip: ContainerSyncTest skipped as swift is not available 2018-09-22 13:04:30,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.563 49 INFO opnfv-tempest [-] {4} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-09-22 13:04:30,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.765 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.985s] 2018-09-22 13:04:30,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.792 49 INFO opnfv-tempest [-] {8} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-09-22 13:04:30,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.793 49 INFO opnfv-tempest [-] {8} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-09-22 13:04:30,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.863 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-09-22 13:04:30,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.864 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-09-22 13:04:30,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:30.866 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 13:04:31,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:31.606 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.842s] 2018-09-22 13:04:33,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:33.243 49 INFO opnfv-tempest [-] {4} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.146s] 2018-09-22 13:04:34,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:34.409 49 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.151s] 2018-09-22 13:04:35,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:35.125 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.412s] 2018-09-22 13:04:35,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:35.323 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.196s] 2018-09-22 13:04:37,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:37.841 49 INFO opnfv-tempest [-] {8} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.046s] 2018-09-22 13:04:38,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:38.935 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [101.343s] 2018-09-22 13:04:39,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:39.590 49 INFO opnfv-tempest [-] {11} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [5.071s] 2018-09-22 13:04:40,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:40.780 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [18.541s] 2018-09-22 13:04:42,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:42.672 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [2.419s] 2018-09-22 13:04:42,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:42.751 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.080s] 2018-09-22 13:04:43,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:43.161 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [27.180s] 2018-09-22 13:04:45,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:45.292 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.135s] 2018-09-22 13:04:45,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:45.730 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.232s] 2018-09-22 13:04:46,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:46.401 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.646s] 2018-09-22 13:04:46,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:46.972 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... fail [3.410s] 2018-09-22 13:04:47,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:47.401 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.432s] 2018-09-22 13:04:48,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:48.517 49 INFO opnfv-tempest [-] {9} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [6.641s] 2018-09-22 13:04:48,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:48.949 49 INFO opnfv-tempest [-] {9} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.431s] 2018-09-22 13:04:49,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:49.259 49 INFO opnfv-tempest [-] {4} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [7.793s] 2018-09-22 13:04:49,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:49.843 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.439s] 2018-09-22 13:04:49,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:49.922 49 INFO opnfv-tempest [-] {9} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.973s] 2018-09-22 13:04:49,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:49.966 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.319s] 2018-09-22 13:04:50,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:50.030 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.188s] 2018-09-22 13:04:50,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:50.720 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.690s] 2018-09-22 13:04:50,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:50.824 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.858s] 2018-09-22 13:04:51,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:51.038 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [4.636s] 2018-09-22 13:04:51,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:51.039 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-09-22 13:04:53,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:53.641 49 INFO opnfv-tempest [-] {11} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.897s] 2018-09-22 13:04:54,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:54.127 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.088s] 2018-09-22 13:04:54,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:54.882 49 INFO opnfv-tempest [-] {4} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.622s] 2018-09-22 13:04:55,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:55.047 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.140s] 2018-09-22 13:04:56,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:56.764 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.635s] 2018-09-22 13:04:56,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:56.944 49 INFO opnfv-tempest [-] {11} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.302s] 2018-09-22 13:04:57,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:57.354 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.223s] 2018-09-22 13:04:57,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:57.688 49 INFO opnfv-tempest [-] {0} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-09-22 13:04:57,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:57.746 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.391s] 2018-09-22 13:04:57,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:57.960 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.214s] 2018-09-22 13:04:58,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.184 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.224s] 2018-09-22 13:04:58,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.368 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.182s] 2018-09-22 13:04:58,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.531 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.163s] 2018-09-22 13:04:58,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.754 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.223s] 2018-09-22 13:04:58,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.938 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.183s] 2018-09-22 13:04:58,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:58.962 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.024s] 2018-09-22 13:04:59,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:59.146 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.183s] 2018-09-22 13:04:59,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:59.353 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.206s] 2018-09-22 13:04:59,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:04:59.752 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.398s] 2018-09-22 13:05:00,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:00.185 49 INFO opnfv-tempest [-] {11} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.241s] 2018-09-22 13:05:01,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:01.441 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_shelve_instance.TestShelveInstance ... skip: Shelve is not available. 2018-09-22 13:05:02,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:02.157 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [7.109s] 2018-09-22 13:05:03,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:03.178 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.009s] 2018-09-22 13:05:03,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:03.186 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.006s] 2018-09-22 13:05:03,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:03.194 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.006s] 2018-09-22 13:05:03,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:03.200 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.006s] 2018-09-22 13:05:03,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:03.962 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-09-22 13:05:07,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:07.631 49 INFO opnfv-tempest [-] {11} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [7.444s] 2018-09-22 13:05:12,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:12.722 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.773s] 2018-09-22 13:05:12,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:12.943 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.222s] 2018-09-22 13:05:13,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:13.387 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [11.228s] 2018-09-22 13:05:13,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:13.596 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.652s] 2018-09-22 13:05:14,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:14.307 49 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [5.252s] 2018-09-22 13:05:14,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:14.971 49 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.664s] 2018-09-22 13:05:17,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:17.403 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [38.458s] 2018-09-22 13:05:17,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:17.749 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [4.152s] 2018-09-22 13:05:18,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:18.938 49 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [3.966s] 2018-09-22 13:05:20,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:20.393 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.643s] 2018-09-22 13:05:20,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:20.438 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.046s] 2018-09-22 13:05:20,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:20.651 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.213s] 2018-09-22 13:05:22,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:22.386 49 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.448s] 2018-09-22 13:05:26,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:26.229 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [5.651s] 2018-09-22 13:05:26,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:26.760 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... fail [316.262s] 2018-09-22 13:05:28,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:28.602 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [26.086s] 2018-09-22 13:05:29,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.410 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.068s] 2018-09-22 13:05:29,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.422 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-09-22 13:05:29,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.557 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.134s] 2018-09-22 13:05:29,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.569 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-09-22 13:05:29,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.580 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-09-22 13:05:29,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.612 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-09-22 13:05:29,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.671 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.058s] 2018-09-22 13:05:29,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.735 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-09-22 13:05:29,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:29.957 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [3.727s] 2018-09-22 13:05:30,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:30.392 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.655s] 2018-09-22 13:05:30,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:30.407 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-09-22 13:05:30,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:30.483 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.076s] 2018-09-22 13:05:33,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:33.890 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [16.490s] 2018-09-22 13:05:37,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:37.291 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [8.690s] 2018-09-22 13:05:40,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:40.716 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [12.827s] 2018-09-22 13:05:40,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:40.787 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.072s] 2018-09-22 13:05:41,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:41.407 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2018-09-22 13:05:41,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:41.510 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 13:05:41,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:41.607 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.818s] 2018-09-22 13:05:43,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:43.105 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [5.814s] 2018-09-22 13:05:44,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.175 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.153s] 2018-09-22 13:05:44,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.208 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.032s] 2018-09-22 13:05:44,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.223 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.015s] 2018-09-22 13:05:44,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.447 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-09-22 13:05:44,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.448 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-09-22 13:05:44,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.760 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.536s] 2018-09-22 13:05:44,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.771 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.011s] 2018-09-22 13:05:44,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.778 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2018-09-22 13:05:44,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:44.992 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [3.384s] 2018-09-22 13:05:45,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:45.142 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.362s] 2018-09-22 13:05:45,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:45.437 49 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.277s] 2018-09-22 13:05:45,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:45.549 49 INFO opnfv-tempest [-] {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.407s] 2018-09-22 13:05:46,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:46.758 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.534s] 2018-09-22 13:05:47,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:47.142 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.150s] 2018-09-22 13:05:47,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:47.387 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.244s] 2018-09-22 13:05:47,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:47.436 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.049s] 2018-09-22 13:05:47,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:47.743 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:05:47,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:47.744 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-09-22 13:05:48,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:48.316 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.167s] 2018-09-22 13:05:48,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:48.920 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [5.814s] 2018-09-22 13:05:52,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:52.434 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [4.115s] 2018-09-22 13:05:52,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:52.560 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [3.640s] 2018-09-22 13:05:52,730 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:52.729 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.313s] 2018-09-22 13:05:53,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:53.609 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.878s] 2018-09-22 13:05:53,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:53.683 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.074s] 2018-09-22 13:05:53,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:53.968 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.644s] 2018-09-22 13:05:54,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:54.028 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.344s] 2018-09-22 13:05:54,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:54.538 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [5.617s] 2018-09-22 13:05:54,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:54.674 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.704s] 2018-09-22 13:05:54,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:54.855 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.381s] 2018-09-22 13:05:55,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:55.055 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.299s] 2018-09-22 13:05:55,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:55.423 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.748s] 2018-09-22 13:05:58,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:05:58.611 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [4.072s] 2018-09-22 13:06:02,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:02.367 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [7.509s] 2018-09-22 13:06:03,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:03.157 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.100s] 2018-09-22 13:06:03,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:03.159 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-09-22 13:06:04,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:04.379 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.012s] 2018-09-22 13:06:06,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:06.611 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.886s] 2018-09-22 13:06:06,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:06.613 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.234s] 2018-09-22 13:06:08,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:08.244 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.637s]: Skipped until Bug: 1014647 is resolved. 2018-09-22 13:06:08,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:08.289 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [5.665s] 2018-09-22 13:06:08,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:08.417 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.466s] 2018-09-22 13:06:08,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:08.648 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.231s] 2018-09-22 13:06:09,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:09.105 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.492s] 2018-09-22 13:06:09,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:09.504 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.344s] 2018-09-22 13:06:14,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:14.593 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.920s] 2018-09-22 13:06:17,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:17.894 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [8.389s] 2018-09-22 13:06:18,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:18.077 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [3.485s] 2018-09-22 13:06:21,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:21.207 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.510s] 2018-09-22 13:06:21,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:21.374 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.167s] 2018-09-22 13:06:21,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:21.548 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.173s] 2018-09-22 13:06:21,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:21.725 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.177s] 2018-09-22 13:06:23,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:23.357 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [4.591s] 2018-09-22 13:06:25,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:25.226 49 INFO opnfv-tempest [-] {9} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [3.824s] 2018-09-22 13:06:25,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:25.403 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.318s] 2018-09-22 13:06:26,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:26.335 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [0.937s] 2018-09-22 13:06:29,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:29.099 49 INFO opnfv-tempest [-] {9} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.870s] 2018-09-22 13:06:30,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:30.442 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [4.104s] 2018-09-22 13:06:30,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:30.832 49 INFO opnfv-tempest [-] {9} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.733s] 2018-09-22 13:06:32,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:32.451 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [39.882s] 2018-09-22 13:06:34,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:34.201 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [3.759s] 2018-09-22 13:06:35,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:35.216 49 INFO opnfv-tempest [-] {9} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [4.384s] 2018-09-22 13:06:37,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:37.768 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.564s] 2018-09-22 13:06:37,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:37.976 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.212s] 2018-09-22 13:06:40,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:40.400 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest ... skip: ContainerSyncMiddlewareTest skipped as swift is not available 2018-09-22 13:06:41,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:41.199 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [8.751s] 2018-09-22 13:06:42,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:42.816 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.261s] 2018-09-22 13:06:45,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:45.975 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [28.078s] 2018-09-22 13:06:46,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:46.081 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [37.828s] 2018-09-22 13:06:47,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:47.301 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.328s] 2018-09-22 13:06:49,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:49.022 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.596s] 2018-09-22 13:06:51,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:51.094 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-09-22 13:06:51,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:51.416 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.051s] 2018-09-22 13:06:53,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:53.064 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [23.082s] 2018-09-22 13:06:57,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:06:57.291 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [5.872s] 2018-09-22 13:07:05,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:05.486 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [8.194s] 2018-09-22 13:07:10,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:10.309 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.975s] 2018-09-22 13:07:11,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:11.416 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [5.928s] 2018-09-22 13:07:12,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:12.264 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [19.200s] 2018-09-22 13:07:13,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:13.916 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 13:07:16,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:16.594 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.217s] 2018-09-22 13:07:16,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:16.754 49 INFO opnfv-tempest [-] {7} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [222.580s] 2018-09-22 13:07:16,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:16.799 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.205s] 2018-09-22 13:07:16,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:16.980 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.179s] 2018-09-22 13:07:17,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:17.154 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.175s] 2018-09-22 13:07:17,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:17.301 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.146s] 2018-09-22 13:07:18,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:18.320 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [6.904s] 2018-09-22 13:07:19,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:19.234 49 INFO opnfv-tempest [-] {9} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.914s] 2018-09-22 13:07:20,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:20.052 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [7.790s] 2018-09-22 13:07:20,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:20.909 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [39.701s] 2018-09-22 13:07:23,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:23.318 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [6.014s] 2018-09-22 13:07:25,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:25.440 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [5.387s] 2018-09-22 13:07:25,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:25.543 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-09-22 13:07:25,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:25.609 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [85.616s] 2018-09-22 13:07:32,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:32.609 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.200s] 2018-09-22 13:07:32,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:32.939 49 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [12.032s] 2018-09-22 13:07:35,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:35.331 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... skip [0.001s]: Skipped until Bug: 1610994 is resolved. 2018-09-22 13:07:39,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:39.117 49 INFO opnfv-tempest [-] {12} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.108s] 2018-09-22 13:07:39,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:39.335 49 INFO opnfv-tempest [-] {12} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.218s] 2018-09-22 13:07:39,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:39.849 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 13:07:42,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:42.810 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [17.365s] 2018-09-22 13:07:53,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:07:53.324 49 INFO opnfv-tempest [-] {13} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_resize_volume_backed_server_confirm ... success [105.530s] 2018-09-22 13:08:07,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:07.135 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [15.719s] 2018-09-22 13:08:13,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:13.435 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.301s] 2018-09-22 13:08:19,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:19.693 49 INFO opnfv-tempest [-] {13} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [26.362s] 2018-09-22 13:08:21,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:21.210 49 INFO opnfv-tempest [-] {13} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: Cinder multi-backend feature disabled 2018-09-22 13:08:26,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:26.199 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [43.387s] 2018-09-22 13:08:28,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:28.189 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.992s] 2018-09-22 13:08:36,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:36.370 49 INFO opnfv-tempest [-] {12} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.248s] 2018-09-22 13:08:40,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:40.032 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [11.839s] 2018-09-22 13:08:48,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:48.572 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [82.941s] 2018-09-22 13:08:51,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:51.408 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [11.374s] 2018-09-22 13:08:56,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:08:56.993 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.586s] 2018-09-22 13:09:14,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:14.485 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [148.368s] 2018-09-22 13:09:34,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:34.716 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [37.714s] 2018-09-22 13:09:45,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:45.130 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.500s] 2018-09-22 13:09:46,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:46.065 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.935s] 2018-09-22 13:09:58,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:58.078 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.631s] 2018-09-22 13:09:58,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:09:58.552 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [44.058s] 2018-09-22 13:10:02,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:02.692 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.613s] 2018-09-22 13:10:08,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:08.573 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [10.022s] 2018-09-22 13:10:10,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:10.403 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.711s] 2018-09-22 13:10:13,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:13.584 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [84.993s] 2018-09-22 13:10:20,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:20.047 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [164.693s] 2018-09-22 13:10:24,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:24.651 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... fail [160.785s] 2018-09-22 13:10:25,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:25.228 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [4.628s] 2018-09-22 13:10:31,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:31.144 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.915s] 2018-09-22 13:10:40,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:40.117 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [8.972s] 2018-09-22 13:10:43,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:43.849 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [3.731s] 2018-09-22 13:10:46,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:46.866 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.016s] 2018-09-22 13:10:53,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:10:53.283 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [19.595s] 2018-09-22 13:11:00,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:00.179 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [13.311s] 2018-09-22 13:11:00,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:00.234 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.056s] 2018-09-22 13:11:00,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:00.375 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.140s] 2018-09-22 13:11:09,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:09.174 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [15.888s] 2018-09-22 13:11:09,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:09.227 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [8.850s] 2018-09-22 13:11:09,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:09.926 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.756s] 2018-09-22 13:11:10,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:10.992 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.064s] 2018-09-22 13:11:11,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:11.589 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.598s] 2018-09-22 13:11:18,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:18.567 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [9.338s] 2018-09-22 13:11:19,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:19.181 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.616s] 2018-09-22 13:11:19,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:19.227 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.046s] 2018-09-22 13:11:28,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:28.726 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [9.495s] 2018-09-22 13:11:28,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:28.920 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [80.330s] 2018-09-22 13:11:38,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:38.518 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [84.911s] 2018-09-22 13:11:39,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:39.473 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [10.746s] 2018-09-22 13:11:51,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:51.885 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [40.288s] 2018-09-22 13:11:52,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:52.491 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [13.973s] 2018-09-22 13:11:57,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:11:57.885 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 13:12:00,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:00.095 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.584s] 2018-09-22 13:12:07,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:07.599 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.502s] 2018-09-22 13:12:13,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:13.135 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [13.666s] 2018-09-22 13:12:13,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:13.175 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.052s] 2018-09-22 13:12:16,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:16.000 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [8.400s] 2018-09-22 13:12:17,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:17.970 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.835s] 2018-09-22 13:12:19,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:19.321 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.319s] 2018-09-22 13:12:21,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:21.524 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.203s] 2018-09-22 13:12:22,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.011 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [4.041s] 2018-09-22 13:12:22,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.168 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.157s] 2018-09-22 13:12:22,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.358 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.188s] 2018-09-22 13:12:22,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.391 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.033s] 2018-09-22 13:12:22,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.556 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.165s] 2018-09-22 13:12:22,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.720 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.164s] 2018-09-22 13:12:22,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.875 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.154s] 2018-09-22 13:12:22,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:22.911 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.035s] 2018-09-22 13:12:23,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.089 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.177s] 2018-09-22 13:12:23,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.245 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.155s] 2018-09-22 13:12:23,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.429 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.184s] 2018-09-22 13:12:23,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.467 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.038s] 2018-09-22 13:12:23,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.625 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.157s] 2018-09-22 13:12:23,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.670 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.044s] 2018-09-22 13:12:23,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.715 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.045s] 2018-09-22 13:12:23,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.772 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.056s] 2018-09-22 13:12:23,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:23.950 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.178s] 2018-09-22 13:12:24,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:24.544 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.593s] 2018-09-22 13:12:24,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:24.724 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.179s] 2018-09-22 13:12:24,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:24.900 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.176s] 2018-09-22 13:12:25,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.052 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.151s] 2018-09-22 13:12:25,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.262 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.209s] 2018-09-22 13:12:25,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.523 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.260s] 2018-09-22 13:12:25,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.555 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-09-22 13:12:25,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.592 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.036s] 2018-09-22 13:12:25,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.632 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.040s] 2018-09-22 13:12:25,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.666 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.033s] 2018-09-22 13:12:25,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.706 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.040s] 2018-09-22 13:12:25,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:25.898 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.191s] 2018-09-22 13:12:26,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:26.079 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.180s] 2018-09-22 13:12:28,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:28.898 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.228s] 2018-09-22 13:12:29,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:29.246 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.347s] 2018-09-22 13:12:30,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:30.017 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.770s] 2018-09-22 13:12:30,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:30.247 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.229s] 2018-09-22 13:12:31,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:31.000 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.752s] 2018-09-22 13:12:31,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:31.422 49 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.422s] 2018-09-22 13:12:34,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:34.865 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [13.339s] 2018-09-22 13:12:34,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:34.971 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.108s] 2018-09-22 13:12:35,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:35.026 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.053s] 2018-09-22 13:12:37,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:37.307 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.009s] 2018-09-22 13:12:39,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:39.264 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:12:39,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:39.267 49 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-09-22 13:12:41,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:41.709 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.150s] 2018-09-22 13:12:41,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:41.879 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.169s] 2018-09-22 13:12:42,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:42.557 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.677s] 2018-09-22 13:12:43,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:43.371 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [8.343s] 2018-09-22 13:12:43,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:43.574 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.016s] 2018-09-22 13:12:43,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:43.729 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.155s] 2018-09-22 13:12:43,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:43.892 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.162s] 2018-09-22 13:12:44,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:44.051 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.158s] 2018-09-22 13:12:44,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:44.067 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.016s] 2018-09-22 13:12:46,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:46.735 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-09-22 13:12:50,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:50.180 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... skip [0.000s]: Port security must be enabled. 2018-09-22 13:12:54,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:54.553 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [4.420s] 2018-09-22 13:12:55,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:55.023 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [11.652s] 2018-09-22 13:12:55,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:55.295 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.272s] 2018-09-22 13:12:55,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:55.336 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.040s] 2018-09-22 13:12:57,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:57.262 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... fail [157.197s] 2018-09-22 13:12:58,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:12:58.976 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-09-22 13:13:01,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:01.516 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [92.572s] 2018-09-22 13:13:01,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:01.930 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... fail [157.262s] 2018-09-22 13:13:08,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:08.153 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [12.815s] 2018-09-22 13:13:22,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:22.481 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [14.327s] 2018-09-22 13:13:28,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:28.075 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [26.258s] 2018-09-22 13:13:37,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:37.325 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [9.241s] 2018-09-22 13:13:38,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:38.999 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... fail [1.680s] 2018-09-22 13:13:45,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:45.292 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [4.180s] 2018-09-22 13:13:48,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:48.613 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [3.319s] 2018-09-22 13:13:50,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:50.980 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-09-22 13:13:51,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:51.021 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.041s] 2018-09-22 13:13:51,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:51.217 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.195s] 2018-09-22 13:13:51,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:51.919 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.700s] 2018-09-22 13:13:52,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:52.167 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.248s] 2018-09-22 13:13:52,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:52.896 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.727s] 2018-09-22 13:13:52,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:52.933 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.038s] 2018-09-22 13:13:52,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:52.987 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.052s] 2018-09-22 13:13:53,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.354 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.367s] 2018-09-22 13:13:53,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.416 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.061s] 2018-09-22 13:13:53,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.473 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.057s] 2018-09-22 13:13:53,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.656 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.182s] 2018-09-22 13:13:53,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.742 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.085s] 2018-09-22 13:13:53,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:53.970 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.227s] 2018-09-22 13:13:54,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:54.044 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.073s] 2018-09-22 13:13:54,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:54.091 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.047s] 2018-09-22 13:13:54,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:54.141 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.050s] 2018-09-22 13:13:54,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:13:54.327 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.185s] 2018-09-22 13:14:01,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:01.999 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [3.176s] 2018-09-22 13:14:04,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:04.257 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-09-22 13:14:04,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:04.258 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-09-22 13:14:04,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:04.259 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-09-22 13:14:07,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:07.566 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.180s] 2018-09-22 13:14:07,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:07.737 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.171s] 2018-09-22 13:14:14,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:14.680 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.186s] 2018-09-22 13:14:14,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:14.866 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.186s] 2018-09-22 13:14:15,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.056 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.190s] 2018-09-22 13:14:15,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.218 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.161s] 2018-09-22 13:14:15,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.399 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.181s] 2018-09-22 13:14:15,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.560 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.161s] 2018-09-22 13:14:15,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.732 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.171s] 2018-09-22 13:14:15,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:15.927 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.194s] 2018-09-22 13:14:16,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:16.108 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.181s] 2018-09-22 13:14:16,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:16.502 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.393s] 2018-09-22 13:14:16,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:16.683 49 INFO opnfv-tempest [-] {6} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.181s] 2018-09-22 13:14:29,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:29.558 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [88.017s] 2018-09-22 13:14:29,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:14:29.558 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-09-22 13:15:39,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:15:39.896 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... fail [157.945s] 2018-09-22 13:15:43,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:15:43.862 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [74.284s] 2018-09-22 13:15:48,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:15:48.901 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.042s] 2018-09-22 13:16:19,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:19.901 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.047s] 2018-09-22 13:16:19,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:19.912 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.012s] 2018-09-22 13:16:36,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:36.266 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [1.048s] 2018-09-22 13:16:36,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:36.302 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.037s] 2018-09-22 13:16:36,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:36.321 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.018s] 2018-09-22 13:16:36,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:36.619 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.296s] 2018-09-22 13:16:37,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:37.157 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [226.955s] 2018-09-22 13:16:40,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.423 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [3.798s] 2018-09-22 13:16:40,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.442 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.024s] 2018-09-22 13:16:40,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.461 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2018-09-22 13:16:40,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.472 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-09-22 13:16:40,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.486 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.013s] 2018-09-22 13:16:40,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.505 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.019s] 2018-09-22 13:16:40,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.516 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.011s] 2018-09-22 13:16:40,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:16:40.528 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.011s] 2018-09-22 13:17:49,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:17:49.179 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... fail [227.252s] 2018-09-22 13:18:10,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:18:10.886 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [150.969s] 2018-09-22 13:18:29,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:18:29.398 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [112.210s] 2018-09-22 13:18:43,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:18:43.543 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [346.254s] 2018-09-22 13:19:18,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:19:18.862 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [75.694s] 2018-09-22 13:19:21,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:19:21.104 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [2.247s] 2018-09-22 13:19:28,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:19:28.234 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [7.129s] 2018-09-22 13:19:52,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:19:52.081 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.693s] 2018-09-22 13:19:52,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:19:52.766 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.685s] 2018-09-22 13:20:02,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:02.677 49 INFO opnfv-tempest [-] {3} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.661s] 2018-09-22 13:20:03,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:03.790 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [112.898s] 2018-09-22 13:20:05,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:05.059 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-09-22 13:20:08,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:08.389 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [98.982s] 2018-09-22 13:20:09,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:09.891 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.294s] 2018-09-22 13:20:09,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:09.964 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.074s] 2018-09-22 13:20:10,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:10.075 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.111s] 2018-09-22 13:20:10,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:10.159 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.083s] 2018-09-22 13:20:10,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:10.174 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.015s] 2018-09-22 13:20:19,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:19.154 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.586s] 2018-09-22 13:20:20,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:20.125 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.970s] 2018-09-22 13:20:20,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:20.580 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.454s] 2018-09-22 13:20:21,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:21.216 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.636s] 2018-09-22 13:20:22,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:22.377 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.160s] 2018-09-22 13:20:22,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:22.833 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.455s] 2018-09-22 13:20:23,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:23.282 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.449s] 2018-09-22 13:20:25,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:25.144 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.860s] 2018-09-22 13:20:25,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:25.467 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.320s] 2018-09-22 13:20:26,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:26.423 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.957s] 2018-09-22 13:20:26,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:26.499 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.077s] 2018-09-22 13:20:27,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:27.022 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.522s] 2018-09-22 13:20:27,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:27.835 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.812s] 2018-09-22 13:20:41,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:41.084 49 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.659s] 2018-09-22 13:20:41,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:41.270 49 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.188s] 2018-09-22 13:20:41,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:41.678 49 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.408s] 2018-09-22 13:20:54,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:20:54.700 49 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [2.618s] 2018-09-22 13:21:09,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:09.750 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.197s] 2018-09-22 13:21:13,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:13.322 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.571s] 2018-09-22 13:21:15,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:15.086 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... fail [151.526s] 2018-09-22 13:21:18,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:18.049 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [4.725s] 2018-09-22 13:21:22,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:22.574 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [4.524s] 2018-09-22 13:21:31,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:31.181 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [8.606s] 2018-09-22 13:21:36,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:36.274 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... fail [227.075s] 2018-09-22 13:21:45,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:45.586 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-09-22 13:21:45,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:45.589 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-09-22 13:21:45,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:45.591 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-09-22 13:21:45,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:45.592 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-09-22 13:21:52,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:52.761 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [2.709s] 2018-09-22 13:21:53,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:53.837 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.077s] 2018-09-22 13:21:58,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:58.534 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [43.434s] 2018-09-22 13:21:58,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:21:58.537 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... skip [0.001s]: Skipped because network extension: l3_agent_scheduler is not enabled 2018-09-22 13:22:21,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:22:21.270 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [132.860s] 2018-09-22 13:22:37,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:22:37.834 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... fail [154.026s] 2018-09-22 13:23:29,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:23:29.602 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [51.762s] 2018-09-22 13:24:32,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:24:32.439 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... fail [153.891s] 2018-09-22 13:25:14,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:25:14.560 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... fail [42.099s] 2018-09-22 13:25:33,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:25:33.033 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... fail [236.739s] 2018-09-22 13:25:38,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:25:38.428 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... fail [209.581s] 2018-09-22 13:25:56,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:25:56.843 49 INFO opnfv-tempest [-] {15} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... fail [215.560s] 2018-09-22 13:25:59,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:25:59.468 49 INFO opnfv-tempest [-] {9} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... fail [149.843s] 2018-09-22 13:27:41,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:27:41.619 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... fail [147.042s] 2018-09-22 13:28:24,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:28:24.347 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern ... fail 2018-09-22 13:29:25,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:29:25.890 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [232.838s] 2018-09-22 13:33:09,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:33:09.801 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... fail [223.892s] 2018-09-22 13:37:01,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:37:01.084 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... fail [231.263s] 2018-09-22 13:40:51,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:40:51.758 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... fail [230.658s] 2018-09-22 13:44:37,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-22 13:44:37.861 49 INFO opnfv-tempest [-] {1} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... fail [226.081s] 2018-09-22 13:44:44,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d0e9a2c3-fabe-4620-b1ee-4da473f10bb3 2018-09-22 13:44:44,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd0e9a2c3-fabe-4620-b1ee-4da473f10bb3']'. 2018-09-22 13:44:45,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d0e9a2c3-fabe-4620-b1ee-4da473f10bb3 | 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-22 12:55:47 | 2018-09-22 13:44:45,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-22 13:44:43 | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:48:56 | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ca39f502-7f7b-4f94-84bd-403fea5677d7) | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: edc4fa92-b7cd-4953-9a45-92fe2f646980) | 2018-09-22 13:44:45,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1508 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 2925.946 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1037 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 364 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 107 | 2018-09-22 13:44:45,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-22 13:44:45,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-22 13:44:45,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-22 13:44:45,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 90.6468531469% 2018-09-22 13:44:45,997 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 49:16 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-09-22 13:44:46,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-22 13:44:46,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 13:44:47,325 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4e4e0056-4090-4b00-a228-c6944c7c9fb5 Date: Sat, 22 Sep 2018 13:44:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 13:44:47,325 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712 used request id req-4e4e0056-4090-4b00-a228-c6944c7c9fb5 2018-09-22 13:44:47,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.32116413116s 2018-09-22 13:44:47,325 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a5ff1a2b-db1c-4453-8b4f-d81ece5bf712 used request id req-4e4e0056-4090-4b00-a228-c6944c7c9fb5 2018-09-22 13:44:47,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-22 13:44:47,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 13:44:47,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 13:44:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a74d279-4e9b-424e-ac07-6b9b4bf79742 x-compute-request-id: req-7a74d279-4e9b-424e-ac07-6b9b4bf79742 Content-Encoding: gzip Content-Length: 539 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/02a5008c-394a-4968-8802-644f881ebe2f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/02a5008c-394a-4968-8802-644f881ebe2f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "02a5008c-394a-4968-8802-644f881ebe2f", "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack-flavor2-fzdlayizsbpf", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1381341d-5880-4776-aa4d-1cde7cfee054", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1381341d-5880-4776-aa4d-1cde7cfee054", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "1381341d-5880-4776-aa4d-1cde7cfee054", "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack-flavor1-gbg43xyjrxbk", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4acf0059-568d-4b10-9c60-facd7b8bb216", "name": "tempest_full_parallel-flavor_98c8805e-2144-462c-8cb2-a5d61eda119f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5a9989de-b8a5-4950-b90f-1059ec32b371", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5a9989de-b8a5-4950-b90f-1059ec32b371", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5a9989de-b8a5-4950-b90f-1059ec32b371", "name": "tempest_full_parallel-flavor_alt_98c8805e-2144-462c-8cb2-a5d61eda119f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-22 13:44:47,521 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7a74d279-4e9b-424e-ac07-6b9b4bf79742 2018-09-22 13:44:47,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.195204973221s 2018-09-22 13:44:47,521 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7a74d279-4e9b-424e-ac07-6b9b4bf79742 2018-09-22 13:44:47,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-22 13:44:47,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/5a9989de-b8a5-4950-b90f-1059ec32b371 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 13:44:47,612 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 13:44:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dff99426-b934-4011-831a-2d438819d881 x-compute-request-id: req-dff99426-b934-4011-831a-2d438819d881 Content-Length: 0 Content-Type: application/json 2018-09-22 13:44:47,612 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5a9989de-b8a5-4950-b90f-1059ec32b371 used request id req-dff99426-b934-4011-831a-2d438819d881 2018-09-22 13:44:47,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0873861312866s 2018-09-22 13:44:47,612 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5a9989de-b8a5-4950-b90f-1059ec32b371 used request id req-dff99426-b934-4011-831a-2d438819d881 2018-09-22 13:44:47,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-22 13:44:47,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/abeca492-28d1-400e-85ff-1776634cf3df/remove_router_interface.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" -d '{"subnet_id": "d08c3738-0d47-4843-b649-a180001c7177"}' 2018-09-22 13:44:49,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7d681bf9-c329-4b9a-87dc-55adab79e270 Date: Sat, 22 Sep 2018 13:44:49 GMT RESP BODY: {"network_id": "6dfbed23-b256-4cd5-89ea-c53e383c7ee0", "tenant_id": "c7992477f10545dfbe1b405f2ba5970c", "subnet_id": "d08c3738-0d47-4843-b649-a180001c7177", "subnet_ids": ["d08c3738-0d47-4843-b649-a180001c7177"], "port_id": "ac06616b-9ddb-4449-8229-c2316c95891d", "id": "abeca492-28d1-400e-85ff-1776634cf3df"} 2018-09-22 13:44:49,268 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/abeca492-28d1-400e-85ff-1776634cf3df/remove_router_interface.json used request id req-7d681bf9-c329-4b9a-87dc-55adab79e270 2018-09-22 13:44:49,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65500593185s 2018-09-22 13:44:49,268 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/abeca492-28d1-400e-85ff-1776634cf3df/remove_router_interface.json used request id req-7d681bf9-c329-4b9a-87dc-55adab79e270 returning object abeca492-28d1-400e-85ff-1776634cf3df 2018-09-22 13:44:49,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-22 13:44:49,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 13:44:49,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11359 X-Openstack-Request-Id: req-f4cfc1fc-e8a6-4818-8f43-d204a63d5126 Date: Sat, 22 Sep 2018 13:44:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:41Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "14d52a62-982e-45b7-84cf-54a9d312c7b9", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:53:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:53:56Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "303d1ef2-8a63-4df6-92cf-b27ff9cae683", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "9624b058e8fa4924a92ff5f59ceaa35e", "created_at": "2018-09-22T13:27:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T13:27:48Z", "revision_number": 2, "routes": [], "project_id": "9624b058e8fa4924a92ff5f59ceaa35e", "id": "3065d896-200b-4615-a278-5f29930e2f24", "name": "tempest-TestVolumeBootPattern-1324077521-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "9624b058e8fa4924a92ff5f59ceaa35e", "created_at": "2018-09-22T13:27:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T13:27:52Z", "revision_number": 2, "routes": [], "project_id": "9624b058e8fa4924a92ff5f59ceaa35e", "id": "37ba0023-958e-462c-9f6d-7a56584563c7", "name": "tempest-TestVolumeBootPattern-1324077521-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:34Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "546f410a-dd5e-4137-a215-b73d20806d18", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "9624b058e8fa4924a92ff5f59ceaa35e", "created_at": "2018-09-22T13:28:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T13:28:00Z", "revision_number": 2, "routes": [], "project_id": "9624b058e8fa4924a92ff5f59ceaa35e", "id": "5cb254bd-28e1-4302-a5cf-3a9934ba6d24", "name": "tempest-TestVolumeBootPattern-1324077521-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "9624b058e8fa4924a92ff5f59ceaa35e", "created_at": "2018-09-22T13:27:53Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T13:27:54Z", "revision_number": 2, "routes": [], "project_id": "9624b058e8fa4924a92ff5f59ceaa35e", "id": "659a83d7-829b-4973-b247-68d6d20a308b", "name": "tempest-TestVolumeBootPattern-1324077521-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:36Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "867d127c-6e41-417d-9736-720c482cb944", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:35Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "925cc799-07d2-441e-a850-438f2fa62733", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:53:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:53:59Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "a747adf8-909f-4e88-a22b-c9ec476e3dc9", "name": "mgmt_router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "c7992477f10545dfbe1b405f2ba5970c", "created_at": "2018-09-22T12:55:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T13:44:48Z", "revision_number": 4, "routes": [], "project_id": "c7992477f10545dfbe1b405f2ba5970c", "id": "abeca492-28d1-400e-85ff-1776634cf3df", "name": "tempest_full_parallel-router_98c8805e-2144-462c-8cb2-a5d61eda119f"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:39Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "ae67bac7-49ed-4208-acc9-503508f4be72", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "9624b058e8fa4924a92ff5f59ceaa35e", "created_at": "2018-09-22T13:27:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T13:27:50Z", "revision_number": 2, "routes": [], "project_id": "9624b058e8fa4924a92ff5f59ceaa35e", "id": "bce3c52c-8696-4c32-8a01-d8380539e476", "name": "tempest-TestVolumeBootPattern-1324077521-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:45Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "be46d666-091a-4240-8f66-abd579894cc5", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "9624b058e8fa4924a92ff5f59ceaa35e", "created_at": "2018-09-22T13:27:48Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T13:27:49Z", "revision_number": 2, "routes": [], "project_id": "9624b058e8fa4924a92ff5f59ceaa35e", "id": "c0f83cef-05b3-4af4-8574-8bbfe5797a41", "name": "tempest-TestVolumeBootPattern-1324077521-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "9624b058e8fa4924a92ff5f59ceaa35e", "created_at": "2018-09-22T13:27:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T13:27:56Z", "revision_number": 2, "routes": [], "project_id": "9624b058e8fa4924a92ff5f59ceaa35e", "id": "db11ecaa-a3bf-46d3-88be-1437c8ac6b69", "name": "tempest-TestVolumeBootPattern-1324077521-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:45:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:45:37Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "e9fb75f9-1f5e-4c0f-a912-b7086970456c", "name": "NeutronUtilsRouterTests-7965eb5b-4f78-499f-85d6-e2f9f65b5498-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "a628b19b-ff4a-4b9a-8714-5629ce044128", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "e0be80d39933400abe48c8503e28224e", "created_at": "2018-09-22T12:53:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-22T12:53:57Z", "revision_number": 2, "routes": [], "project_id": "e0be80d39933400abe48c8503e28224e", "id": "f641ec21-67df-4b06-b8de-5c3fa35b764b", "name": "mgmt_router"}]} 2018-09-22 13:44:49,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f4cfc1fc-e8a6-4818-8f43-d204a63d5126 2018-09-22 13:44:49,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.23521399498s 2018-09-22 13:44:49,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f4cfc1fc-e8a6-4818-8f43-d204a63d5126 2018-09-22 13:44:49,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-22 13:44:49,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/abeca492-28d1-400e-85ff-1776634cf3df.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 13:44:50,790 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db40289d-c0bb-4e35-9f6a-0d0fb927b45e Content-Length: 0 Date: Sat, 22 Sep 2018 13:44:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 13:44:50,790 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/abeca492-28d1-400e-85ff-1776634cf3df.json used request id req-db40289d-c0bb-4e35-9f6a-0d0fb927b45e 2018-09-22 13:44:50,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.28069806099s 2018-09-22 13:44:50,790 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/abeca492-28d1-400e-85ff-1776634cf3df.json used request id req-db40289d-c0bb-4e35-9f6a-0d0fb927b45e 2018-09-22 13:44:50,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-22 13:44:50,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 13:44:51,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1964 X-Openstack-Request-Id: req-2d095b59-1a35-4723-a783-0bd60e277bc9 Date: Sat, 22 Sep 2018 13:44:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a628b19b-ff4a-4b9a-8714-5629ce044128","tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:11Z","dns_nameservers":[],"updated_at":"2018-09-22T12:32:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"1ec2ebec176645f3902e2f639c57bc4a","id":"23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ddb6bb1-1ff2-4f6b-a26a-ecb2cb650296","tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:53:53Z","dns_nameservers":[],"updated_at":"2018-09-22T12:53:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"e0be80d39933400abe48c8503e28224e","id":"2e918346-4cff-409f-a3d7-ba2d74a8e0a1","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6dfbed23-b256-4cd5-89ea-c53e383c7ee0","tenant_id":"c7992477f10545dfbe1b405f2ba5970c","created_at":"2018-09-22T12:55:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-22T12:55:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"c7992477f10545dfbe1b405f2ba5970c","id":"d08c3738-0d47-4843-b649-a180001c7177","subnetpool_id":null,"name":"tempest_full_parallel-subnet_98c8805e-2144-462c-8cb2-a5d61eda119f"}]} 2018-09-22 13:44:51,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2d095b59-1a35-4723-a783-0bd60e277bc9 2018-09-22 13:44:51,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.213289022446s 2018-09-22 13:44:51,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2d095b59-1a35-4723-a783-0bd60e277bc9 2018-09-22 13:44:51,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-22 13:44:51,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/d08c3738-0d47-4843-b649-a180001c7177.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 13:44:53,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2528662f-9987-41c6-8dbf-eb009c676113 Date: Sat, 22 Sep 2018 13:44:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 13:44:53,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d08c3738-0d47-4843-b649-a180001c7177.json used request id req-2528662f-9987-41c6-8dbf-eb009c676113 2018-09-22 13:44:53,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.37109518051s 2018-09-22 13:44:53,377 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d08c3738-0d47-4843-b649-a180001c7177.json used request id req-2528662f-9987-41c6-8dbf-eb009c676113 2018-09-22 13:44:53,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-22 13:44:53,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 13:44:53,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2083 X-Openstack-Request-Id: req-a799dacb-88f8-47ca-977d-b43669c5dde1 Date: Sat, 22 Sep 2018 13:44:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5ddb6bb1-1ff2-4f6b-a26a-ecb2cb650296","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e0be80d39933400abe48c8503e28224e","status":"ACTIVE","subnets":["2e918346-4cff-409f-a3d7-ba2d74a8e0a1"],"description":"","tags":[],"updated_at":"2018-09-22T12:53:53Z","provider:segmentation_id":93,"name":"HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-net","admin_state_up":true,"tenant_id":"e0be80d39933400abe48c8503e28224e","created_at":"2018-09-22T12:53:51Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6dfbed23-b256-4cd5-89ea-c53e383c7ee0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"c7992477f10545dfbe1b405f2ba5970c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-22T13:44:53Z","provider:segmentation_id":95,"name":"tempest_full_parallel-net_98c8805e-2144-462c-8cb2-a5d61eda119f","admin_state_up":true,"tenant_id":"c7992477f10545dfbe1b405f2ba5970c","created_at":"2018-09-22T12:55:30Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"a628b19b-ff4a-4b9a-8714-5629ce044128","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1ec2ebec176645f3902e2f639c57bc4a","status":"ACTIVE","subnets":["23ec4437-5cdb-4ddf-b5d0-64410fc7f3f6"],"description":"","tags":[],"updated_at":"2018-09-22T12:32:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"1ec2ebec176645f3902e2f639c57bc4a","created_at":"2018-09-22T12:32:04Z","provider:network_type":"flat"}]} 2018-09-22 13:44:53,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a799dacb-88f8-47ca-977d-b43669c5dde1 2018-09-22 13:44:53,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.606167078018s 2018-09-22 13:44:53,985 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a799dacb-88f8-47ca-977d-b43669c5dde1 2018-09-22 13:44:53,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-22 13:44:53,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/6dfbed23-b256-4cd5-89ea-c53e383c7ee0.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 13:44:54,940 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e0773ce6-7ac3-4bac-863f-d294fb7d4cd6 Date: Sat, 22 Sep 2018 13:44:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-22 13:44:54,940 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6dfbed23-b256-4cd5-89ea-c53e383c7ee0.json used request id req-e0773ce6-7ac3-4bac-863f-d294fb7d4cd6 2018-09-22 13:44:54,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.954617023468s 2018-09-22 13:44:54,941 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6dfbed23-b256-4cd5-89ea-c53e383c7ee0.json used request id req-e0773ce6-7ac3-4bac-863f-d294fb7d4cd6 2018-09-22 13:44:54,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-22 13:44:54,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 13:44:55,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 4581 Content-Type: application/json X-Openstack-Request-Id: req-870cd6fb-188e-4a01-8677-4e97d8ed7f01 Date: Sat, 22 Sep 2018 13:44:55 GMT RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "updated_at": "2018-09-22T12:59:56Z", "boot_roles": "Member", "file": "/v2/images/c65965d1-13e3-4ff2-8070-af366efd253d/file", "owner": "f39f5fa959cf4bd8acedb3facae9c7d5", "id": "c65965d1-13e3-4ff2-8070-af366efd253d", "size": 1073741824, "user_id": "bdc7111c1d064e1cb3750eb6ce646e11", "image_type": "backup", "self": "/v2/images/c65965d1-13e3-4ff2-8070-af366efd253d", "disk_format": "raw", "base_image_ref": "55f3833a-c4bf-4a63-9fbc-67ac5925984b", "owner_project_name": "tempest-ServerActionsTestJSON-331517904", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/c65965d1-13e3-4ff2-8070-af366efd253d/snap", "owner_id": "f39f5fa959cf4bd8acedb3facae9c7d5", "status": "active", "image_location": "snapshot", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/c65965d1-13e3-4ff2-8070-af366efd253d/snap", "metadata": {}}], "owner_user_name": "tempest-ServerActionsTestJSON-331517904", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "instance_uuid": "0d0a679c-cd93-4df7-aad2-619801d15b43", "name": "tempest-backup-1-824852316", "checksum": null, "created_at": "2018-09-22T12:59:27Z", "backup_type": "daily", "protected": false, "schema": "/v2/schemas/image"}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap", "metadata": {}}], "file": "/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/file", "owner": "c7992477f10545dfbe1b405f2ba5970c", "id": "55f3833a-c4bf-4a63-9fbc-67ac5925984b", "size": 12716032, "self": "/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b", "disk_format": "qcow2", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-22T12:55:37Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_98c8805e-2144-462c-8cb2-a5d61eda119f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-22T12:55:35Z", "protected": false}, {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image2", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:46Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "metadata": {}}], "self": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "min_disk": 0, "protected": false, "id": "89324d83-fbb1-4897-82e2-87d1ab1ef4c3", "file": "/v2/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/89324d83-fbb1-4897-82e2-87d1ab1ef4c3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}, {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-image1", "tags": [], "container_format": "bare", "created_at": "2018-09-22T12:53:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-09-22T12:53:42Z", "visibility": "shared", "locations": [{"url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "metadata": {}}], "self": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892", "min_disk": 0, "protected": false, "id": "fce69a5a-d785-4769-88c9-98e13552d892", "file": "/v2/images/fce69a5a-d785-4769-88c9-98e13552d892/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e0be80d39933400abe48c8503e28224e", "direct_url": "rbd://584dedd8-9fd9-478c-9a99-ae982c80b98f/images/fce69a5a-d785-4769-88c9-98e13552d892/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-22 13:44:55,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-870cd6fb-188e-4a01-8677-4e97d8ed7f01 2018-09-22 13:44:55,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195205211639s 2018-09-22 13:44:55,137 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-870cd6fb-188e-4a01-8677-4e97d8ed7f01 2018-09-22 13:44:55,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-22 13:44:55,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a4431dab048992151f7cd680ad802d01c1c325ba" 2018-09-22 13:44:56,619 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f07da71d-ee03-43e0-8927-8078635866bd Date: Sat, 22 Sep 2018 13:44:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-22 13:44:56,619 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b used request id req-f07da71d-ee03-43e0-8927-8078635866bd 2018-09-22 13:44:56,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.47825503349s 2018-09-22 13:44:56,619 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/55f3833a-c4bf-4a63-9fbc-67ac5925984b used request id req-f07da71d-ee03-43e0-8927-8078635866bd 2018-09-22 13:44:56,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-22 13:44:56,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 13:44:56,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 13:44: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-d316e65b-9c55-4ae4-8e79-58c62bd5b1f0 x-compute-request-id: req-d316e65b-9c55-4ae4-8e79-58c62bd5b1f0 Content-Encoding: gzip Content-Length: 495 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/02a5008c-394a-4968-8802-644f881ebe2f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/02a5008c-394a-4968-8802-644f881ebe2f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "02a5008c-394a-4968-8802-644f881ebe2f", "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack-flavor2-fzdlayizsbpf", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/1381341d-5880-4776-aa4d-1cde7cfee054", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/1381341d-5880-4776-aa4d-1cde7cfee054", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "1381341d-5880-4776-aa4d-1cde7cfee054", "name": "HeatUtilsCreateComplexStackTests-8184914c-1506-44bd-ad8f-ebb2c3a086e8-stack-flavor1-gbg43xyjrxbk", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4acf0059-568d-4b10-9c60-facd7b8bb216", "name": "tempest_full_parallel-flavor_98c8805e-2144-462c-8cb2-a5d61eda119f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-09-22 13:44:56,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d316e65b-9c55-4ae4-8e79-58c62bd5b1f0 2018-09-22 13:44:56,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0346231460571s 2018-09-22 13:44:56,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d316e65b-9c55-4ae4-8e79-58c62bd5b1f0 2018-09-22 13:44:56,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-22 13:44:56,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 13:44:56,699 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 22 Sep 2018 13:44:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2349f2d0-1e64-4d6e-939a-6bb96e6d30b1 x-compute-request-id: req-2349f2d0-1e64-4d6e-939a-6bb96e6d30b1 Content-Length: 0 Content-Type: application/json 2018-09-22 13:44:56,700 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216 used request id req-2349f2d0-1e64-4d6e-939a-6bb96e6d30b1 2018-09-22 13:44:56,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0422821044922s 2018-09-22 13:44:56,700 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/4acf0059-568d-4b10-9c60-facd7b8bb216 used request id req-2349f2d0-1e64-4d6e-939a-6bb96e6d30b1 2018-09-22 13:44:56,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 13:44:56,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 13:44:56,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 13:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-904d1103-f9c5-4ca3-850d-8156e4602ee2 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/31ff21194bed44b19fbe3e24a20aa94e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31ff21194bed44b19fbe3e24a20aa94e", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/39acc3d69b234afdbcd0c86b01578bcb"}, "domain_id": "672de7fab1704d9a98e1a40572132d5c", "enabled": true, "options": {}, "id": "39acc3d69b234afdbcd0c86b01578bcb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3beafafcabe34391961171ff2201b201"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3beafafcabe34391961171ff2201b201", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/45392b70705642a6b089b8dd9902d94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "45392b70705642a6b089b8dd9902d94f", "email": "glance@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/5bb2de4e69964eee93ec2d808df573c2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bb2de4e69964eee93ec2d808df573c2", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_98c8805e-2144-462c-8cb2-a5d61eda119f", "links": {"self": "http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8"}, "domain_id": "default", "enabled": true, "id": "629d212d75af4bd8a947337b31d714d8", "options": {}}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/7ce16328b6894e38aeafcf15a1b3ea3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7ce16328b6894e38aeafcf15a1b3ea3b", "email": "barbican@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/80cb2a745d724339aadc3b0ae61fcbc4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "80cb2a745d724339aadc3b0ae61fcbc4", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/84e9bfb3616645fb814b62d23a39adaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84e9bfb3616645fb814b62d23a39adaa", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/b30c75f6e6724e65bcaedc6656e8df73"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b30c75f6e6724e65bcaedc6656e8df73", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/b825f6fd105249b6873bc16ae760b307"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b825f6fd105249b6873bc16ae760b307", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/cc72275f17924eb9b7c596335c5b0121"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cc72275f17924eb9b7c596335c5b0121", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/e74cc96f7a6144bca7a39bebdc198123"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e74cc96f7a6144bca7a39bebdc198123", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/e9482b77aaf64d9c9afa59df1282dee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e9482b77aaf64d9c9afa59df1282dee9", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/fd7db77a92fd45ee8e8d6e76581b53f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd7db77a92fd45ee8e8d6e76581b53f9", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-09-22 13:44:56,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-904d1103-f9c5-4ca3-850d-8156e4602ee2 2018-09-22 13:44:56,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987889766693s 2018-09-22 13:44:56,800 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-904d1103-f9c5-4ca3-850d-8156e4602ee2 2018-09-22 13:44:56,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-22 13:44:56,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 13:44:56,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 13:44:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd27830-20ce-4877-a8ed-bf8ae763a37a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8"}, "enabled": true, "id": "629d212d75af4bd8a947337b31d714d8", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_98c8805e-2144-462c-8cb2-a5d61eda119f"}} 2018-09-22 13:44:56,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8 used request id req-1bd27830-20ce-4877-a8ed-bf8ae763a37a 2018-09-22 13:44:56,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0915060043335s 2018-09-22 13:44:56,898 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8 used request id req-1bd27830-20ce-4877-a8ed-bf8ae763a37a 2018-09-22 13:44:56,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-22 13:44:56,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 13:44:57,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 13:44:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4f0f3bd-0240-4386-bba2-147cdc08aebd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 13:44:57,132 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8 used request id req-b4f0f3bd-0240-4386-bba2-147cdc08aebd 2018-09-22 13:44:57,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.233441829681s 2018-09-22 13:44:57,132 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/629d212d75af4bd8a947337b31d714d8 used request id req-b4f0f3bd-0240-4386-bba2-147cdc08aebd 2018-09-22 13:44:57,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-22 13:44:57,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 13:44:57,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 13:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b7bcbf7-72e0-4dc9-a5ce-bedef89060a2 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/115f3d2949f848d88ea3ac1e6295621b"}, "enabled": true, "id": "115f3d2949f848d88ea3ac1e6295621b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/1ec2ebec176645f3902e2f639c57bc4a"}, "enabled": true, "id": "1ec2ebec176645f3902e2f639c57bc4a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Heat stack user project", "links": {"self": "http://172.30.9.23:5000/v3/projects/8016259309b342a0a1dec3bb37b49d47"}, "enabled": true, "id": "8016259309b342a0a1dec3bb37b49d47", "parent_id": "672de7fab1704d9a98e1a40572132d5c", "domain_id": "672de7fab1704d9a98e1a40572132d5c", "name": "e0be80d39933400abe48c8503e28224e-70af953f-c88e-430b-87e9-43966b3"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c"}, "enabled": true, "id": "c7992477f10545dfbe1b405f2ba5970c", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_98c8805e-2144-462c-8cb2-a5d61eda119f"}]} 2018-09-22 13:44:57,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-8b7bcbf7-72e0-4dc9-a5ce-bedef89060a2 2018-09-22 13:44:57,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0872411727905s 2018-09-22 13:44:57,220 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-8b7bcbf7-72e0-4dc9-a5ce-bedef89060a2 2018-09-22 13:44:57,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-22 13:44:57,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 13:44:57,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 13:44:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72c7cbc4-302f-408e-8792-e9a6b1b9de11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 13:44:57,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c used request id req-72c7cbc4-302f-408e-8792-e9a6b1b9de11 2018-09-22 13:44:57,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.157780170441s 2018-09-22 13:44:57,381 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c7992477f10545dfbe1b405f2ba5970c used request id req-72c7cbc4-302f-408e-8792-e9a6b1b9de11 2018-09-22 13:44:57,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-09-22 13:44:57,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 13:44:57,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 22 Sep 2018 13:44:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-777e1a65-8cc5-4652-b78d-798498ed66ff Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "92510cb04ba4488ebe2243903b6b3d47", "links": {"self": "http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b64f7ff71a3c43619c94b49b45ea2be4", "links": {"self": "http://172.30.9.23:5000/v3/roles/b64f7ff71a3c43619c94b49b45ea2be4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ca3ab2b28a5649949bebc9ea13b61020", "links": {"self": "http://172.30.9.23:5000/v3/roles/ca3ab2b28a5649949bebc9ea13b61020"}, "name": "admin"}, {"domain_id": null, "id": "d1cab2ca3ef540d3a0119f6b5bff76dd", "links": {"self": "http://172.30.9.23:5000/v3/roles/d1cab2ca3ef540d3a0119f6b5bff76dd"}, "name": "heat_stack_user"}]} 2018-09-22 13:44:57,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-777e1a65-8cc5-4652-b78d-798498ed66ff 2018-09-22 13:44:57,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0924649238586s 2018-09-22 13:44:57,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-09-22 13:44:57,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d368f97c594dfcd94e871f306ff3a42004cc4e3" 2018-09-22 13:44:57,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 22 Sep 2018 13:44:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3c4fb5f-ba7f-4417-a180-366cf441097f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-22 13:44:57,588 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/92510cb04ba4488ebe2243903b6b3d47 used request id req-b3c4fb5f-ba7f-4417-a180-366cf441097f 2018-09-22 13:44:57,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.112365007401s 2018-09-22 13:44:57,588 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK